Re: [kvm-devel] problem using kvm-guest-drivers

2008-04-06 Thread Nikola Ciprich
Hi Dennis, thanks a lot for Your reply, the problem really was that I didn't know that virtio_pci module is also needed. I'm not using LVM in guests, but it's good to know recent version would be needed for such case. BR nik. On Sun, 6 Apr 2008, Dennis Jacobfeuerborn wrote: > Nikola Ciprich wr

Re: [kvm-devel] problem using kvm-guest-drivers

2008-04-06 Thread Nikola Ciprich
Hello Anthony, thanks a lot for Your help! Loading virtio_pci did indeed solved my problem. BR nik On Sat, 5 Apr 2008, Anthony Liguori wrote: > Nikola Ciprich wrote: >> Hello, >> I'm trying to get virtio_blk working, but I can't figure what am I doing >> wrong... >> First thing I do not reall

Re: [kvm-devel] problem using kvm-guest-drivers

2008-04-05 Thread Dennis Jacobfeuerborn
Nikola Ciprich wrote: > Hello, > I'm trying to get virtio_blk working, but I can't figure what am I doing > wrong... You'll probably have to build a new initrd image in the guest adding the following options to the mkinitrd call: "--with=virtio_pci --with=virtio_blk" This makes sure that the gue

Re: [kvm-devel] problem using kvm-guest-drivers

2008-04-05 Thread Anthony Liguori
Nikola Ciprich wrote: > Hello, > I'm trying to get virtio_blk working, but I can't figure what am I doing > wrong... > First thing I do not really understand is what kernels are supported, as > in README file it is written: > > Where /path/to/kernel is the path to a recent kernel tree containing

[kvm-devel] problem using kvm-guest-drivers

2008-04-05 Thread Nikola Ciprich
Hello, I'm trying to get virtio_blk working, but I can't figure what am I doing wrong... First thing I do not really understand is what kernels are supported, as in README file it is written: Where /path/to/kernel is the path to a recent kernel tree containing virtio drivers. At the moment, th