Re: [Qemu-devel] [PATCH] migration: expose qemu_announce_self() via qmp

2017-01-17 Thread Dr. David Alan Gilbert
* Germano Veit Michel (germ...@redhat.com) wrote: > qemu_announce_self() is triggered by qemu at the end of migrations > to update the network regarding the path to the guest l2addr. > > however it is also useful when there is a network change such as > an active bond slave swap. Essentially, it's

[Qemu-devel] [PATCH] migration: expose qemu_announce_self() via qmp

2017-01-16 Thread Germano Veit Michel
qemu_announce_self() is triggered by qemu at the end of migrations to update the network regarding the path to the guest l2addr. however it is also useful when there is a network change such as an active bond slave swap. Essentially, it's the same as a migration from a network perspective - the gu