block: Move error actions from DriveInfo to BlockDriverState
commitabd7f68d081ef5adb425f659c7449149987bf89e
authorMarkus Armbruster <armbru@redhat.com>
Wed, 2 Jun 2010 16:55:17 +0000 (2 18:55 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 15 Jun 2010 07:41:59 +0000 (15 09:41 +0200)
tree0bb8f33deaa33cc945b69ef7ba549b07babacb06
parent2063392ae5d00a9ea13039f971e2b9e61bd68dbc
block: Move error actions from DriveInfo to BlockDriverState

That's where they belong semantically (block device host part), even
though the actions are actually executed by guest device code.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block.h
block_int.h
blockdev.c
blockdev.h
hw/ide/core.c
hw/scsi-disk.c
hw/virtio-blk.c