Re: [Qemu-devel] [PATCH V3 0/7] Make QED with live migration safe

2012-04-05 Thread Kevin Wolf
Am 23.03.2012 08:36, schrieb Benoît Canet: > This is the third version of a patchset aiming at making the combined > usage of QED and live migration safe. > > v3: > > -qed: Drop the flags qed structure member and use bs->open_flags to reopen > (stefana) > -qed: When opening honor flags parameter

Re: [Qemu-devel] [PATCH V3 0/7] Make QED with live migration safe

2012-04-04 Thread Benoît Canet
> > > > I tested qed live migration as well as confirming that bs->open_flags > BDRV_O_INCOMING works correctly in gdb. > > Reviewed-by: Stefan Hajnoczi > ping. Kevin Wolf: will it be merged in your next for-anthony branch ?

Re: [Qemu-devel] [PATCH V3 0/7] Make QED with live migration safe

2012-03-23 Thread Stefan Hajnoczi
On Fri, Mar 23, 2012 at 7:36 AM, Benoît Canet wrote: > This is the third version of a patchset aiming at making the combined > usage of QED and live migration safe. > > v3: > > -qed: Drop the flags qed structure member and use bs->open_flags to reopen > (stefana) > -qed: When opening honor flags

[Qemu-devel] [PATCH V3 0/7] Make QED with live migration safe

2012-03-23 Thread Benoît Canet
This is the third version of a patchset aiming at making the combined usage of QED and live migration safe. v3: -qed: Drop the flags qed structure member and use bs->open_flags to reopen (stefana) -qed: When opening honor flags parameter instead of bs->open_flags v2: -The block layer is not aw