Gentoo Archives: gentoo-user

From: Ward Poelmans <wpoely86@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Problems with libvirt / qemu
Date: Mon, 11 Oct 2010 17:05:24
Message-Id: AANLkTikVVDBqd5gyMaaz8FGU73z6prLiUyE3R2S1QD6f@mail.gmail.com
In Reply to: [gentoo-user] [OT] Problems with libvirt / qemu by Dan Johansson
1 On Sun, Oct 10, 2010 at 16:05, Dan Johansson <Dan.Johansson@×××.nu> wrote:
2
3 >    <disk type='file' device='disk'>
4 >      <source file='/var/lib/kvm/Wilmer/Wilmer.qcow2'/>
5 >      <target dev='hda' bus='ide'/>
6 >      <address type='drive' controller='0' bus='0' unit='0'/>
7 >    </disk>
8
9 On my system, this section looks like:
10 <disk type='file' device='disk'>
11 <driver name='qemu' type='qcow2'/>
12 <source file='image.qcow2'/>
13 <target dev='vda' bus='virtio'/>
14 <address type='pci' domain='0x0000' bus='0x00' slot='0x04'
15 function='0x0'/>
16 </disk>
17
18 Try adding "<driver name='qemu' type='qcow2'/>" to yours?
19
20 Ward

Replies

Subject Author
Re: [gentoo-user] [OT] Problems with libvirt / qemu Dan Johansson <Dan.Johansson@×××.nu>