Re: [kvm-devel] What kernel options do I need to properly enable virtio net driver

2008-04-23 Thread Avi Kivity
Anthony Liguori wrote: > Jerone Young wrote: > >> What I am asking is do I have all the proper options in my kernel config >> set to use it? >> >> > > Yes. You just need CONFIG_VIRTIO_NET and CONFIG_VIRTIO_PCI. The > remaining options will be automatically selected. > > We should

Re: [kvm-devel] What kernel options do I need to properly enable virtio net driver

2008-04-22 Thread Anthony Liguori
Jerone Young wrote: > What I am asking is do I have all the proper options in my kernel config > set to use it? > Yes. You just need CONFIG_VIRTIO_NET and CONFIG_VIRTIO_PCI. The remaining options will be automatically selected. Regards, Anthony Liguori > On Mon, 2008-04-21 at 17:13 -0500,

Re: [kvm-devel] What kernel options do I need to properly enable virtio net driver

2008-04-22 Thread Avi Kivity
Jerone Young wrote: > What I am asking is do I have all the proper options in my kernel config > set to use it? > > I have: [EMAIL PROTECTED] linux-2.6 (kvm-updates-2.6.26)]$ grep VIRTIO .config CONFIG_VIRTIO_BLK=m CONFIG_VIRTIO_NET=m CONFIG_VIRTIO=m CONFIG_VIRTIO_RING=m CONFIG_VIRTIO_PCI=m CO

Re: [kvm-devel] What kernel options do I need to properly enable virtio net driver

2008-04-22 Thread Christian Ehrhardt
Jerone Young wrote: > virtio net device does not appear to show itself in the guest. I'm > curious of what options I may be missing. Here is my config > > CONFIG_VIRTIO_NET=y [..] > CONFIG_VIRTUALIZATION=y > CONFIG_KVM=y > CONFIG_KVM_BOOKE_HOST=y > CONFIG_VIRTIO=y > CONFIG_VIRTIO_RING=y > CONFIG_V

Re: [kvm-devel] What kernel options do I need to properly enable virtio net driver

2008-04-21 Thread Jerone Young
What I am asking is do I have all the proper options in my kernel config set to use it? On Mon, 2008-04-21 at 17:13 -0500, Anthony Liguori wrote: > Jerone Young wrote: > > virtio net device does not appear to show itself in the guest. I'm > > curious of what options I may be missing. Here is my co

Re: [kvm-devel] What kernel options do I need to properly enable virtio net driver

2008-04-21 Thread Anthony Liguori
Jerone Young wrote: > virtio net device does not appear to show itself in the guest. I'm > curious of what options I may be missing. Here is my config You'll have to be more specific about what "does not appear to show itself" means. What's the output of lspci? Regards, Anthony Liguori >