Re: [Qemu-block] [PATCH v5 05/10] block: add transactional callbacks feature

2015-06-05 Thread Stefan Hajnoczi
On Thu, Jun 04, 2015 at 05:46:07PM -0400, John Snow wrote: The goal here is to add a new method to transactions that allows developers to specify a callback that will get invoked only once all jobs spawned by a transaction are completed, allowing developers the chance to perform actions

[Qemu-block] [PATCH v5 05/10] block: add transactional callbacks feature

2015-06-04 Thread John Snow
The goal here is to add a new method to transactions that allows developers to specify a callback that will get invoked only once all jobs spawned by a transaction are completed, allowing developers the chance to perform actions conditionally pending complete success, partial failure, or complete