index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qapi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...
Peter Maydell
1
-8
/
+5
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-8
/
+5
2017-06-16
block: use Stat64 for wr_highest_offset
Paolo Bonzini
1
-1
/
+1
2017-02-22
block: Don't bother asserting type of output visitor's output
Markus Armbruster
1
-1
/
+0
2017-02-12
block/qapi: reduce the execution time of qmp_query_blockstats
Dou Liyang
1
-44
/
+29
2017-02-12
block/qapi: reduce the coupling between the bdrv_query_stats and bdrv_query_b...
Dou Liyang
1
-12
/
+14
2017-02-12
qapi: Tweak error message of bdrv_query_image_info
Fam Zheng
1
-2
/
+2
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
1
-1
/
+1
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
1
-1
/
+1
2016-10-24
qapi: fix memory leak in bdrv_image_info_specific_dump
Pino Toscano
1
-0
/
+1
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
1
-5
/
+4
2016-07-06
qmp-output-visitor: Favor new visit_free() function
Eric Blake
1
-1
/
+1
2016-05-19
block: Don't return throttling info in query-named-block-nodes
Kevin Wolf
1
-3
/
+3
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
1
-1
/
+1
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
1
-1
/
+1
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
1
-1
/
+1
2016-03-30
block/qapi: Use blk_enable_write_cache()
Kevin Wolf
1
-3
/
+4
2016-03-30
block/qapi: Pass bdrv_query_blk_stats() s->stats
Max Reitz
1
-25
/
+25
2016-03-30
block/qapi: Set s->device in bdrv_query_stats()
Max Reitz
1
-3
/
+2
2016-03-30
block/qapi: fix unbounded stack for dump_qdict
Peter Xu
1
-1
/
+2
2016-03-30
block/qapi: make two printf() formats literal
Peter Xu
1
-6
/
+4
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-14
block/qapi: Include empty drives in query-blockstats
Kevin Wolf
1
-15
/
+33
2016-03-14
block/qapi: Factor out bdrv_query_bds_stats()
Kevin Wolf
1
-11
/
+20
2016-03-14
block/qapi: Factor out bdrv_query_blk_stats()
Kevin Wolf
1
-63
/
+68
2016-02-22
qapi: Add burst length fields to BlockDeviceInfo
Alberto Garcia
1
-0
/
+20
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-1
/
+1
2016-02-02
block: acquire in bdrv_query_image_info
Paolo Bonzini
1
-2
/
+7
2016-02-02
block/qapi: Emit tray_open only if there is a tray
Max Reitz
1
-1
/
+1
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-07
block/qapi: Clear err for further error
Fam Zheng
1
-0
/
+1
2015-12-18
block/qapi: allow best-effort query
John Snow
1
-3
/
+4
2015-12-18
block/qapi: explicitly warn if !has_full_backing_filename
John Snow
1
-3
/
+4
2015-12-18
block/qapi: always report full_backing_filename
John Snow
1
-3
/
+4
2015-12-18
block/qapi: do not redundantly print "actual path"
John Snow
1
-1
/
+3
2015-12-17
qobject: Rename qtype_code to QType
Eric Blake
1
-2
/
+2
2015-11-25
block/qapi: Plug memory leak on query-block error path
Markus Armbruster
1
-5
/
+3
2015-11-12
block: Add average I/O queue depth to BlockDeviceTimedStats
Alberto Garcia
1
-0
/
+5
2015-11-12
block: Compute minimum, maximum and average I/O latencies
Alberto Garcia
1
-0
/
+28
2015-11-12
block: Allow configuring whether to account failed and invalid ops
Alberto Garcia
1
-0
/
+3
2015-11-12
block: Add statistics for failed and invalid I/O operations
Alberto Garcia
1
-0
/
+10
2015-11-12
block: Add idle_time_ns to BlockDeviceStats
Alberto Garcia
1
-0
/
+5
2015-11-11
throttle: Use bs->throttle_state instead of bs->io_limits_enabled
Alberto Garcia
1
-1
/
+1
2015-10-23
block: Prepare for NULL BDS
Max Reitz
1
-2
/
+2
2015-10-23
block: Move I/O status and error actions into BB
Max Reitz
1
-2
/
+2
2015-10-23
block: Move BlockAcctStats into BlockBackend
Max Reitz
1
-10
/
+14
2015-10-23
block: Remove wr_highest_sector from BlockAcctStats
Max Reitz
1
-2
/
+2
2015-10-16
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
1
-4
/
+4
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-1
/
+1
2015-06-22
qerror: Finally unused, clean up
Markus Armbruster
1
-6
/
+0
[next]