Home
last modified time | relevance | path

Searched hist:"5 c8cab48087d3544cb788309ac729bca08244020" (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dblock-backend.cdiff 5c8cab48087d3544cb788309ac729bca08244020 Wed Feb 24 08:13:35 CST 2016 Kevin Wolf <kwolf@redhat.com> block: Use BdrvChild callbacks for change_media/resize

We want to get rid of BlockDriverState.blk in order to allow multiple
BlockBackends per BDS. Converting the device callbacks in block.c (which
assume a single BlockBackend) to per-child callbacks gets us rid of the
first few instances.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
/openbmc/qemu/include/block/
H A Dblock_int.hdiff 5c8cab48087d3544cb788309ac729bca08244020 Wed Feb 24 08:13:35 CST 2016 Kevin Wolf <kwolf@redhat.com> block: Use BdrvChild callbacks for change_media/resize

We want to get rid of BlockDriverState.blk in order to allow multiple
BlockBackends per BDS. Converting the device callbacks in block.c (which
assume a single BlockBackend) to per-child callbacks gets us rid of the
first few instances.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
/openbmc/qemu/
H A Dblock.cdiff 5c8cab48087d3544cb788309ac729bca08244020 Wed Feb 24 08:13:35 CST 2016 Kevin Wolf <kwolf@redhat.com> block: Use BdrvChild callbacks for change_media/resize

We want to get rid of BlockDriverState.blk in order to allow multiple
BlockBackends per BDS. Converting the device callbacks in block.c (which
assume a single BlockBackend) to per-child callbacks gets us rid of the
first few instances.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>