From: Max Reitz Date: Fri, 7 Nov 2014 15:51:35 +0000 (+0100) Subject: qapi: Complete BlkdebugEvent X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d21de4d97faaad6ac21011d7bda924f9b2353b7b;p=qemu.git qapi: Complete BlkdebugEvent Several events were missing from the QAPI enum, add them. Reported-by: Kevin Wolf Signed-off-by: Max Reitz Signed-off-by: Kevin Wolf --- diff --git a/qapi/block-core.json b/qapi/block-core.json index 77a0cfbd82..8c3e45d4c3 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