Add support for -drive QEMU syntax, and virtio bus / disk type

This commit is contained in:
Daniel P. Berrange
2008-05-09 16:41:19 +00:00
parent 7967662a52
commit 098ba1a433
46 changed files with 386 additions and 275 deletions

View File

@@ -16,11 +16,11 @@
<emulator>/usr/bin/qemu</emulator>
<disk type='block' device='disk'>
<source dev='/dev/HostVG/QEMUGuest1'/>
<target dev='hda'/>
<target dev='hda' bus='ide'/>
</disk>
<disk type='file' device='floppy'>
<source file='/tmp/firmware.img'/>
<target dev='fda'/>
<target dev='fda' bus='fdc'/>
</disk>
</devices>
</domain>