summaryrefslogtreecommitdiff
path: root/hw/scsi/virtio-scsi.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-23virtio-scsi: Make virtio_scsi_free_req publicFam Zheng1-1/+1
2014-09-23virtio-scsi: Make virtio_scsi_init_req publicFam Zheng1-1/+1
2014-09-23virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrlFam Zheng1-27/+33
2014-09-23virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmdFam Zheng1-74/+43
2014-09-23virtio-scsi: clean up virtio_scsi_parse_cdbPaolo Bonzini1-7/+1
2014-09-23virtio-scsi: Optimize virtio_scsi_init_reqFam Zheng1-7/+17
2014-08-26virtio-scsi: Report error if num_queues is 0 or too largeFam Zheng1-0/+6
2014-07-29virtio-scsi: implement parse_cdbPaolo Bonzini1-0/+25
2014-07-01virtio-scsi: scsi events must be converted to target endiannessCédric Le Goater1-2/+2
2014-07-01virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsingGreg Kurz1-7/+1
2014-06-29virtio-scsi: use virtio wrappers to access headersRusty Russell1-18/+20
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1
2014-06-19virtio-scsi: define dummy handle_output for vhost-scsi vqsMing Lei1-5/+9
2014-06-18virtio-scsi: add support for the any_layout featurePaolo Bonzini1-89/+104