[virt-tools-list] [virt-manager PATCH 1/5] virtinst: remove address configuration from panic device

Pavel Hrdina phrdina at redhat.com
Tue Sep 5 07:59:15 UTC 2017


The panic device has an address element but it's not the same as for
other devices.  Panic device can have only one address type "isa" with
only one additional attribute "iobase".  That attribute is configured
by separate argument.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 virtinst/cli.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtinst/cli.py b/virtinst/cli.py
index ece9b86d..6bf121fc 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -2526,7 +2526,6 @@ class ParserPanic(VirtCLIParser):
         inst.iobase = val
 
 _register_virt_parser(ParserPanic)
-_add_device_address_args(ParserPanic)
 ParserPanic.add_arg(None, "iobase", cb=ParserPanic.set_iobase_cb)
 
 
-- 
2.13.5




More information about the virt-tools-list mailing list