Re: [libvirt] [PATCH] Add XML config switch to enable/disable vhost-net support

2011-03-08 Thread Eric Blake
On 01/13/2011 01:59 PM, Eric Blake wrote: This patch makes it possible to force whether or not vhost-net is used with a bit of XML. Adding a driver element to the interface XML, eg: interface type=network model type=virtio/ driver name=vhost/ will force use of vhost-net

Re: [libvirt] [PATCH] Add XML config switch to enable/disable vhost-net support

2011-01-14 Thread Daniel P. Berrange
On Thu, Jan 13, 2011 at 01:45:28AM -0500, Laine Stump wrote: This patch is in response to https://bugzilla.redhat.com/show_bug.cgi?id=643050 The existing libvirt support for the vhost-net backend to the virtio network driver happens automatically - if the vhost-net device is available,

Re: [libvirt] [PATCH] Add XML config switch to enable/disable vhost-net support

2011-01-14 Thread Laine Stump
On 01/14/2011 08:22 AM, Daniel P. Berrange wrote: On Thu, Jan 13, 2011 at 01:45:28AM -0500, Laine Stump wrote: This patch is in response to https://bugzilla.redhat.com/show_bug.cgi?id=643050 The existing libvirt support for the vhost-net backend to the virtio network driver happens

Re: [libvirt] [PATCH] Add XML config switch to enable/disable vhost-net support

2011-01-14 Thread Laine Stump
On 01/13/2011 03:59 PM, Eric Blake wrote: On 01/12/2011 11:45 PM, Laine Stump wrote: This patch is in response to https://bugzilla.redhat.com/show_bug.cgi?id=643050 The existing libvirt support for the vhost-net backend to the virtio network driver happens automatically - if the vhost-net

Re: [libvirt] [PATCH] Add XML config switch to enable/disable vhost-net support

2011-01-13 Thread Eric Blake
On 01/12/2011 11:45 PM, Laine Stump wrote: This patch is in response to https://bugzilla.redhat.com/show_bug.cgi?id=643050 The existing libvirt support for the vhost-net backend to the virtio network driver happens automatically - if the vhost-net device is available, it is always

[libvirt] [PATCH] Add XML config switch to enable/disable vhost-net support

2011-01-12 Thread Laine Stump
This patch is in response to https://bugzilla.redhat.com/show_bug.cgi?id=643050 The existing libvirt support for the vhost-net backend to the virtio network driver happens automatically - if the vhost-net device is available, it is always enabled, otherwise the standard userland virtio backend