index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
/
accounting.h
Age
Commit message (
Expand
)
Author
2018-03-19
block/accounting: introduce latency histogram
Vladimir Sementsov-Ogievskiy
2017-06-16
block: make accounting thread-safe
Paolo Bonzini
2017-06-16
block: split BlockAcctStats creation and setup
Paolo Bonzini
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-02-23
include: Clean up includes
Peter Maydell
2015-11-12
block: Update copyright of the accounting code
Alberto Garcia
2015-11-12
block: Add average I/O queue depth to BlockDeviceTimedStats
Alberto Garcia
2015-11-12
block: Compute minimum, maximum and average I/O latencies
Alberto Garcia
2015-11-12
block: Allow configuring whether to account failed and invalid ops
Alberto Garcia
2015-11-12
block: Add statistics for failed and invalid I/O operations
Alberto Garcia
2015-11-12
block: Add idle_time_ns to BlockDeviceStats
Alberto Garcia
2015-10-23
block: Remove wr_highest_sector from BlockAcctStats
Max Reitz
2015-02-06
block: add accounting for merged requests
Peter Lieven
2014-09-10
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
2014-09-10
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
2014-09-10
block: Extract the block accounting code
Benoît Canet