Age | Commit message (Expand) | Author |
2023-10-31 | util/defer-call: move defer_call() to util/ | Stefan Hajnoczi |
2023-10-31 | block: rename blk_io_plug_call() API to defer_call() | Stefan Hajnoczi |
2023-06-01 | block: add blk_io_plug_call() API | Stefan Hajnoczi |
2023-05-30 | xen-block: implement BlockDevOps->drained_begin() | Stefan Hajnoczi |
2023-04-28 | hw: replace most qemu_bh_new calls with qemu_bh_new_guarded | Alexander Bulekov |
2023-03-07 | hw/xen: Rename xen_common.h to xen_native.h | David Woodhouse |
2023-03-07 | hw/xen: Use XEN_PAGE_SIZE in PV backend drivers | David Woodhouse |
2023-03-07 | hw/xen: Pass grant ref to gnttab unmap operation | David Woodhouse |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell |
2021-01-27 | block: Separate blk_is_writable() and blk_supports_write_perm() | Kevin Wolf |
2021-01-20 | block: Honor blk_set_aio_context() context requirements | Sergio Lopez |
2020-07-10 | xen: Use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy |
2020-04-07 | xen-block: Fix double qlist remove and request leak | Anthony PERARD |
2020-02-27 | xen-bus/block: explicitly assign event channels to an AioContext | Paul Durrant |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-06-24 | xen-bus / xen-block: add support for event channel polling | Paul Durrant |
2019-06-24 | xen-bus: allow AioContext to be specified for each event channel | Paul Durrant |
2019-06-24 | xen-block: support feature-large-sector-size | Paul Durrant |
2019-06-04 | block: Add Error to blk_set_aio_context() | Kevin Wolf |
2019-04-04 | xen-block: scale sector based quantities correctly | Paul Durrant |
2019-02-28 | dataplane/xen-block: remove dead code | Paul Durrant |
2019-02-04 | xen-block: handle resize callback | Paul Durrant |
2019-01-14 | xen-block: avoid repeated memory allocation | Tim Smith |
2019-01-14 | xen-block: improve response latency | Tim Smith |
2019-01-14 | xen-block: improve batching behaviour | Tim Smith |
2019-01-14 | xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c | Paul Durrant |
2019-01-14 | xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c | Paul Durrant |
2019-01-14 | xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block | Paul Durrant |
2019-01-14 | xen: add header and build dataplane/xen-block.c | Paul Durrant |
2019-01-14 | xen: remove unnecessary code from dataplane/xen-block.c | Paul Durrant |
2019-01-14 | xen: duplicate xen_disk.c as basis of dataplane/xen-block.c | Paul Durrant |