Re: [Qemu-devel] [PATCH v5 10/11] blockdev: add Abort transaction

2013-06-21 Thread Eric Blake
On 06/19/2013 12:21 PM, Kevin Wolf wrote: Am 03.06.2013 um 11:21 hat Stefan Hajnoczi geschrieben: On Thu, May 30, 2013 at 07:11:25AM -0600, Eric Blake wrote: On 05/30/2013 06:34 AM, Stefan Hajnoczi wrote: The Abort action can be used to test QMP 'transaction' failure. Add it as the last

Re: [Qemu-devel] [PATCH v5 10/11] blockdev: add Abort transaction

2013-06-19 Thread Kevin Wolf
Am 03.06.2013 um 11:21 hat Stefan Hajnoczi geschrieben: On Thu, May 30, 2013 at 07:11:25AM -0600, Eric Blake wrote: On 05/30/2013 06:34 AM, Stefan Hajnoczi wrote: The Abort action can be used to test QMP 'transaction' failure. Add it as the last action to exercise the .abort() and

Re: [Qemu-devel] [PATCH v5 10/11] blockdev: add Abort transaction

2013-06-03 Thread Stefan Hajnoczi
On Thu, May 30, 2013 at 07:11:25AM -0600, Eric Blake wrote: On 05/30/2013 06:34 AM, Stefan Hajnoczi wrote: The Abort action can be used to test QMP 'transaction' failure. Add it as the last action to exercise the .abort() and .cleanup() code paths for all previous actions. Another

[Qemu-devel] [PATCH v5 10/11] blockdev: add Abort transaction

2013-05-30 Thread Stefan Hajnoczi
The Abort action can be used to test QMP 'transaction' failure. Add it as the last action to exercise the .abort() and .cleanup() code paths for all previous actions. Signed-off-by: Stefan Hajnoczi stefa...@redhat.com --- blockdev.c | 15 +++ qapi-schema.json | 13

Re: [Qemu-devel] [PATCH v5 10/11] blockdev: add Abort transaction

2013-05-30 Thread Eric Blake
On 05/30/2013 06:34 AM, Stefan Hajnoczi wrote: The Abort action can be used to test QMP 'transaction' failure. Add it as the last action to exercise the .abort() and .cleanup() code paths for all previous actions. Another thread questioned whether we should name this action