]> git.proxmox.com Git - mirror_qemu.git/commit - block/blkdebug.c
blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum
authorEric Blake <eblake@redhat.com>
Wed, 18 Nov 2015 08:52:54 +0000 (01:52 -0700)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 17 Dec 2015 07:21:27 +0000 (08:21 +0100)
commita31939e6c854e26e391efaec49c9d7f796369bbb
treea3cc98ab1cc90d9422dffad504a0c21a5451af58
parent7549457200ec3871ee827765f4d3bbc8d903b2ec
blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum

No need to keep two separate enums, where editing one is likely
to forget the other.  Now that we can specify a qapi enum prefix,
we don't even have to change the bulk of the uses.

get_event_by_name() could perhaps be replaced by qapi_enum_parse(),
but I left that for another day.

CC: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1447836791-369-20-git-send-email-eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
block.c
block/blkdebug.c
docs/blkdebug.txt
include/block/block.h
include/block/block_int.h
qapi/block-core.json