Commit 36847ff2 by Guba Sándor

removed rom bar=off option from xml due to bugged hot-plug

parent d70b239d
...@@ -297,7 +297,8 @@ class VMNetwork: ...@@ -297,7 +297,8 @@ class VMNetwork:
ET.SubElement(xml_top, 'target', attrib={'dev': self.name}) ET.SubElement(xml_top, 'target', attrib={'dev': self.name})
ET.SubElement(xml_top, 'mac', attrib={'address': self.mac}) ET.SubElement(xml_top, 'mac', attrib={'address': self.mac})
ET.SubElement(xml_top, 'model', attrib={'type': self.model}) ET.SubElement(xml_top, 'model', attrib={'type': self.model})
ET.SubElement(xml_top, 'rom', attrib={'bar': 'off'}) # ET.SubElement(xml_top, 'rom', attrib={'bar': 'off'}) Bugged (hot-plug
# failure)
return xml_top return xml_top
def dump_xml(self): def dump_xml(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment