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
>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
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