libvirt/tests/qemuxml2argvdata/pci-rom-disabled-invalid.xml

26 lines
757 B
XML
Raw Normal View History

<domain type='qemu'>
<name>guest</name>
<uuid>c7a5fdbd-edaf-9466-926a-d65c16db1809</uuid>
<memory unit='KiB'>219100</memory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='x86_64' machine='pc'>hvm</type>
</os>
<devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator>
<controller type='pci' model='pci-root'/>
<controller type='usb' model='none'/>
<interface type='user'>
<mac address='52:54:00:24:a5:9f'/>
<model type='virtio'/>
<!--
This method of disabling PCI ROM loading is still supported
for backwards compatibility reasons, but <rom enabled='no'/>
should be used instead.
-->
<rom file=''/>
</interface>
<memballoon model='none'/>
</devices>
</domain>