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 transaction failure. > > +### > > +{ 'type': 'Abort', > > + 'data': { } } > > + > > Probably should add a Since: 1.6 notation. With that,
Will add in v4.