aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/virtio-scsi.c
AgeCommit message (Expand)Author
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
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-09-23virtio-scsi: clean up virtio_scsi_parse_cdbPaolo Bonzini
2014-09-23virtio-scsi: Optimize virtio_scsi_init_reqFam Zheng
2014-08-26virtio-scsi: Report error if num_queues is 0 or too largeFam Zheng
2014-07-29virtio-scsi: implement parse_cdbPaolo Bonzini
2014-07-01virtio-scsi: scsi events must be converted to target endiannessCédric Le Goater
2014-07-01virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsingGreg Kurz
2014-06-29virtio-scsi: use virtio wrappers to access headersRusty Russell
2014-06-29virtio: introduce device specific migration callsGreg Kurz
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
2014-06-18virtio-scsi: introduce virtio_scsi_complete_cmd_reqPaolo Bonzini
2014-06-18virtio-scsi: prepare sense data handling for any_layoutPaolo Bonzini
2014-06-18virtio-scsi: add extra argument and return type to qemu_sgl_concatPaolo Bonzini
2014-06-18virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fieldsPaolo Bonzini
2014-06-18virtio-scsi: start preparing for any_layoutPaolo Bonzini
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini
2014-05-22Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell
2014-05-16virtio-scsi: Plug memory leak on virtio_scsi_push_event() error pathMarkus Armbruster
2014-05-05virtio-scsi: fix buffer overrun on invalid state loadMichael S. Tsirkin
2014-03-14virtio-scsi: actually honor sense_size from configuration spacePaolo Bonzini
2014-01-15virtio-scsi: Prevent assertion on missed eventsEric Farman
2014-01-15virtio-scsi: Cleanup of I/Os that never startedEric Farman
2013-12-09virtio: Convert exit to unrealizeAndreas Färber
2013-12-09virtio: Complete converting VirtioDevice to QOM realizeAndreas Färber
2013-12-09virtio-scsi: Convert to QOM realizeAndreas Färber