mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
17 lines
564 B
XML
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. |