Age | Commit message (Expand) | Author | Files | Lines |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-02-17 | virtio: Report real progress in VQ aio poll handler | Fam Zheng | 1 | -2/+2 |
2017-01-31 | trace: clean up trace-events files | Stefan Hajnoczi | 1 | -1/+0 |
2017-01-31 | trace: move hw/block/dataplane events to correct subdir | Daniel P. Berrange | 1 | -0/+6 |
2016-11-18 | virtio: set ISR on dataplane notifications | Paolo Bonzini | 1 | -3/+1 |
2016-10-30 | virtio-blk: always use dataplane path if ioeventfd is active | Paolo Bonzini | 2 | -31/+48 |
2016-10-30 | virtio: move ioeventfd_started flag to VirtioBusState | Paolo Bonzini | 1 | -1/+1 |
2016-07-18 | virtio-blk: dataplane cleanup | Cao jin | 1 | -4/+2 |
2016-06-28 | virtio-blk: dataplane multiqueue support | Stefan Hajnoczi | 1 | -16/+34 |
2016-06-28 | virtio-blk: tell dataplane which vq to notify | Stefan Hajnoczi | 2 | -3/+3 |
2016-06-28 | virtio-blk: multiqueue batch notify | Stefan Hajnoczi | 1 | -6/+23 |
2016-06-24 | virtio-bus: remove old set_host_notifier callback | Cornelia Huck | 1 | -10/+2 |
2016-06-24 | virtio-bus: have callers tolerate new host notifier api | Cornelia Huck | 1 | -3/+11 |
2016-06-07 | virtio-blk: Remove op blocker for dataplane | Fam Zheng | 1 | -63/+0 |
2016-04-07 | virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se... | Paolo Bonzini | 1 | -4/+3 |
2016-04-07 | virtio-blk: use aio handler for data plane | Michael S. Tsirkin | 1 | -0/+13 |
2016-04-07 | virtio-blk: fix disabled mode | Paolo Bonzini | 1 | -4/+3 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-25 | virtio-blk: do not use vring in dataplane | Paolo Bonzini | 2 | -100/+13 |
2016-02-25 | virtio-blk: fix "disabled data plane" mode | Paolo Bonzini | 1 | -12/+9 |
2016-02-25 | vring: make vring_enable_notification return void | Paolo Bonzini | 1 | -1/+2 |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini | 1 | -6/+5 |
2016-02-02 | virtio-blk: Functions for op blocker management | Max Reitz | 1 | -18/+59 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-13 | error: Use error_prepend() where it makes obvious sense | Markus Armbruster | 1 | -6/+2 |
2016-01-07 | block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE | Fam Zheng | 1 | -1/+1 |
2015-12-07 | virtio-blk: Drop x-data-plane option | Fam Zheng | 1 | -13/+2 |
2015-10-23 | dataplane: Mark host notifiers' client type as "external" | Fam Zheng | 1 | -3/+2 |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng | 1 | -2/+4 |
2015-07-29 | virtio-blk-dataplane: delete bottom half before the AioContext is freed | Paolo Bonzini | 1 | -1/+1 |
2015-04-08 | virtio-blk: correctly dirty guest memory | Paolo Bonzini | 1 | -2/+1 |
2015-02-16 | dataplane: endianness-aware accesses | Cornelia Huck | 1 | -1/+3 |
2015-02-06 | virtio-blk: introduce multiread | Peter Lieven | 1 | -4/+4 |
2015-01-13 | block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET} | Fam Zheng | 1 | -1/+2 |
2014-12-10 | blockdev: acquire AioContext in QMP 'transaction' actions | Stefan Hajnoczi | 1 | -0/+2 |
2014-12-10 | blockdev: acquire AioContext in change-backing-file | Stefan Hajnoczi | 1 | -0/+1 |
2014-12-10 | blockdev: acquire AioContext in eject, change, and block_passwd | Stefan Hajnoczi | 1 | -0/+1 |
2014-12-10 | blockdev: acquire AioContext in blockdev-snapshot-delete-internal-sync | Stefan Hajnoczi | 1 | -0/+2 |
2014-11-03 | block: declare blockjobs and dataplane friends! | Stefan Hajnoczi | 1 | -0/+5 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 1 | -12/+12 |
2014-10-20 | virtio-blk: Rename VirtIOBlkConf variables to conf | Markus Armbruster | 2 | -17/+18 |
2014-09-11 | dataplane: fix virtio_blk_data_plane_create() op blocker error path | Stefan Hajnoczi | 1 | -2/+2 |
2014-08-29 | virtio-blk: allow drive_del with dataplane | Stefan Hajnoczi | 1 | -0/+1 |
2014-08-20 | virtio-blk: allow block_resize with dataplane | Stefan Hajnoczi | 1 | -0/+1 |
2014-08-15 | dataplane: stop trying on notifier error | Cornelia Huck | 1 | -1/+10 |
2014-08-15 | dataplane: fail notifier setting gracefully | Cornelia Huck | 1 | -4/+11 |
2014-08-15 | dataplane: print why starting failed | Cornelia Huck | 1 | -5/+8 |
2014-07-15 | virtio-blk: dataplane: notify guest as a batch | Ming Lei | 1 | -1/+19 |
2014-07-15 | virtio-blk: data-plane: fix save/set .complete_request in start | Ming Lei | 1 | -3/+4 |
2014-07-14 | virtio-blk: embed VirtQueueElement in VirtIOBlockReq | Stefan Hajnoczi | 1 | -15/+14 |