index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
virtio-scsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-27
virtio: fix feature bit checks
Cornelia Huck
1
-1
/
+1
2014-12-15
scsi: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2014-11-07
virtio-scsi: work around bug in old BIOSes
Paolo Bonzini
1
-0
/
+17
2014-10-31
virtio-scsi: Fix num_queue input validation
Fam Zheng
1
-3
/
+4
2014-10-31
virtio-scsi: Fix memory leak when realize failed
Fam Zheng
1
-0
/
+1
2014-10-27
hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrl
Bin Wu
1
-5
/
+5
2014-10-27
virtio-scsi: sense in virtio_scsi_command_complete
Ting Wang
1
-1
/
+1
2014-10-23
virtio-scsi-dataplane: Add op blocker
Fam Zheng
1
-2
/
+17
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-7
/
+8
2014-10-15
scsi: Convert virtio-scsi HBA to hotplug handler API
Igor Mammedov
1
-10
/
+20
2014-10-09
virtio-scsi: fix use-after-free of VirtIOSCSIReq
Paolo Bonzini
1
-4
/
+5
2014-09-30
virtio-scsi: Handle TMF request cancellation asynchronously
Fam Zheng
1
-7
/
+57
2014-09-30
virtio-scsi: Process ".iothread" property
Fam Zheng
1
-0
/
+4
2014-09-30
virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handling
Fam Zheng
1
-0
/
+4
2014-09-30
virtio-scsi: Batched prepare for cmd reqs
Fam Zheng
1
-2
/
+7
2014-09-30
virtio-scsi: Two stages processing of cmd request
Fam Zheng
1
-8
/
+12
2014-09-30
virtio-scsi: Add migration state notifier for dataplane code
Fam Zheng
1
-3
/
+32
2014-09-30
virtio-scsi: Hook up with dataplane
Fam Zheng
1
-4
/
+48
2014-09-30
virtio-scsi: Add 'iothread' property to virtio-scsi
Fam Zheng
1
-0
/
+11
2014-09-23
virtio-scsi: Make virtio_scsi_push_event public
Fam Zheng
1
-2
/
+2
2014-09-23
virtio-scsi: Make virtio_scsi_free_req public
Fam Zheng
1
-1
/
+1
2014-09-23
virtio-scsi: Make virtio_scsi_init_req public
Fam Zheng
1
-1
/
+1
2014-09-23
virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrl
Fam Zheng
1
-27
/
+33
2014-09-23
virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmd
Fam Zheng
1
-74
/
+43
2014-09-23
virtio-scsi: clean up virtio_scsi_parse_cdb
Paolo Bonzini
1
-7
/
+1
2014-09-23
virtio-scsi: Optimize virtio_scsi_init_req
Fam Zheng
1
-7
/
+17
2014-08-26
virtio-scsi: Report error if num_queues is 0 or too large
Fam Zheng
1
-0
/
+6
2014-07-29
virtio-scsi: implement parse_cdb
Paolo Bonzini
1
-0
/
+25
2014-07-01
virtio-scsi: scsi events must be converted to target endianness
Cédric Le Goater
1
-2
/
+2
2014-07-01
virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsing
Greg Kurz
1
-7
/
+1
2014-06-29
virtio-scsi: use virtio wrappers to access headers
Rusty Russell
1
-18
/
+20
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
1
-1
/
+1
2014-06-19
virtio-scsi: define dummy handle_output for vhost-scsi vqs
Ming Lei
1
-5
/
+9
2014-06-18
virtio-scsi: add support for the any_layout feature
Paolo Bonzini
1
-89
/
+104
2014-06-18
virtio-scsi: introduce virtio_scsi_complete_cmd_req
Paolo Bonzini
1
-5
/
+10
2014-06-18
virtio-scsi: prepare sense data handling for any_layout
Paolo Bonzini
1
-10
/
+12
2014-06-18
virtio-scsi: add extra argument and return type to qemu_sgl_concat
Paolo Bonzini
1
-7
/
+20
2014-06-18
virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fields
Paolo Bonzini
1
-1
/
+5
2014-06-18
virtio-scsi: start preparing for any_layout
Paolo Bonzini
1
-49
/
+72
2014-06-05
hw: use ld_p/st_p instead of ld_raw/st_raw
Paolo Bonzini
1
-14
/
+14
2014-05-22
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
1
-1
/
+2
2014-05-16
virtio-scsi: Plug memory leak on virtio_scsi_push_event() error path
Markus Armbruster
1
-1
/
+2
2014-05-05
virtio-scsi: fix buffer overrun on invalid state load
Michael S. Tsirkin
1
-0
/
+9
2014-03-14
virtio-scsi: actually honor sense_size from configuration space
Paolo Bonzini
1
-1
/
+3
2014-01-15
virtio-scsi: Prevent assertion on missed events
Eric Farman
1
-1
/
+1
2014-01-15
virtio-scsi: Cleanup of I/Os that never started
Eric Farman
1
-0
/
+4
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
1
-8
/
+9
2013-12-09
virtio: Complete converting VirtioDevice to QOM realize
Andreas Färber
1
-2
/
+1
2013-12-09
virtio-scsi: Convert to QOM realize
Andreas Färber
1
-17
/
+15
2013-12-09
virtio-scsi: QOM realize preparations
Andreas Färber
1
-7
/
+7
[next]