qemu-e2k/migration
Dr. David Alan Gilbert ef8d6488d2 postcopy: Recover block devices on early failure
An early postcopy failure can be recovered from as long as we know
we haven't sent the command to run the destination.
We have to undo the bdrv_inactivate_all by calling
bdrv_invalidate_cache_all

Note that I'm not using ms->block_inactive because once we've
sent the postcopy package we dont want anything else to try
and recover the block storage on the source; the destination
might have started writing to it.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20170202155909.31784-3-dgilbert@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
2017-02-06 13:36:49 +01:00
..
block.c
colo-comm.c
colo-failover.c
colo.c migration: fix compiler warning on uninitialized variable 2016-11-01 09:31:53 +00:00
exec.c
fd.c
Makefile.objs build: remove --enable-colo/--disable-colo 2017-01-16 17:52:35 +01:00
migration.c postcopy: Recover block devices on early failure 2017-02-06 13:36:49 +01:00
postcopy-ram.c
qemu-file-channel.c
qemu-file.c
qjson.c
ram.c migration: transform remaining DPRINTF into trace_ 2017-01-24 18:00:31 +00:00
rdma.c
savevm.c Postcopy: Reset state to avoid cleanup assert 2017-02-06 13:36:49 +01:00
socket.c io: change the QIOTask callback signature 2017-01-23 15:32:18 +00:00
tls.c io: change the QIOTask callback signature 2017-01-23 15:32:18 +00:00
trace-events trace: clean up trace-events files 2017-01-31 17:12:15 +00:00
vmstate.c migration/tracing: Add tracing on save 2017-01-24 18:00:32 +00:00
xbzrle.c