The first two patches provide a cleaner, more complete fix to a fix
that was recently pushed for
https://bugzilla.redhat.com/show_bug.cgi?id=1081461
While the original patch does fix the symptoms in the report, applying
these two additional patches handle some situations that weren't
addressed by the original.
Patch 3 fixes a similar problem with tap devices when the newly added
macTableManager='libvirt' is used. It should make migration of guests
with this new type of network connection work properly with no loss of
network connectivity (including once post-copy migration is working).
Laine Stump (3):
qemu: always call qemuInterfaceStartDevices() when starting CPUs
qemu: add a qemuInterfaceStopDevices(), called when guest CPUs stop
qemu: add/remove bridge fdb entries as guest CPUs are started/stopped
src/qemu/qemu_command.c | 10 ++----
src/qemu/qemu_hotplug.c | 8 +++++
src/qemu/qemu_interface.c | 92 +++++++++++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_interface.h | 2 ++
src/qemu/qemu_process.c | 7 ++--
5 files changed, 109 insertions(+), 10 deletions(-)
--
1.9.3