Age | Commit message (Expand) | Author |
2016-01-29 | virtio: Clean up includes | Peter Maydell |
2016-01-15 | SCSI device: fix to incomplete QOMify | Cao jin |
2015-11-26 | virtio-scsi: don't crash without a valid device | Eugene (jno) Dvurechenski |
2015-10-29 | virtio: sync the dataplane vring state to the virtqueue before virtio_save | Pavel Butsykin |
2015-10-29 | virtio-scsi: convert to virtqueue_map | Michael S. Tsirkin |
2015-10-12 | scsi: switch from g_slice allocator to malloc | Paolo Bonzini |
2015-09-10 | virtio: avoid leading underscores for helpers | Cornelia Huck |
2015-07-30 | virtio-scsi: use virtqueue_map_sg() when loading requests | Stefan Hajnoczi |
2015-07-27 | virtio: get_features() can fail | Jason Wang |
2015-07-27 | virtio: set any_layout in virtio core | Michael S. Tsirkin |
2015-06-10 | virtio-scsi: move qdev properties into virtio-scsi.c | Shannon Zhao |
2015-06-01 | virtio: make features 64bit wide | Gerd Hoffmann |
2015-05-31 | virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX | Jason Wang |
2015-04-28 | virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsi | Shannon Zhao |
2015-03-18 | virtio-scsi: Fix assert in virtio_scsi_push_event | Fam Zheng |
2015-03-11 | virtio-scsi: clean out duplicate cdb field | Michael S. Tsirkin |
2015-03-11 | virtio-scsi: fix cdb/sense size | Michael S. Tsirkin |
2015-03-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-03-02 | virtio-scsi: Allocate op blocker reason before blocking | Max Reitz |
2015-02-27 | virtio-scsi-dataplane: Call blk_set_aio_context within BQL | Fam Zheng |
2015-02-26 | virtio: add feature checking helpers | Cornelia Huck |
2015-02-26 | virtio-scsi: use standard-headers | Michael S. Tsirkin |
2015-01-27 | virtio: fix feature bit checks | Cornelia Huck |
2014-12-15 | scsi: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2014-11-07 | virtio-scsi: work around bug in old BIOSes | Paolo Bonzini |
2014-10-31 | virtio-scsi: Fix num_queue input validation | Fam Zheng |
2014-10-31 | virtio-scsi: Fix memory leak when realize failed | Fam Zheng |
2014-10-27 | hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrl | Bin Wu |
2014-10-27 | virtio-scsi: sense in virtio_scsi_command_complete | Ting Wang |
2014-10-23 | virtio-scsi-dataplane: Add op blocker | Fam Zheng |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-15 | scsi: Convert virtio-scsi HBA to hotplug handler API | Igor Mammedov |
2014-10-09 | virtio-scsi: fix use-after-free of VirtIOSCSIReq | Paolo Bonzini |
2014-09-30 | virtio-scsi: Handle TMF request cancellation asynchronously | Fam Zheng |
2014-09-30 | virtio-scsi: Process ".iothread" property | Fam Zheng |
2014-09-30 | virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handling | Fam Zheng |
2014-09-30 | virtio-scsi: Batched prepare for cmd reqs | Fam Zheng |
2014-09-30 | virtio-scsi: Two stages processing of cmd request | Fam Zheng |
2014-09-30 | virtio-scsi: Add migration state notifier for dataplane code | Fam Zheng |
2014-09-30 | virtio-scsi: Hook up with dataplane | Fam Zheng |
2014-09-30 | virtio-scsi: Add 'iothread' property to virtio-scsi | Fam Zheng |
2014-09-23 | virtio-scsi: Make virtio_scsi_push_event public | Fam Zheng |
2014-09-23 | virtio-scsi: Make virtio_scsi_free_req public | Fam Zheng |
2014-09-23 | virtio-scsi: Make virtio_scsi_init_req public | Fam Zheng |
2014-09-23 | virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrl | Fam Zheng |
2014-09-23 | virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmd | Fam Zheng |
2014-09-23 | virtio-scsi: clean up virtio_scsi_parse_cdb | Paolo Bonzini |
2014-09-23 | virtio-scsi: Optimize virtio_scsi_init_req | Fam Zheng |
2014-08-26 | virtio-scsi: Report error if num_queues is 0 or too large | Fam Zheng |
2014-07-29 | virtio-scsi: implement parse_cdb | Paolo Bonzini |