From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmmm4-0002A8-8N for qemu-devel@nongnu.org; Fri, 07 Nov 2014 11:52:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xmmly-0005Py-4F for qemu-devel@nongnu.org; Fri, 07 Nov 2014 11:52:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmmlx-0005Pn-Te for qemu-devel@nongnu.org; Fri, 07 Nov 2014 11:52:30 -0500 Date: Fri, 7 Nov 2014 17:52:20 +0100 From: Kevin Wolf Message-ID: <20141107165220.GH4409@noname.redhat.com> References: <1415375495-14380-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1415375495-14380-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qapi: Complete BlkdebugEvent List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Peter Lieven , qemu-devel@nongnu.org, Stefan Hajnoczi Am 07.11.2014 um 16:51 hat Max Reitz geschrieben: > Several events were missing from the QAPI enum, add them. > > Reported-by: Kevin Wolf > Signed-off-by: Max Reitz Thanks, applied to the block branch. Kevin