qemu/migration
Kevin Wolf 4417ab7adf block: New BdrvChildRole.activate() for blk_resume_after_migration()
Instead of manually calling blk_resume_after_migration() in migration
code after doing bdrv_invalidate_cache_all(), integrate the BlockBackend
activation with cache invalidation into a single function. This is
achieved with a new callback in BdrvChildRole that is called by
bdrv_invalidate_cache_all().

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2017-05-11 12:08:24 +02:00
..
block.c
colo-comm.c
colo-failover.c
colo.c
exec.c
fd.c
Makefile.objs
migration.c block: New BdrvChildRole.activate() for blk_resume_after_migration() 2017-05-11 12:08:24 +02:00
postcopy-ram.c
postcopy-ram.h
qemu-file-channel.c
qemu-file.c
qjson.c
ram.c
rdma.c
savevm.c block: New BdrvChildRole.activate() for blk_resume_after_migration() 2017-05-11 12:08:24 +02:00
socket.c
tls.c
trace-events
vmstate.c
xbzrle.c