From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmlpH-0007sR-Uf for qemu-devel@nongnu.org; Fri, 07 Nov 2014 10:51:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmlpB-0007Oc-Q3 for qemu-devel@nongnu.org; Fri, 07 Nov 2014 10:51:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmlpB-0007OT-JM for qemu-devel@nongnu.org; Fri, 07 Nov 2014 10:51:45 -0500 From: Max Reitz Date: Fri, 7 Nov 2014 16:51:35 +0100 Message-Id: <1415375495-14380-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH] qapi: Complete BlkdebugEvent List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Peter Lieven , Stefan Hajnoczi , Max Reitz Several events were missing from the QAPI enum, add them. Reported-by: Kevin Wolf Signed-off-by: Max Reitz --- 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.9.3