These patches let's a user simply run `jailhouse hardware check`, to have the relevant information pulled from sysfs, instead of having the user supply a configuration file.
Chris Goldsworthy (2): Splitting up helpers used in sysfs parsing Enable jailhouse-hardware-check to pull info from sysfs Documentation/pyjailhouse.md | 4 +- pyjailhouse/sysfs_parsers.py | 908 ++++++++++++++++++++++++++++++++++++++ tools/jailhouse-cell-linux | 4 +- tools/jailhouse-config-create | 958 ++--------------------------------------- tools/jailhouse-hardware-check | 73 ++-- 5 files changed, 989 insertions(+), 958 deletions(-) create mode 100644 pyjailhouse/sysfs_parsers.py -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
