qemu: honor allowDiskFormatProbing when parsing command line

My commit 024e9af broke this.
This commit is contained in:
Ján Tomko
2013-04-29 15:42:45 +02:00
parent d0f7fd9924
commit dfb4834940
57 changed files with 72 additions and 75 deletions

View File

@@ -15,7 +15,7 @@
<devices>
<emulator>/usr/bin/qemu</emulator>
<disk type='block' device='disk'>
<driver name='qemu'/>
<driver name='qemu' type='raw'/>
<source dev='/dev/HostVG/QEMUGuest1'/>
<target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>