qemu-patch-raspberry4/migration
Anthony PERARD c69adea462 migration: Fix global state with Xen.
When doing migration via the QMP command xen_save_devices_state, the
current runstate is not store into the global state section. Also the
current runstate is not the one we want on the receiver side.

During migration, the Xen toolstack paused QEMU before save the devices
state. Also, the toolstack expect QEMU to autostart when the migration is
finished.
So this patch store "running" as it's current runstate.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
2015-08-03 16:13:23 +00:00
..
block.c block: Use bdrv_drain to replace uncessary bdrv_drain_all 2015-07-07 14:27:14 +01:00
exec.c
fd.c
Makefile.objs
migration.c migration: Fix global state with Xen. 2015-08-03 16:13:23 +00:00
qemu-file-buf.c qerror: Move #include out of qerror.h 2015-06-22 18:20:40 +02:00
qemu-file-internal.h
qemu-file-stdio.c
qemu-file-unix.c
qemu-file.c Rework ram_control_load_hook to hook during block load 2015-07-07 14:54:48 +02:00
ram.c migration: reduce the count of strlen call 2015-07-15 12:21:28 +02:00
rdma.c RDMA: Fix error exits 2015-07-16 20:00:20 +02:00
savevm.c migration: Fix global state with Xen. 2015-08-03 16:13:23 +00:00
tcp.c
unix.c
vmstate.c vmstate: Create optional sections 2015-07-07 14:54:52 +02:00
xbzrle.c