Re: [Qemu-devel] [Qemu-block] [RFC] transactions: add transaction-wide property

2015-10-20 Thread John Snow
On 10/19/2015 03:27 AM, Markus Armbruster wrote: > John Snow writes: > >> On 10/16/2015 08:23 AM, Stefan Hajnoczi wrote: >>> On Mon, Oct 12, 2015 at 12:50:20PM -0400, John Snow wrote: Ping -- any consensus on how we should implement the "do-or-die" argument for transactions that start

Re: [Qemu-devel] [Qemu-block] [RFC] transactions: add transaction-wide property

2015-10-19 Thread Fam Zheng
On Mon, 10/19 09:27, Markus Armbruster wrote: > John Snow writes: > > > On 10/16/2015 08:23 AM, Stefan Hajnoczi wrote: > >> On Mon, Oct 12, 2015 at 12:50:20PM -0400, John Snow wrote: > >>> Ping -- any consensus on how we should implement the "do-or-die" > >>> argument for transactions that start

Re: [Qemu-devel] [Qemu-block] [RFC] transactions: add transaction-wide property

2015-10-19 Thread Markus Armbruster
John Snow writes: > On 10/16/2015 08:23 AM, Stefan Hajnoczi wrote: >> On Mon, Oct 12, 2015 at 12:50:20PM -0400, John Snow wrote: >>> Ping -- any consensus on how we should implement the "do-or-die" >>> argument for transactions that start block jobs? :) >>> >>> This patch may look a little hokey

Re: [Qemu-devel] [Qemu-block] [RFC] transactions: add transaction-wide property

2015-10-16 Thread John Snow
On 10/16/2015 08:23 AM, Stefan Hajnoczi wrote: > On Mon, Oct 12, 2015 at 12:50:20PM -0400, John Snow wrote: >> Ping -- any consensus on how we should implement the "do-or-die" >> argument for transactions that start block jobs? :) >> >> This patch may look a little hokey in how it boxes arguments

Re: [Qemu-devel] [Qemu-block] [RFC] transactions: add transaction-wide property

2015-10-16 Thread Stefan Hajnoczi
On Mon, Oct 12, 2015 at 12:50:20PM -0400, John Snow wrote: > Ping -- any consensus on how we should implement the "do-or-die" > argument for transactions that start block jobs? :) > > This patch may look a little hokey in how it boxes arguments, but I can > re-do it on top of Eric Blake's very off