]> Git Repo - qemu.git/commit - block.c
block: Rename the BlockIOStatus enum values
authorLuiz Capitulino <[email protected]>
Fri, 14 Oct 2011 20:22:24 +0000 (17:22 -0300)
committerLuiz Capitulino <[email protected]>
Thu, 27 Oct 2011 13:48:47 +0000 (11:48 -0200)
commit58e21ef5ab262fb91256435c31cc7bfeead59754
tree339eeb435a33ff80f6da27f178acd19067c14d1e
parentd6bf279e7a949ad49a48a215f9ec28cb6ceb28aa
block: Rename the BlockIOStatus enum values

The biggest change is to rename its prefix from BDRV_IOS to
BLOCK_DEVICE_IO_STATUS.

Next commit will convert the query-block command to the QAPI
and that's how the enumeration is going to be generated.

Signed-off-by: Luiz Capitulino <[email protected]>
block.c
block.h
This page took 0.025133 seconds and 4 git commands to generate.