qemu-e2k/migration
Amit Shah 92e3762237 migration: announce VM's new home just before VM is runnable
We were announcing the dest host's IP as our new IP a bit too soon -- if
there were errors detected after this announcement was done, the
migration is failed and the VM could continue running on the src host --
causing problems later.

Move around the qemu_announce_self() call so it's done just before the
VM is runnable.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
2015-10-15 08:13:03 +02:00
..
block.c block: Use bdrv_drain to replace uncessary bdrv_drain_all 2015-07-07 14:27:14 +01:00
exec.c Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler 2015-06-12 13:26:21 +01:00
fd.c Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler 2015-06-12 13:26:21 +01:00
Makefile.objs
migration.c migration: announce VM's new home just before VM is runnable 2015-10-15 08:13:03 +02:00
qemu-file-buf.c migration: Use g_new() & friends where that makes obvious sense 2015-09-29 11:36:35 +05:30
qemu-file-internal.h
qemu-file-stdio.c migration: Use g_new() & friends where that makes obvious sense 2015-09-29 11:36:35 +05:30
qemu-file-unix.c migration: Use g_new() & friends where that makes obvious sense 2015-09-29 11:36:35 +05:30
qemu-file.c migration: Use g_new() & friends where that makes obvious sense 2015-09-29 11:36:35 +05:30
ram.c migration: Dynamic cpu throttling for auto-converge 2015-09-30 09:42:04 +02:00
rdma.c migration: Use g_new() & friends where that makes obvious sense 2015-09-29 11:36:35 +05:30
savevm.c migration: Use g_new() & friends where that makes obvious sense 2015-09-29 11:36:35 +05:30
tcp.c Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler 2015-06-12 13:26:21 +01:00
unix.c Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler 2015-06-12 13:26:21 +01:00
vmstate.c vmstate: Create optional sections 2015-07-07 14:54:52 +02:00
xbzrle.c