On Wed, May 15, 2013 at 01:01:15PM -0600, Eric Blake wrote:
> On 05/15/2013 08:34 AM, Stefan Hajnoczi wrote:
> > +++ b/qapi-schema.json
> > @@ -1630,6 +1630,14 @@
> > '*mode': 'NewImageMode', '*speed': 'int' } }
> >
> > ##
> > +# @Abort
> > +#
> > +# This action can be used to test
δΊ 2013-5-16 3:01, Eric Blake ει:
On 05/15/2013 08: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.
Signed-off-by: Stefan Hajnoczi
---
blockdev.
On 05/15/2013 08: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.
>
> Signed-off-by: Stefan Hajnoczi
> ---
> blockdev.c | 15 ++
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
---
blockdev.c | 15 +++
qapi-schema.json | 11 ++-
2 files changed, 25