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

2013-07-30 Thread Ian Main
On Mon, Jul 29, 2013 at 11:54:38AM +0100, Richard W.M. Jones wrote: On Mon, Jul 29, 2013 at 06:16:48PM +0800, Fam Zheng wrote: Ian's patches are in master, on which I already rebased the first. I can rebase the other one for you if you feel like to test it too. No that's fine, thanks. I

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

2013-07-29 Thread Kevin Wolf
Am 26.07.2013 um 20:39 hat Ian Main geschrieben: 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. Thanks, applied

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

2013-07-29 Thread Richard W.M. Jones
On Mon, Jul 29, 2013 at 10:52:44AM +0200, Kevin Wolf wrote: Am 26.07.2013 um 20:39 hat Ian Main geschrieben: 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

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

2013-07-29 Thread Fam Zheng
On Mon, 07/29 10:02, Richard W.M. Jones wrote: On Mon, Jul 29, 2013 at 10:52:44AM +0200, Kevin Wolf wrote: Am 26.07.2013 um 20:39 hat Ian Main geschrieben: This patch adds sync modes on top of the work that Stefan Hajnoczi has done. These patches apply on kevin/block.

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

2013-07-29 Thread Richard W.M. Jones
On Mon, Jul 29, 2013 at 05:36:28PM +0800, Fam Zheng wrote: On Mon, 07/29 10:02, Richard W.M. Jones wrote: On Mon, Jul 29, 2013 at 10:52:44AM +0200, Kevin Wolf wrote: Am 26.07.2013 um 20:39 hat Ian Main geschrieben: This patch adds sync modes on top of the work that Stefan Hajnoczi has

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

2013-07-29 Thread Fam Zheng
On Mon, 07/29 11:03, Richard W.M. Jones wrote: On Mon, Jul 29, 2013 at 05:36:28PM +0800, Fam Zheng wrote: On Mon, 07/29 10:02, Richard W.M. Jones wrote: On Mon, Jul 29, 2013 at 10:52:44AM +0200, Kevin Wolf wrote: Am 26.07.2013 um 20:39 hat Ian Main geschrieben: This patch adds sync

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

2013-07-29 Thread Richard W.M. Jones
On Mon, Jul 29, 2013 at 06:16:48PM +0800, Fam Zheng wrote: Ian's patches are in master, on which I already rebased the first. I can rebase the other one for you if you feel like to test it too. No that's fine, thanks. I just thought Ian had more patches which were not upstream, but if they're

[Qemu-devel] [PATCH V9 0/2] Implement sync modes for drive-backup.

2013-07-26 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