virtinst: add features.vmport option

Message-Id: <1428012248-5767-3-git-send-email-marcandre.lureau@gmail.com>
This commit is contained in:
Marc-André Lureau 2015-04-03 00:04:05 +02:00 committed by Cole Robinson
parent ea4aa9ffc4
commit b44cfde6ac
1 changed files with 2 additions and 0 deletions

View File

@ -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 #