]> git.proxmox.com Git - mirror_qemu.git/commit - block.c
block: Add error handling to bdrv_invalidate_cache()
authorKevin Wolf <kwolf@redhat.com>
Wed, 12 Mar 2014 14:59:16 +0000 (15:59 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 19 Mar 2014 08:39:41 +0000 (09:39 +0100)
commit5a8a30db4771675480829d7d3bf35a138e9c35f1
treef9ea39c07db48ca7edd89c462e45a2451682014e
parent059b3527f0229f4d60fd77a317503d42abd5e50f
block: Add error handling to bdrv_invalidate_cache()

If it returns an error, the migrated VM will not be started, but qemu
exits with an error message.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
block.c
block/qcow2.c
block/qed.c
block/quorum.c
include/block/block.h
include/block/block_int.h
migration.c