Re: [libvirt] [PATCH 4/4] qemu: support live change of all netdev hostside config

2012-10-14 Thread Laine Stump
On 10/13/2012 05:08 PM, Laine Stump wrote: On 10/12/2012 05:58 AM, Laine Stump wrote: This is the final patch to resolve: https://bugzilla.redhat.com/show_bug.cgi?id=805071 This patch finalizes support live change of any/all hostside config of a network device as part of the public

Re: [libvirt] [PATCH 4/4] qemu: support live change of all netdev hostside config

2012-10-13 Thread Laine Stump
On 10/12/2012 05:58 AM, Laine Stump wrote: This is the final patch to resolve: https://bugzilla.redhat.com/show_bug.cgi?id=805071 This patch finalizes support live change of any/all hostside config of a network device as part of the public virDomainUpdateDeviceFlags API. The changes are

[libvirt] [PATCH 4/4] qemu: support live change of all netdev hostside config

2012-10-12 Thread Laine Stump
This is the final patch to resolve: https://bugzilla.redhat.com/show_bug.cgi?id=805071 This patch finalizes support live change of any/all hostside config of a network device as part of the public virDomainUpdateDeviceFlags API. The changes are done without detaching the device from the guest,

Re: [libvirt] [PATCH 4/4] qemu: support live change of all netdev hostside config

2012-10-12 Thread Michal Privoznik
On 12.10.2012 11:58, Laine Stump wrote: This is the final patch to resolve: https://bugzilla.redhat.com/show_bug.cgi?id=805071 This patch finalizes support live change of any/all hostside config of a network device as part of the public virDomainUpdateDeviceFlags API. The changes are