[libvirt] [PATCH 0/2] Handle hotplug change on VLAN configuration using OVS

Antoine Millet antoine.millet at tdf.fr
Mon Jul 17 15:48:58 UTC 2017


This patch set allow to change VLAN configuration of running guest using OVS
as networking backend.

Use case here: https://www.redhat.com/archives/libvirt-users/2017-July/msg00043.html

"Refactored OVS VLAN configuration" moves the code building the VLAN configuration
arguments passed to ovs-vsctl into a separated function to be reused by "Handle
hotplug change on VLAN configuration using OVS" which implements the handling of
VLAN change into qemuDomainChangeNet.

Antoine Millet (2):
  Refactored OVS VLAN configuration
  Handle hotplug change on VLAN configuration using OVS

 src/libvirt_private.syms        |   1 +
 src/qemu/qemu_hotplug.c         |  16 ++++-
 src/util/virnetdevopenvswitch.c | 145 ++++++++++++++++++++++++++++------------
 src/util/virnetdevopenvswitch.h |   9 +++
 4 files changed, 127 insertions(+), 44 deletions(-)

-- 
2.13.2




More information about the libvir-list mailing list