Age | Commit message (Expand) | Author |
2023-07-04 | block/blkio: fix module_block.py parsing | Stefan Hajnoczi |
2023-06-28 | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Richard Henderson |
2023-06-28 | block: use bdrv_co_debug_event in coroutine context | Paolo Bonzini |
2023-06-28 | block: use bdrv_co_getlength in coroutine context | Paolo Bonzini |
2023-06-28 | qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCK | Paolo Bonzini |
2023-06-28 | vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCK | Paolo Bonzini |
2023-06-28 | vmdk: mark more functions as coroutine_fns and GRAPH_RDLOCK | Paolo Bonzini |
2023-06-28 | dmg: mark more functions as coroutine_fns and GRAPH_RDLOCK | Paolo Bonzini |
2023-06-28 | cloop: mark more functions as coroutine_fns and GRAPH_RDLOCK | Paolo Bonzini |
2023-06-28 | bochs: mark more functions as coroutine_fns and GRAPH_RDLOCK | Paolo Bonzini |
2023-06-28 | vpc: mark more functions as coroutine_fns and GRAPH_RDLOCK | Paolo Bonzini |
2023-06-28 | qed: mark more functions as coroutine_fns and GRAPH_RDLOCK | Paolo Bonzini |
2023-06-28 | file-posix: remove incorrect coroutine_fn calls | Paolo Bonzini |
2023-06-28 | Revert "graph-lock: Disable locking for now" | Kevin Wolf |
2023-06-28 | graph-lock: Unlock the AioContext while polling | Kevin Wolf |
2023-06-26 | vhost-user: fully use new backend/frontend naming | Manos Pitsidianakis |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-06-06 | Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson |
2023-06-05 | bulk: Remove pointless QOM casts | Philippe Mathieu-Daudé |
2023-06-05 | qcow2: add discard-no-unref option | Jean-Louis Dupond |
2023-06-05 | parallels: Incorrect condition in out-of-image check | Alexander Ivanov |
2023-06-05 | parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD | Alexander Ivanov |
2023-06-05 | parallels: Move statistic collection to a separate function | Alexander Ivanov |
2023-06-05 | parallels: Move check of leaks to a separate function | Alexander Ivanov |
2023-06-05 | parallels: Fix statistics calculation | Alexander Ivanov |
2023-06-05 | parallels: Move check of cluster outside image to a separate function | Alexander Ivanov |
2023-06-05 | parallels: Move check of unclean image to a separate function | Alexander Ivanov |
2023-06-05 | parallels: Use generic infrastructure for BAT writing in parallels_co_check() | Alexander Ivanov |
2023-06-05 | parallels: create parallels_set_bat_entry_helper() to assign BAT value | Alexander Ivanov |
2023-06-05 | parallels: Fix image_end_offset and data_end after out-of-image check | Alexander Ivanov |
2023-06-05 | parallels: Fix high_off calculation in parallels_co_check() | Alexander Ivanov |
2023-06-05 | parallels: Out of image offset in BAT leads to image inflation | Alexander Ivanov |
2023-06-05 | block: Collapse padded I/O vecs exceeding IOV_MAX | Hanna Czenczek |
2023-06-02 | cutils: Adjust signature of parse_uint[_full] | Eric Blake |
2023-06-01 | block/blkio: use qemu_open() to support fd passing for virtio-blk | Stefano Garzarella |
2023-06-01 | block: remove bdrv_co_io_plug() API | Stefan Hajnoczi |
2023-06-01 | block/linux-aio: convert to blk_io_plug_call() API | Stefan Hajnoczi |
2023-06-01 | block/io_uring: convert to blk_io_plug_call() API | Stefan Hajnoczi |
2023-06-01 | block/blkio: convert to blk_io_plug_call() API | Stefan Hajnoczi |
2023-06-01 | block/nvme: convert to blk_io_plug_call() API | Stefan Hajnoczi |
2023-06-01 | block: add blk_io_plug_call() API | Stefan Hajnoczi |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi |
2023-05-30 | block/fuse: do not set is_external=true on FUSE fd | Stefan Hajnoczi |
2023-05-30 | block/export: don't require AioContext lock around blk_exp_ref/unref() | Stefan Hajnoczi |
2023-05-30 | block/export: rewrite vduse-blk drain code | Stefan Hajnoczi |
2023-05-30 | block: drain from main loop thread in bdrv_co_yield_to_drain() | Stefan Hajnoczi |
2023-05-30 | block: add blk_in_drain() API | Stefan Hajnoczi |
2023-05-30 | block/export: stop using is_external in vhost-user-blk server | Stefan Hajnoczi |
2023-05-30 | block/export: wait for vhost-user-blk requests when draining | Stefan Hajnoczi |
2023-05-30 | util/vhost-user-server: rename refcount to in_flight counter | Stefan Hajnoczi |