Age | Commit message (Expand) | Author |
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 |
2014-08-20 | virtio-blk: allow block_resize with dataplane | Stefan Hajnoczi |
2014-08-15 | dataplane: stop trying on notifier error | Cornelia Huck |
2014-08-15 | dataplane: fail notifier setting gracefully | Cornelia Huck |
2014-08-15 | dataplane: print why starting failed | Cornelia Huck |
2014-07-15 | virtio-blk: dataplane: notify guest as a batch | Ming Lei |
2014-07-15 | virtio-blk: data-plane: fix save/set .complete_request in start | Ming Lei |
2014-07-14 | virtio-blk: embed VirtQueueElement in VirtIOBlockReq | Stefan Hajnoczi |
2014-07-14 | virtio-blk: avoid dataplane VirtIOBlockReq early free | Stefan Hajnoczi |
2014-07-07 | dataplane: submit I/O as a batch | Ming Lei |
2014-07-01 | virtio-blk: remove need for explicit x-data-plane=on option | Stefan Hajnoczi |
2014-07-01 | dataplane: bail out on unsupported transport | Cornelia Huck |
2014-06-27 | virtio-blk: Rename complete_request_early to complete_request_vring | Fam Zheng |
2014-06-27 | virtio-blk: Unify {non-,}dataplane's request handlings | Fam Zheng |
2014-06-27 | virtio-blk: Fill in VirtIOBlockReq.out in dataplane code | Fam Zheng |
2014-06-27 | virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr | Fam Zheng |
2014-06-27 | virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq | Fam Zheng |
2014-06-27 | virtio-blk: Drop VirtIOBlockRequest.read | Fam Zheng |
2014-06-27 | virtio-blk: Drop bounce buffer from dataplane code | Fam Zheng |
2014-06-04 | dataplane: Support VIRTIO_BLK_T_SCSI_CMD | Fam Zheng |
2014-06-04 | virtio-blk: Allow config-wce in dataplane | Fam Zheng |
2014-06-04 | dataplane: implement async flush | Stefan Hajnoczi |
2014-06-04 | dataplane: delete IOQueue since it is no longer used | Stefan Hajnoczi |
2014-06-04 | dataplane: use the QEMU block layer for I/O | Stefan Hajnoczi |
2014-05-28 | block: Replace in_use with operation blocker | Fam Zheng |
2014-04-04 | dataplane: replace iothread object_add() with embedded instance | Stefan Hajnoczi |
2014-03-19 | dataplane: fix implicit IOThread refcount | Stefan Hajnoczi |
2014-03-13 | dataplane: replace internal thread with IOThread | Stefan Hajnoczi |
2014-03-09 | Add a 'name' parameter to qemu_thread_create | Dr. David Alan Gilbert |