Age | Commit message (Expand) | Author | Files | Lines |
2018-06-28 | Replace '-enable-kvm' with '-accel kvm' in docs and help texts | Thomas Huth | 1 | -2/+2 |
2018-03-08 | virtio-scsi: fix race between .ioeventfd_stop() and vq handler | Stefan Hajnoczi | 1 | -4/+5 |
2018-02-08 | virtio: remove event notifier cleanup call on de-assign | Gal Hammer | 1 | -0/+2 |
2017-09-19 | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini | 1 | -1/+1 |
2017-03-24 | virtio-scsi: Fix acquire/release in dataplane handlers | Fam Zheng | 1 | -4/+16 |
2017-02-17 | virtio: Report real progress in VQ aio poll handler | Fam Zheng | 1 | -7/+7 |
2016-11-18 | virtio: set ISR on dataplane notifications | Paolo Bonzini | 1 | -7/+0 |
2016-11-03 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Stefan Hajnoczi | 1 | -22/+34 |
2016-10-30 | virtio-scsi: always use dataplane path if ioeventfd is active | Paolo Bonzini | 1 | -22/+34 |
2016-10-30 | virtio: move ioeventfd_started flag to VirtioBusState | Paolo Bonzini | 1 | -1/+1 |
2016-10-28 | block: only call aio_poll on the current thread's AioContext | Paolo Bonzini | 1 | -3/+1 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -3/+3 |
2016-06-24 | virtio-bus: remove old set_host_notifier callback | Cornelia Huck | 1 | -15/+4 |
2016-06-24 | virtio-bus: have callers tolerate new host notifier api | Cornelia Huck | 1 | -5/+15 |
2016-04-07 | virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se... | Paolo Bonzini | 1 | -8/+4 |
2016-04-07 | virtio-scsi: use aio handler for data plane | Paolo Bonzini | 1 | -4/+39 |
2016-03-22 | Clean up includes some more | Markus Armbruster | 1 | -1/+0 |
2016-02-25 | virtio-scsi: do not use vring in dataplane | Paolo Bonzini | 1 | -171/+25 |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini | 1 | -7/+8 |
2016-01-29 | virtio: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-23 | dataplane: Mark host notifiers' client type as "external" | Fam Zheng | 1 | -10/+8 |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng | 1 | -8/+16 |
2015-10-12 | scsi: switch from g_slice allocator to malloc | Paolo Bonzini | 1 | -5/+5 |
2015-03-26 | virtio-scsi-dataplane: fix memory leak for VirtIOSCSIVring | Ting Wang | 1 | -0/+6 |
2015-03-18 | virtio-scsi-dataplane: fix memory leak in virtio_scsi_vring_init | Bo Su | 1 | -1/+3 |
2015-03-02 | virtio-scsi: Allocate op blocker reason before blocking | Max Reitz | 1 | -4/+0 |
2015-02-16 | dataplane: endianness-aware accesses | Cornelia Huck | 1 | -1/+1 |
2014-11-12 | virtio-scsi: dataplane: suppress guest notification | Ming Lei | 1 | -1/+6 |
2014-11-11 | virtio-scsi: dataplane: fix allocation for 'cmd_vrings' | Ming Lei | 1 | -1/+1 |
2014-10-31 | virtio-scsi: fix dataplane | Paolo Bonzini | 1 | -1/+2 |
2014-10-23 | virtio-scsi: dataplane: stop trying on notifier error | Cornelia Huck | 1 | -0/+8 |
2014-10-23 | virtio-scsi: dataplane: fail setup gracefully | Cornelia Huck | 1 | -9/+70 |
2014-10-23 | virtio-scsi: dataplane: print why starting failed | Cornelia Huck | 1 | -4/+7 |
2014-10-23 | virtio-scsi-dataplane: Add op blocker | Fam Zheng | 1 | -0/+4 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 1 | -1/+2 |
2014-09-30 | virtio-scsi: Batched prepare for cmd reqs | Fam Zheng | 1 | -2/+7 |
2014-09-30 | virtio-scsi: Two stages processing of cmd request | Fam Zheng | 1 | -1/+3 |
2014-09-30 | virtio-scsi-dataplane: Code to run virtio-scsi on iothread | Fam Zheng | 1 | -0/+222 |