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
/
block
/
qapi.c
Age
Commit message (
Expand
)
Author
2014-05-19
block: optimize zero writes with bdrv_write_zeroes
Peter Lieven
2014-04-30
block: Use error_abort in bdrv_image_info_specific_dump()
Max Reitz
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
2014-01-24
qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.
Benoît Canet
2014-01-24
qapi: Add "backing" to BlockStats
Fam Zheng
2013-11-29
qapi: Change BlockDirtyInfo to list
Fam Zheng
2013-11-29
block: per caller dirty bitmap
Fam Zheng
2013-10-11
block/qapi: Human-readable ImageInfoSpecific dump
Max Reitz
2013-10-11
block: Add bdrv_get_specific_info
Max Reitz
2013-09-06
block: Add iops_size to do the iops accounting for a given io size.
Benoît Canet
2013-09-06
block: Add support for throttling burst max in QMP and the command line.
Benoît Canet
2013-09-06
block: Enable the new throttling code in the block layer.
Benoît Canet
2013-06-07
qmp: add ImageInfo in BlockDeviceInfo used by query-block
Wenchao Xia
2013-06-07
block: add image info query function bdrv_query_image_info()
Wenchao Xia
2013-06-07
block: add snapshot info query function bdrv_query_snapshot_info_list()
Wenchao Xia
2013-06-04
block: dump snapshot and image info to specified output
Wenchao Xia
2013-06-04
block: move qmp and info dump related code to block/qapi.c
Wenchao Xia