]> git.proxmox.com Git - mirror_qemu.git/commit - qmp.c
block: Move I/O status and error actions into BB
authorMax Reitz <mreitz@redhat.com>
Mon, 19 Oct 2015 15:53:22 +0000 (17:53 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 23 Oct 2015 16:18:23 +0000 (18:18 +0200)
commit373340b26caa1572cf0f155131569dfc527aa133
treefe453b08000c1d5c59402c0e74c675825c0335be
parent7f0e9da6f134c5303be51333696e1ff54697f3e0
block: Move I/O status and error actions into BB

These options are only relevant for the user of a whole BDS tree (like a
guest device or a block job) and should thus be moved into the
BlockBackend.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
13 files changed:
block.c
block/backup.c
block/block-backend.c
block/commit.c
block/mirror.c
block/qapi.c
block/stream.c
blockdev.c
blockjob.c
include/block/block.h
include/block/block_int.h
include/sysemu/block-backend.h
qmp.c