mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-15 23:24:27 +03:00
13 lines
465 B
XML
13 lines
465 B
XML
<driver name="qemu" type="qcow2" cache="none"/>
|
|
<source file="/tmp/foobar2"/>
|
|
<target dev="sda" bus="scsi"/>
|
|
- <shareable/>
|
|
<boot order="1"/>
|
|
<address type="drive" controller="9" bus="0" target="0" unit="0"/>
|
|
+ <readonly/>
|
|
</disk>
|
|
<disk type="block" device="cdrom">
|
|
<target dev="sdb" bus="scsi"/>
|
|
|
|
Domain 'test-many-devices' defined successfully.
|
|
Changes will take effect after the next domain shutdown. |