]> Git Repo - qemu.git/commit - hw/ide/macio.c
block: Make the block accounting functions operate on BlockAcctStats
authorBenoît Canet <[email protected]>
Fri, 5 Sep 2014 13:46:18 +0000 (15:46 +0200)
committerKevin Wolf <[email protected]>
Wed, 10 Sep 2014 08:41:29 +0000 (10:41 +0200)
commit5366d0c8bc2a8bb7a4e58e75c7e457e86d3d56f6
treec1c927a6277424b5e079ed99b464ca9fbc70ca76
parent28298fd3d9df6685c069fa0d03398c8c585a83ea
block: Make the block accounting functions operate on BlockAcctStats

This is the next step for decoupling block accounting functions from
BlockDriverState.
In a future commit the BlockAcctStats structure will be moved from
BlockDriverState to the device models structures.

Note that bdrv_get_stats was introduced so device models can retrieve the
BlockAcctStats structure of a BlockDriverState without being aware of it's
layout.
This function should go away when BlockAcctStats will be embedded in the device
models structures.

CC: Kevin Wolf <[email protected]>
CC: Stefan Hajnoczi <[email protected]>
CC: Keith Busch <[email protected]>
CC: Anthony Liguori <[email protected]>
CC: "Michael S. Tsirkin" <[email protected]>
CC: Paolo Bonzini <[email protected]>
CC: Eric Blake <[email protected]>
CC: Peter Maydell <[email protected]>
CC: Michael Tokarev <[email protected]>
CC: John Snow <[email protected]>
CC: Markus Armbruster <[email protected]>
CC: Alexander Graf <[email protected]>
CC: Max Reitz <[email protected]>
Signed-off-by: Benoît Canet <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
13 files changed:
block.c
block/accounting.c
dma-helpers.c
hw/block/nvme.c
hw/block/virtio-blk.c
hw/block/xen_disk.c
hw/ide/ahci.c
hw/ide/atapi.c
hw/ide/core.c
hw/ide/macio.c
hw/scsi/scsi-disk.c
include/block/accounting.h
include/block/block.h
This page took 0.027731 seconds and 4 git commands to generate.