From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcsvT-0005oC-3Z for qemu-devel@nongnu.org; Thu, 16 May 2013 03:48:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcsvN-00027f-6H for qemu-devel@nongnu.org; Thu, 16 May 2013 03:48:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ucsla-0006wi-VO for qemu-devel@nongnu.org; Thu, 16 May 2013 03:38:23 -0400 Date: Thu, 16 May 2013 09:37:15 +0200 From: Stefan Hajnoczi Message-ID: <20130516073715.GE1597@stefanha-thinkpad.redhat.com> References: <1368628476-19622-1-git-send-email-stefanha@redhat.com> <1368628476-19622-8-git-send-email-stefanha@redhat.com> <5193DB7B.5010404@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5193DB7B.5010404@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 7/8] blockdev: add Abort transaction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Kevin Wolf , Fam Zheng , qemu-devel@nongnu.org, dietmar@proxmox.com, imain@redhat.com, Paolo Bonzini , xiawenc@linux.vnet.ibm.com 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.