Age | Commit message (Expand) | Author |
2019-12-19 | virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bh | Li Hangjing |
2019-09-03 | virtio-blk: Cancel the pending BH when the dataplane is reset | Philippe Mathieu-Daudé |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-06-04 | block: Add Error to blk_set_aio_context() | Kevin Wolf |
2018-06-28 | Replace '-enable-kvm' with '-accel kvm' in docs and help texts | Thomas Huth |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-03-08 | virtio-blk: fix race between .ioeventfd_stop() and vq handler | Stefan Hajnoczi |
2018-03-08 | virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is present | Sergio Lopez |
2018-02-08 | virtio: remove event notifier cleanup call on de-assign | Gal Hammer |
2017-12-19 | hw/block: Fix the return type | Mao Zhongyi |
2017-02-17 | virtio: Report real progress in VQ aio poll handler | Fam Zheng |
2016-11-18 | virtio: set ISR on dataplane notifications | Paolo Bonzini |
2016-10-30 | virtio-blk: always use dataplane path if ioeventfd is active | Paolo Bonzini |
2016-10-30 | virtio: move ioeventfd_started flag to VirtioBusState | Paolo Bonzini |
2016-07-18 | virtio-blk: dataplane cleanup | Cao jin |
2016-06-28 | virtio-blk: dataplane multiqueue support | Stefan Hajnoczi |
2016-06-28 | virtio-blk: tell dataplane which vq to notify | Stefan Hajnoczi |
2016-06-28 | virtio-blk: multiqueue batch notify | Stefan Hajnoczi |
2016-06-24 | virtio-bus: remove old set_host_notifier callback | Cornelia Huck |
2016-06-24 | virtio-bus: have callers tolerate new host notifier api | Cornelia Huck |
2016-06-07 | virtio-blk: Remove op blocker for dataplane | Fam Zheng |
2016-04-07 | virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se... | Paolo Bonzini |
2016-04-07 | virtio-blk: use aio handler for data plane | Michael S. Tsirkin |
2016-04-07 | virtio-blk: fix disabled mode | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-25 | virtio-blk: do not use vring in dataplane | Paolo Bonzini |
2016-02-25 | virtio-blk: fix "disabled data plane" mode | Paolo Bonzini |
2016-02-25 | vring: make vring_enable_notification return void | Paolo Bonzini |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini |
2016-02-02 | virtio-blk: Functions for op blocker management | Max Reitz |
2016-01-20 | block: Clean up includes | Peter Maydell |
2016-01-13 | error: Use error_prepend() where it makes obvious sense | Markus Armbruster |
2016-01-07 | block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE | Fam Zheng |
2015-12-07 | virtio-blk: Drop x-data-plane option | Fam Zheng |
2015-10-23 | dataplane: Mark host notifiers' client type as "external" | Fam Zheng |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng |
2015-07-29 | virtio-blk-dataplane: delete bottom half before the AioContext is freed | Paolo Bonzini |
2015-04-08 | virtio-blk: correctly dirty guest memory | Paolo Bonzini |
2015-02-16 | dataplane: endianness-aware accesses | Cornelia Huck |
2015-02-06 | virtio-blk: introduce multiread | Peter Lieven |
2015-01-13 | block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET} | Fam Zheng |
2014-12-10 | blockdev: acquire AioContext in QMP 'transaction' actions | Stefan Hajnoczi |
2014-12-10 | blockdev: acquire AioContext in change-backing-file | Stefan Hajnoczi |
2014-12-10 | blockdev: acquire AioContext in eject, change, and block_passwd | Stefan Hajnoczi |
2014-12-10 | blockdev: acquire AioContext in blockdev-snapshot-delete-internal-sync | Stefan Hajnoczi |
2014-11-03 | block: declare blockjobs and dataplane friends! | Stefan Hajnoczi |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | virtio-blk: Rename VirtIOBlkConf variables to conf | Markus Armbruster |
2014-09-11 | dataplane: fix virtio_blk_data_plane_create() op blocker error path | Stefan Hajnoczi |
2014-08-29 | virtio-blk: allow drive_del with dataplane | Stefan Hajnoczi |