index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qapi.c
Age
Commit message (
Expand
)
Author
2024-03-18
qemu-img: Fix Column Width and Improve Formatting in snapshot list
Abhiram Tilak
2024-03-12
error: Move ERRP_GUARD() to the beginning of the function
Zhao Liu
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
2023-10-12
block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCK
Kevin Wolf
2023-09-08
block: Remove unnecessary variable in bdrv_block_device_info
Fabiano Rosas
2023-09-08
block: Remove bdrv_query_block_node_info
Fabiano Rosas
2023-05-15
block: add accounting for zone append operation
Sam Li
2023-05-10
block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-08
block: Clean up includes
Markus Armbruster
2023-02-01
qemu-img: Change info key names for protocol nodes
Hanna Reitz
2023-02-01
block/qapi: Add indentation to bdrv_node_info_dump()
Hanna Reitz
2023-02-01
block/qapi: Introduce BlockGraphInfo
Hanna Reitz
2023-02-01
block/qapi: Let bdrv_query_image_info() recurse
Hanna Reitz
2023-02-01
qemu-img: Use BlockNodeInfo
Hanna Reitz
2023-02-01
block: Split BlockNodeInfo off of ImageInfo
Hanna Reitz
2023-02-01
block: Improve empty format-specific info dump
Hanna Reitz
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-12-14
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
2021-06-14
block: use GDateTime for formatting timestamp when dumping snapshot info
Daniel P. Berrangé
2021-06-02
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
2021-03-18
block: remove 'dirty-bitmaps' field from 'BlockInfo' struct
Daniel P. Berrangé
2021-03-18
block: remove 'encryption_key_missing' flag from QAPI
Daniel P. Berrangé
2021-02-02
block: Fix VM size column width in bdrv_snapshot_dump()
Kevin Wolf
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-10-06
migration: introduce icount field for snapshots
Pavel Dovgalyuk
2020-09-07
block: Leave BDS.backing_{file,format} constant
Max Reitz
2020-09-07
block: Use child access functions for QAPI queries
Max Reitz
2020-09-07
block: Report data child for query-blockstats
Max Reitz
2020-09-07
block: Drop bdrv_is_encrypted()
Max Reitz
2020-02-20
block: Fix VM size field width in snapshot dump
Max Reitz
2020-02-20
qapi: Allow getting flat output from 'query-named-block-nodes'
Peter Krempa
2019-10-10
qapi: query-blockstat: add driver specific file-posix stats
Anton Nefedov
2019-10-10
qapi: add unmap to BlockDeviceStats
Anton Nefedov
2019-09-19
cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"
Philippe Mathieu-Daudé
2019-08-16
qapi: add dirty-bitmaps to query-named-block-nodes result
Vladimir Sementsov-Ogievskiy
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-04-30
qemu-img: Saner printing of large file sizes
Eric Blake
2019-04-18
block/qapi: Clean up how we print to monitor or stdout
Markus Armbruster
2019-03-12
qapi: drop x- from x-block-latency-histogram-set
Vladimir Sementsov-Ogievskiy
2019-02-25
block: bdrv_get_full_backing_filename's ret. val.
Max Reitz
2019-02-25
block: Use bdrv_refresh_filename() to pull
Max Reitz
2019-02-11
bdrv_query_image_info Error parameter added
Andrey Shinkevich
2018-08-15
block/qapi: Fix memory leak in qmp_query_blockstats()
Kevin Wolf
2018-07-30
block/qapi: Include anonymous BBs in query-blockstats
Kevin Wolf
2018-07-30
block/qapi: Add 'qdev' field to query-blockstats result
Kevin Wolf
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-19
qapi: add block latency histogram interface
Vladimir Sementsov-Ogievskiy
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
[next]