cli: Allow controlling arch, type, emulator via --boot

This commit is contained in:
Cole Robinson 2014-01-24 17:47:09 -05:00
parent 748ff1c4cc
commit 87a611b547

View File

@ -1403,6 +1403,11 @@ class ParserBoot(VirtCLIParser):
self.set_param("os.kernel_args", "extra_args")
self.set_param("os.kernel_args", "kernel_args")
self.set_param("os.init", "init")
self.set_param("os.arch", "arch")
self.set_param("type", "domain_type")
self.set_param("os.machine", "machine")
self.set_param("os.os_type", "os_type")
self.set_param("emulator", "emulator")
# Order matters for boot devices, we handle it specially in parse
def noset_cb(val):