From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnmf4-0005Di-CP for qemu-devel@nongnu.org; Mon, 10 Nov 2014 05:57:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xnmev-0002Mh-UQ for qemu-devel@nongnu.org; Mon, 10 Nov 2014 05:57:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnmev-0002Lp-No for qemu-devel@nongnu.org; Mon, 10 Nov 2014 05:57:21 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAAAvK7o014446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 10 Nov 2014 05:57:20 -0500 From: Kevin Wolf Date: Mon, 10 Nov 2014 11:57:11 +0100 Message-Id: <1415617032-12850-5-git-send-email-kwolf@redhat.com> In-Reply-To: <1415617032-12850-1-git-send-email-kwolf@redhat.com> References: <1415617032-12850-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 4/5] qapi: Complete BlkdebugEvent List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com From: Max Reitz Several events were missing from the QAPI enum, add them. Reported-by: Kevin Wolf Signed-off-by: Max Reitz Signed-off-by: Kevin Wolf --- qapi/block-core.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qapi/block-core.json b/qapi/block-core.json index 77a0cfb..8c3e45d 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1422,7 +1422,9 @@ 'refblock_alloc.write_blocks', 'refblock_alloc.write_table', 'refblock_alloc.switch_table', 'cluster_alloc', 'cluster_alloc_bytes', 'cluster_free', 'flush_to_os', - 'flush_to_disk' ] } + 'flush_to_disk', 'pwritev_rmw.head', 'pwritev_rmw.after_head', + 'pwritev_rmw.tail', 'pwritev_rmw.after_tail', 'pwritev', + 'pwritev_zero', 'pwritev_done', 'empty_image_prepare' ] } ## # @BlkdebugInjectErrorOptions -- 1.8.3.1