]> xenbits.xensource.com Git - qemu-upstream-4.4-testing.git/commit
iostatus: rename BlockErrorAction, BlockQMPEventAction
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 28 Sep 2012 15:22:54 +0000 (17:22 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 28 Sep 2012 17:14:32 +0000 (19:14 +0200)
commitff06f5f351c3b19d5cdcb8bcb9f9cc9a01cac066
tree0eb1d8670eb0b1407bfc5c52688fc70310ceb3fc
parent0c81734765c9af1705f8e531b9431d63ee8ffd3d
iostatus: rename BlockErrorAction, BlockQMPEventAction

We want to remove knowledge of BLOCK_ERR_STOP_ENOSPC from drivers;
drivers should only be told whether to stop/report/ignore the error.
On the other hand, we want to keep using the nicer BlockErrorAction
name in the drivers.  So rename the enums, while leaving aside the
names of the enum values for now.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block.h
block_int.h
hw/ide/core.c
hw/scsi-disk.c
hw/virtio-blk.c