diff options
author | Max Reitz <mreitz@redhat.com> | 2014-11-07 16:51:35 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-11-07 17:38:18 +0100 |
commit | d21de4d97faaad6ac21011d7bda924f9b2353b7b (patch) | |
tree | 1aabe815b1224bc518b7c514b70e9f0e7fc4ff8a /qapi | |
parent | c4d01535dcc2c6a573c03a85a9b7502d15f2bb45 (diff) | |
download | qemu-d21de4d97faaad6ac21011d7bda924f9b2353b7b.zip |
qapi: Complete BlkdebugEvent
Several events were missing from the QAPI enum, add them.
Reported-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block-core.json | 4 |
1 files changed, 3 insertions, 1 deletions
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 |