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 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list