]> Git Repo - qemu.git/commit - hw/ide/core.c
block: Move error actions from DriveInfo to BlockDriverState
authorMarkus Armbruster <[email protected]>
Wed, 2 Jun 2010 16:55:17 +0000 (18:55 +0200)
committerKevin Wolf <[email protected]>
Tue, 15 Jun 2010 07:41:59 +0000 (09:41 +0200)
commitabd7f68d081ef5adb425f659c7449149987bf89e
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 <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block.c
block.h
block_int.h
blockdev.c
blockdev.h
hw/ide/core.c
hw/scsi-disk.c
hw/virtio-blk.c
This page took 0.028978 seconds and 4 git commands to generate.