virtinst: add features.vmport option
Message-Id: <1428012248-5767-3-git-send-email-marcandre.lureau@gmail.com>
This commit is contained in:
parent
ea4aa9ffc4
commit
b44cfde6ac
|
@ -1497,6 +1497,8 @@ class ParserFeatures(VirtCLIParser):
|
|||
self.set_param("features.hyperv_spinlocks_retries",
|
||||
"hyperv_spinlocks_retries")
|
||||
|
||||
self.set_param("features.vmport", "vmport", is_onoff=True)
|
||||
|
||||
|
||||
###################
|
||||
# --clock parsing #
|
||||
|
|
Loading…
Reference in New Issue