On Sun, Oct 10, 2010 at 16:05, Dan Johansson <[email protected]> wrote:
> <disk type='file' device='disk'>
> <source file='/var/lib/kvm/Wilmer/Wilmer.qcow2'/>
> <target dev='hda' bus='ide'/>
> <address type='drive' controller='0' bus='0' unit='0'/>
> </disk>
On my system, this section looks like:
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source file='image.qcow2'/>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04'
function='0x0'/>
</disk>
Try adding "<driver name='qemu' type='qcow2'/>" to yours?
Ward