summaryrefslogtreecommitdiff
path: root/hw/scsi/virtio-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-07virtio-scsi: use aio handler for data planePaolo Bonzini1-21/+44
2016-04-07virtio-scsi: fix disabled modePaolo Bonzini1-2/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-25virtio-scsi: do not use vring in dataplanePaolo Bonzini1-43/+9
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini1-5/+2
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-9/+9
2016-02-04virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini1-2/+1
2016-02-02virtio-scsi: Catch BDS-BB removal/insertionMax Reitz1-0/+55
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2016-01-15SCSI device: fix to incomplete QOMifyCao jin1-1/+1
2015-11-26virtio-scsi: don't crash without a valid deviceEugene (jno) Dvurechenski1-1/+1
2015-10-29virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin1-0/+5
2015-10-29virtio-scsi: convert to virtqueue_mapMichael S. Tsirkin1-14/+2
2015-10-12scsi: switch from g_slice allocator to mallocPaolo Bonzini1-7/+5
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck1-4/+4
2015-07-30virtio-scsi: use virtqueue_map_sg() when loading requestsStefan Hajnoczi1-0/+5
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin1-2/+0
2015-06-10virtio-scsi: move qdev properties into virtio-scsi.cShannon Zhao1-2/+11
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-2/+2
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang1-2/+2
2015-04-28virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao1-0/+5
2015-03-18virtio-scsi: Fix assert in virtio_scsi_push_eventFam Zheng1-2/+6
2015-03-11virtio-scsi: clean out duplicate cdb fieldMichael S. Tsirkin1-1/+1
2015-03-11virtio-scsi: fix cdb/sense sizeMichael S. Tsirkin1-5/+5
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-4/+5
2015-03-02virtio-scsi: Allocate op blocker reason before blockingMax Reitz1-0/+4
2015-02-27virtio-scsi-dataplane: Call blk_set_aio_context within BQLFam Zheng1-8/+7
2015-02-26virtio: add feature checking helpersCornelia Huck1-4/+4
2015-02-26virtio-scsi: use standard-headersMichael S. Tsirkin1-0/+1
2015-01-27virtio: fix feature bit checksCornelia Huck1-1/+1
2014-12-15scsi: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-11-07virtio-scsi: work around bug in old BIOSesPaolo Bonzini1-0/+17
2014-10-31virtio-scsi: Fix num_queue input validationFam Zheng1-3/+4
2014-10-31virtio-scsi: Fix memory leak when realize failedFam Zheng1-0/+1
2014-10-27hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrlBin Wu1-5/+5
2014-10-27virtio-scsi: sense in virtio_scsi_command_completeTing Wang1-1/+1
2014-10-23virtio-scsi-dataplane: Add op blockerFam Zheng1-2/+17
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-7/+8
2014-10-15scsi: Convert virtio-scsi HBA to hotplug handler APIIgor Mammedov1-10/+20
2014-10-09virtio-scsi: fix use-after-free of VirtIOSCSIReqPaolo Bonzini1-4/+5
2014-09-30virtio-scsi: Handle TMF request cancellation asynchronouslyFam Zheng1-7/+57
2014-09-30virtio-scsi: Process ".iothread" propertyFam Zheng1-0/+4
2014-09-30virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handlingFam Zheng1-0/+4
2014-09-30virtio-scsi: Batched prepare for cmd reqsFam Zheng1-2/+7
2014-09-30virtio-scsi: Two stages processing of cmd requestFam Zheng1-8/+12
2014-09-30virtio-scsi: Add migration state notifier for dataplane codeFam Zheng1-3/+32
2014-09-30virtio-scsi: Hook up with dataplaneFam Zheng1-4/+48
2014-09-30virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng1-0/+11
2014-09-23virtio-scsi: Make virtio_scsi_push_event publicFam Zheng1-2/+2