These patches let a user simply run `jailhouse hardware check` to verify if their machine can run jailhouse, instead of having the user supply a configuration file.
This version removes the ability for a user to pass a config file to jailhouse-hardware-check, and responds to feed back regarding minor issues (e.g. variable names). 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_parser.py | 927 +++++++++++++++++++++++++++++++++++++++ tools/jailhouse-cell-linux | 4 +- tools/jailhouse-config-create | 959 ++--------------------------------------- tools/jailhouse-hardware-check | 51 +-- 5 files changed, 986 insertions(+), 959 deletions(-) create mode 100644 pyjailhouse/sysfs_parser.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.
