mirror of
https://github.com/mii443/qemu.git
synced 2025-08-26 08:59:36 +00:00
block: include flush requests in info blockstats
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
committed by
Kevin Wolf
parent
f785a5ae36
commit
e8045d6726
@ -188,6 +188,7 @@ struct BlockDriverState {
|
||||
uint64_t wr_bytes;
|
||||
uint64_t rd_ops;
|
||||
uint64_t wr_ops;
|
||||
uint64_t flush_ops;
|
||||
uint64_t wr_highest_sector;
|
||||
|
||||
/* Whether the disk can expand beyond total_sectors */
|
||||
|
Reference in New Issue
Block a user