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