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.
13 lines
394 B
XML
13 lines
394 B
XML
<panic>
|
|
<address type="isa" iobase="0x505"/>
|
|
</panic>
|
|
+ <disk type="file" device="disk">
|
|
+ <source file="/dev/default-pool/testvol1.img"/>
|
|
+ <target dev="sdb"/>
|
|
+ </disk>
|
|
</devices>
|
|
<seclabel type="dynamic" model="selinux" relabel="yes"/>
|
|
</domain>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the next domain shutdown. |