summaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio-scsi.h
AgeCommit message (Expand)Author
2017-09-19virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set.Richard W.M. Jones
2017-06-15vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi
2017-05-05vhost-scsi: create a vhost-scsi-common abstractionFelipe Franciosi
2017-04-24scsi: Make errp the last parameter of virtio_scsi_common_realizeFam Zheng
2017-03-24virtio-scsi: Make virtio_scsi_acquire/release publicFam Zheng
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng
2016-11-18virtio: set ISR on dataplane notificationsPaolo Bonzini
2016-10-30virtio-scsi: always use dataplane path if ioeventfd is activePaolo Bonzini
2016-07-21virtio-scsi: Replace HandleOutput typedefFam Zheng
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-06-07virtio-scsi: Remove op blocker for dataplaneFam Zheng
2016-04-07virtio-scsi: use aio handler for data planePaolo Bonzini
2016-04-07virtio-scsi: fix disabled modePaolo Bonzini
2016-02-25virtio-scsi: do not use vring in dataplanePaolo Bonzini
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-02-04virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini
2016-02-02virtio-scsi: Catch BDS-BB removal/insertionMax Reitz
2015-06-10virtio-scsi: move qdev properties into virtio-scsi.cShannon Zhao
2015-04-28virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao
2015-03-11virtio-scsi: remove empty wrapper for cmdMichael S. Tsirkin
2015-03-11virtio-scsi: clean out duplicate cdb fieldMichael S. Tsirkin
2015-03-11virtio-scsi: fix cdb/sense sizeMichael S. Tsirkin
2015-03-11virtio-scsi: drop duplicate CDB/SENSE SIZEMichael S. Tsirkin
2015-02-26virtio-scsi: use standard-headersMichael S. Tsirkin
2015-02-11vhost-scsi: add a property for bootingGonglei
2014-11-12virtio-scsi: Fix comment for VirtIOSCSIReqFam Zheng
2014-10-23virtio-scsi: dataplane: stop trying on notifier errorCornelia Huck
2014-10-23virtio-scsi-dataplane: Add op blockerFam Zheng
2014-09-30virtio-scsi: Handle TMF request cancellation asynchronouslyFam Zheng
2014-09-30virtio-scsi: Batched prepare for cmd reqsFam Zheng
2014-09-30virtio-scsi: Two stages processing of cmd requestFam Zheng
2014-09-30virtio-scsi: Add migration state notifier for dataplane codeFam Zheng
2014-09-30virtio-scsi-dataplane: Code to run virtio-scsi on iothreadFam Zheng
2014-09-30virtio-scsi: Add VirtIOSCSIVring in VirtIOSCSIReqFam Zheng
2014-09-30virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng
2014-09-23virtio-scsi: Make virtio_scsi_push_event publicFam Zheng
2014-09-23virtio-scsi: Make virtio_scsi_free_req publicFam Zheng
2014-09-23virtio-scsi: Make virtio_scsi_init_req publicFam Zheng
2014-09-23virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrlFam Zheng
2014-09-23virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmdFam Zheng
2014-07-14virtio-scsi: fix with -M pc-i440fx-2.0Paolo Bonzini
2014-07-06virtio: move common virtio properties to bus class deviceMing Lei
2014-06-19virtio-scsi: define dummy handle_output for vhost-scsi vqsMing Lei
2014-06-18virtio-scsi: add support for the any_layout featurePaolo Bonzini
2013-12-09virtio: Convert exit to unrealizeAndreas Färber
2013-12-09virtio-scsi: Convert to QOM realizeAndreas Färber
2013-12-09virtio-scsi: switch exit callback to VirtioDeviceClassPaolo Bonzini
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic
2013-04-19vhost-scsi: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini