Re: [Qemu-devel] [PATCH v2] block: Add error handling to bdrv_invalidate_cache()

2014-03-18 Thread Benoît Canet
The Tuesday 18 Mar 2014 à 15:36:42 (+0100), Kevin Wolf wrote : > If it returns an error, the migrated VM will not be started, but qemu > exits with an error message. > > Signed-off-by: Kevin Wolf > Reviewed-by: Juan Quintela > Reviewed-by: Eric Blake > --- > > v2: > - Update quorum as well (no

[Qemu-devel] [PATCH v2] block: Add error handling to bdrv_invalidate_cache()

2014-03-18 Thread Kevin Wolf
If it returns an error, the migrated VM will not be started, but qemu exits with an error message. Signed-off-by: Kevin Wolf Reviewed-by: Juan Quintela Reviewed-by: Eric Blake --- v2: - Update quorum as well (not built by default, so it escaped my attention in v1) block.c