mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-28 07:21:44 +03:00
68962f48f7
libvirt has supported this for a while. Wire it all up through the cli, and fix some bad assumptions along the way.
14 lines
429 B
XML
14 lines
429 B
XML
<panic>
|
|
<address type="isa" iobase="0x505"/>
|
|
</panic>
|
|
+ <hostdev mode="subsystem" type="pci" managed="yes">
|
|
+ <source>
|
|
+ <address domain="0" bus="0" slot="25" function="0"/>
|
|
+ </source>
|
|
+ </hostdev>
|
|
</devices>
|
|
<seclabel type="dynamic" model="selinux" relabel="yes"/>
|
|
</domain>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the next domain shutdown. |