Age | Commit message (Expand) | Author | Files | Lines |
2023-05-19 | qemu-img: Take graph lock more selectively | Kevin Wolf | 1 | -2/+3 |
2023-05-10 | block: Mark bdrv_query_block_graph_info() and callers GRAPH_RDLOCK | Kevin Wolf | 1 | -0/+2 |
2023-02-23 | block: Mark bdrv_co_copy_range() GRAPH_RDLOCK | Emanuele Giuseppe Esposito | 1 | -1/+3 |
2023-02-23 | block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK | Kevin Wolf | 1 | -1/+3 |
2023-02-01 | qemu-img: Change info key names for protocol nodes | Hanna Reitz | 1 | -1/+2 |
2023-02-01 | qemu-img: Let info print block graph | Hanna Reitz | 1 | -21/+48 |
2023-02-01 | block/qapi: Add indentation to bdrv_node_info_dump() | Hanna Reitz | 1 | -1/+1 |
2023-02-01 | qemu-img: Use BlockNodeInfo | Hanna Reitz | 1 | -24/+24 |
2023-01-24 | qemu-img bitmap: Report errors while closing the image | Kevin Wolf | 1 | -0/+11 |
2023-01-24 | qemu-img commit: Report errors while closing the image | Kevin Wolf | 1 | -0/+13 |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster | 1 | -0/+1 |
2022-12-14 | qapi block: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -7/+6 |
2022-11-11 | qemu-img: remove unused variable | Miroslav Rezanina | 1 | -2/+2 |
2022-10-26 | block: return errors from bdrv_register_buf() | Stefan Hajnoczi | 1 | -1/+1 |
2022-10-26 | block: pass size to bdrv_unregister_buf() | Stefan Hajnoczi | 1 | -2/+2 |
2022-10-07 | job.c: enable job lock/unlock and remove Aiocontext locks | Emanuele Giuseppe Esposito | 1 | -2/+0 |
2022-10-07 | jobs: group together API calls under the same job lock | Emanuele Giuseppe Esposito | 1 | -5/+10 |
2022-09-30 | qemu-img: Wean documentation and help output off '?' for help | Markus Armbruster | 1 | -2/+2 |
2022-07-12 | block: Change blk_pwrite_compressed() param order | Alberto Faria | 1 | -1/+1 |
2022-07-12 | block: Change blk_{pread,pwrite}() param order | Alberto Faria | 1 | -9/+9 |
2022-07-12 | block: Add a 'flags' param to blk_pread() | Alberto Faria | 1 | -6/+6 |
2022-07-12 | block: Make blk_{pread,pwrite}() return 0 on success | Alberto Faria | 1 | -16/+9 |
2022-04-26 | qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr | Vladimir Sementsov-Ogievskiy | 1 | -4/+4 |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau | 1 | -4/+8 |
2022-04-21 | include: rename qemu-common.h qemu/help-texts.h | Marc-André Lureau | 1 | -1/+1 |
2022-04-20 | util/log: Pass Error pointer to qemu_set_log | Richard Henderson | 1 | -1/+1 |
2022-04-06 | include: move progress API to qemu-progress.h | Marc-André Lureau | 1 | -0/+1 |
2022-04-06 | Replace qemu_gettimeofday() with g_get_real_time() | Marc-André Lureau | 1 | -4/+4 |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 1 | -2/+2 |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell | 1 | -0/+1 |
2022-01-14 | qemu-img: make is_allocated_sectors() more efficient | Vladimir Sementsov-Ogievskiy | 1 | -4/+19 |
2021-12-28 | blockjob: implement and use block_job_get_aio_context | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2021-09-15 | qemu-img: Add -F shorthand to convert | Eric Blake | 1 | -3/+7 |
2021-09-15 | qemu-img: Allow target be aligned to sector size | Hanna Reitz | 1 | -0/+8 |
2021-08-26 | error: Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster | 1 | -5/+1 |
2021-07-21 | qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps' | Eric Blake | 1 | -6/+23 |
2021-07-21 | qemu-img: Fail fast on convert --bitmaps with inconsistent bitmap | Eric Blake | 1 | -3/+26 |
2021-07-12 | qemu-img: Make unallocated part of backing chain obvious in map | Eric Blake | 1 | -2/+5 |
2021-07-09 | qemu-img: Improve error for rebase without backing format | Eric Blake | 1 | -0/+3 |
2021-07-09 | qemu-img: Require -F with -b backing image | Eric Blake | 1 | -2/+4 |
2021-06-25 | progressmeter: protect with a mutex | Emanuele Giuseppe Esposito | 1 | -3/+6 |
2021-04-30 | qemu-img convert: Unshare write permission for source | Kevin Wolf | 1 | -1/+1 |
2021-03-19 | qemu-img: Use user_creatable_process_cmdline() for --object | Kevin Wolf | 1 | -206/+45 |
2021-01-28 | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake | 1 | -6/+2 |
2020-12-19 | qobject: Change qobject_to_json()'s value to GString | Markus Armbruster | 1 | -13/+12 |
2020-12-19 | qobject: Make qobject_to_json_pretty() take a pretty argument | Markus Armbruster | 1 | -4/+4 |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 1 | -3/+2 |
2020-11-11 | trace: remove argument from trace_init_file | Paolo Bonzini | 1 | -4/+2 |
2020-11-03 | qemu-img convert: Free @sn_opts in all error cases | Tuguoyi | 1 | -1/+1 |
2020-10-27 | qemu-img: add support for rate limit in qemu-img convert | Zhengui | 1 | -1/+26 |