Re: [Qemu-devel] [PATCH 01/71] vhost-net: move stubs to a separate file

2018-12-04 Thread Thomas Huth
On 2018-12-03 16:32, Paolo Bonzini wrote: > There is no reason for CONFIG_VHOST_NET to be specific to a single target; > it is a host feature that can be add to all targets, as long as they support > the virtio-net device. Currently CONFIG_VHOST_NET depends on CONFIG_KVM, > but ioeventfd support i

Re: [Qemu-devel] [PATCH 01/71] vhost-net: move stubs to a separate file

2018-12-03 Thread Eric Blake
On 12/3/18 9:32 AM, Paolo Bonzini wrote: There is no reason for CONFIG_VHOST_NET to be specific to a single target; it is a host feature that can be add to all targets, as long as they support s/add/added/ the virtio-net device. Currently CONFIG_VHOST_NET depends on CONFIG_KVM, but ioeventfd

[Qemu-devel] [PATCH 01/71] vhost-net: move stubs to a separate file

2018-12-03 Thread Paolo Bonzini
There is no reason for CONFIG_VHOST_NET to be specific to a single target; it is a host feature that can be add to all targets, as long as they support the virtio-net device. Currently CONFIG_VHOST_NET depends on CONFIG_KVM, but ioeventfd support is present in the core memory API and works with ot