Files
virt-manager/tests/cli-test-xml/compare/virtxml-edit-simple-disk.xml
2014-01-25 17:20:30 -05:00

17 lines
564 B
XML

--- Original XML
+++ Altered XML
@@ -55,9 +55,10 @@
<devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
<disk type="block" device="floppy">
- <source dev="/dev/null"/>
+ <source dev="/dev/zero" startupPolicy="optional"/>
<target dev="fda" bus="fdc"/>
<address type="drive" controller="0" bus="0" target="0" unit="0"/>
+ <readonly/>
</disk>
<disk type="dir" device="floppy">
<source dir="/tmp"/>
Domain 'test-many-devices' defined successfully.
Changes will take effect after the next domain shutdown.