Re: [Qemu-devel] [PATCH 0/3] Fail migration on bdrv_flush_all() error

2013-07-15 Thread Stefan Hajnoczi
On Fri, Jul 05, 2013 at 02:03:50PM +0200, Kevin Wolf wrote: > If bdrv_flush_all() returns an error, there is an inconsistency in the > view of an image file between the source and the destination host. > Completing the migration would lead to corruption. Better abort > migration in this case. > >

[Qemu-devel] [PATCH 0/3] Fail migration on bdrv_flush_all() error

2013-07-05 Thread Kevin Wolf
If bdrv_flush_all() returns an error, there is an inconsistency in the view of an image file between the source and the destination host. Completing the migration would lead to corruption. Better abort migration in this case. Kevin Wolf (3): block: Add return value for bdrv_flush_all() cpus: A