Re: [Qemu-devel] [PATCH V4 0/5] block: make qmp_transaction extendable

2013-05-06 Thread Luiz Capitulino
On Fri, 3 May 2013 13:17:59 +0200 Stefan Hajnoczi wrote: > On Thu, May 02, 2013 at 10:26:41AM +0800, Wenchao Xia wrote: > > This serial will package backing chain snapshot code as one case, to make > > it > > possible adding more operations later. > > > > v2: > > Address Kevin's comments: >

Re: [Qemu-devel] [PATCH V4 0/5] block: make qmp_transaction extendable

2013-05-03 Thread Stefan Hajnoczi
On Thu, May 02, 2013 at 10:26:41AM +0800, Wenchao Xia wrote: > This serial will package backing chain snapshot code as one case, to make it > possible adding more operations later. > > v2: > Address Kevin's comments: > Use the same prototype prepare, commit, rollback model in original code,

Re: [Qemu-devel] [PATCH V4 0/5] block: make qmp_transaction extendable

2013-05-03 Thread Kevin Wolf
Am 02.05.2013 um 04:26 hat Wenchao Xia geschrieben: > This serial will package backing chain snapshot code as one case, to make it > possible adding more operations later. > > v2: > Address Kevin's comments: > Use the same prototype prepare, commit, rollback model in original code, > commit