Re: [kvm-devel] VirtIO configure and compilation problems

2007-09-04 Thread Cam Macdonell
Hi Dor, Dor Laor wrote: >> >> the following files: >> linux/virtio.h >> linux/virtio_blk.h >> linux/virtio_net.h > > The above files are currently part of the guest kernel (not modules) so > they shouldn't be copied. Instead you should compile the whole kernel > and > use it for the guest. I'll

Re: [kvm-devel] VirtIO configure and compilation problems

2007-09-04 Thread Dor Laor
>Hi Dor, > >I was able to grab the virtio sources. However, the make -C kernel >command to build the modules doesn't copy over all files. > >when I run: > >make -C kernel sync LINUX=/home/cam/research/KVM/dor/kvm/ > >the following files: >linux/virtio.h >linux/virtio_blk.h >linux/virtio_net.h The

[kvm-devel] VirtIO configure and compilation problems

2007-09-03 Thread Cam Macdonell
Hi Dor, I was able to grab the virtio sources. However, the make -C kernel command to build the modules doesn't copy over all files. when I run: make -C kernel sync LINUX=/home/cam/research/KVM/dor/kvm/ the following files: linux/virtio.h linux/virtio_blk.h linux/virtio_net.h asm-x86_64/hype