Re: [Qemu-devel] [PATCH V6 0/3] Implement sync modes for drive-backup.

2013-07-23 Thread Stefan Hajnoczi
On Mon, Jul 22, 2013 at 03:09:17PM -0700, Ian Main wrote: This patch adds sync modes on top of the work that Stefan Hajnoczi has done. These patches apply on kevin/block. Hopefully all is in order as this is my first QEMU patch. Many thanks to Stephan and Fam Zheng for their help. V2:

Re: [Qemu-devel] [PATCH V6 0/3] Implement sync modes for drive-backup.

2013-07-23 Thread Ian Main
On Tue, Jul 23, 2013 at 01:53:51PM +0200, Stefan Hajnoczi wrote: On Mon, Jul 22, 2013 at 03:09:17PM -0700, Ian Main wrote: This patch adds sync modes on top of the work that Stefan Hajnoczi has done. These patches apply on kevin/block. Hopefully all is in order as this is my first

Re: [Qemu-devel] [PATCH V6 0/3] Implement sync modes for drive-backup.

2013-07-23 Thread Fam Zheng
On Tue, 07/23 12:55, Ian Main wrote: On Tue, Jul 23, 2013 at 01:53:51PM +0200, Stefan Hajnoczi wrote: On Mon, Jul 22, 2013 at 03:09:17PM -0700, Ian Main wrote: This patch adds sync modes on top of the work that Stefan Hajnoczi has done. These patches apply on kevin/block.

[Qemu-devel] [PATCH V6 0/3] Implement sync modes for drive-backup.

2013-07-22 Thread Ian Main
This patch adds sync modes on top of the work that Stefan Hajnoczi has done. These patches apply on kevin/block. Hopefully all is in order as this is my first QEMU patch. Many thanks to Stephan and Fam Zheng for their help. V2: - No longer poll, instead use qemu_coroutine_yield(). - Use