From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHEK5-0006je-Vk for qemu-devel@nongnu.org; Wed, 04 Sep 2013 10:44:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHEK0-00064f-KS for qemu-devel@nongnu.org; Wed, 04 Sep 2013 10:44:45 -0400 Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:46420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHEK0-00064b-DB for qemu-devel@nongnu.org; Wed, 04 Sep 2013 10:44:40 -0400 Received: by mail-ee0-f41.google.com with SMTP id d17so239130eek.28 for ; Wed, 04 Sep 2013 07:44:39 -0700 (PDT) Date: Wed, 4 Sep 2013 16:44:37 +0200 From: Stefan Hajnoczi Message-ID: <20130904144437.GE12733@stefanha-thinkpad.redhat.com> References: <1378216179-8438-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1378216179-8438-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] qmp: Documentation for BLOCK_IMAGE_CORRUPTED List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org On Tue, Sep 03, 2013 at 03:49:39PM +0200, Max Reitz wrote: > Add an appropriate entry describing this event and its parameters into > qmp-events.txt. > > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake > --- > v2: > - moved section to keep qmp-events.txt sorted > --- > QMP/qmp-events.txt | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan