Age | Commit message (Expand) | Author |
2017-09-19 | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini |
2017-03-24 | virtio-scsi: Fix acquire/release in dataplane handlers | Fam Zheng |
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-11-03 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Stefan Hajnoczi |
2016-10-30 | virtio-scsi: always use dataplane path if ioeventfd is active | Paolo Bonzini |
2016-10-30 | virtio: move ioeventfd_started flag to VirtioBusState | Paolo Bonzini |
2016-10-28 | block: only call aio_poll on the current thread's AioContext | Paolo Bonzini |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
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-04-07 | virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se... | Paolo Bonzini |
2016-04-07 | virtio-scsi: use aio handler for data plane | Paolo Bonzini |
2016-03-22 | Clean up includes some more | Markus Armbruster |
2016-02-25 | virtio-scsi: do not use vring in dataplane | Paolo Bonzini |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini |
2016-01-29 | virtio: Clean up includes | Peter Maydell |
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-10-12 | scsi: switch from g_slice allocator to malloc | Paolo Bonzini |
2015-03-26 | virtio-scsi-dataplane: fix memory leak for VirtIOSCSIVring | Ting Wang |
2015-03-18 | virtio-scsi-dataplane: fix memory leak in virtio_scsi_vring_init | Bo Su |
2015-03-02 | virtio-scsi: Allocate op blocker reason before blocking | Max Reitz |
2015-02-16 | dataplane: endianness-aware accesses | Cornelia Huck |
2014-11-12 | virtio-scsi: dataplane: suppress guest notification | Ming Lei |
2014-11-11 | virtio-scsi: dataplane: fix allocation for 'cmd_vrings' | Ming Lei |
2014-10-31 | virtio-scsi: fix dataplane | Paolo Bonzini |
2014-10-23 | virtio-scsi: dataplane: stop trying on notifier error | Cornelia Huck |
2014-10-23 | virtio-scsi: dataplane: fail setup gracefully | Cornelia Huck |
2014-10-23 | virtio-scsi: dataplane: print why starting failed | Cornelia Huck |
2014-10-23 | virtio-scsi-dataplane: Add op blocker | Fam Zheng |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-09-30 | virtio-scsi: Batched prepare for cmd reqs | Fam Zheng |
2014-09-30 | virtio-scsi: Two stages processing of cmd request | Fam Zheng |
2014-09-30 | virtio-scsi-dataplane: Code to run virtio-scsi on iothread | Fam Zheng |