aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/virtio-scsi.c
AgeCommit message (Expand)Author
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-25virtio-scsi: do not use vring in dataplanePaolo Bonzini
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo 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
2016-01-29virtio: Clean up includesPeter Maydell
2016-01-15SCSI device: fix to incomplete QOMifyCao jin
2015-11-26virtio-scsi: don't crash without a valid deviceEugene (jno) Dvurechenski
2015-10-29virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin
2015-10-29virtio-scsi: convert to virtqueue_mapMichael S. Tsirkin
2015-10-12scsi: switch from g_slice allocator to mallocPaolo Bonzini
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-07-30virtio-scsi: use virtqueue_map_sg() when loading requestsStefan Hajnoczi
2015-07-27virtio: get_features() can failJason Wang
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin
2015-06-10virtio-scsi: move qdev properties into virtio-scsi.cShannon Zhao
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang
2015-04-28virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao
2015-03-18virtio-scsi: Fix assert in virtio_scsi_push_eventFam Zheng
2015-03-11virtio-scsi: clean out duplicate cdb fieldMichael S. Tsirkin
2015-03-11virtio-scsi: fix cdb/sense sizeMichael S. Tsirkin
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-02virtio-scsi: Allocate op blocker reason before blockingMax Reitz
2015-02-27virtio-scsi-dataplane: Call blk_set_aio_context within BQLFam Zheng
2015-02-26virtio: add feature checking helpersCornelia Huck
2015-02-26virtio-scsi: use standard-headersMichael S. Tsirkin
2015-01-27virtio: fix feature bit checksCornelia Huck
2014-12-15scsi: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-11-07virtio-scsi: work around bug in old BIOSesPaolo Bonzini
2014-10-31virtio-scsi: Fix num_queue input validationFam Zheng
2014-10-31virtio-scsi: Fix memory leak when realize failedFam Zheng
2014-10-27hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrlBin Wu
2014-10-27virtio-scsi: sense in virtio_scsi_command_completeTing Wang
2014-10-23virtio-scsi-dataplane: Add op blockerFam Zheng
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-15scsi: Convert virtio-scsi HBA to hotplug handler APIIgor Mammedov
2014-10-09virtio-scsi: fix use-after-free of VirtIOSCSIReqPaolo Bonzini
2014-09-30virtio-scsi: Handle TMF request cancellation asynchronouslyFam Zheng
2014-09-30virtio-scsi: Process ".iothread" propertyFam Zheng
2014-09-30virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handlingFam 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: Hook up with dataplaneFam 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