index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-07
tap: vhost busy polling support
Jason Wang
1
-1
/
+1
2016-07-05
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-7
/
+8
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-6
/
+6
2016-07-05
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
1
-6
/
+6
2016-07-05
scsi: Advertise limits by blocksize, not 512
Eric Blake
1
-1
/
+2
2016-07-05
vmw_pvscsi: remove unnecessary internal msi state flag
Cao jin
1
-6
/
+3
2016-07-05
mptsas: remove unnecessary internal msi state flag
Cao jin
2
-14
/
+6
2016-07-05
megasas: remove unnecessary megasas_use_msi()
Cao jin
1
-9
/
+2
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
3
-13
/
+46
2016-07-05
megasas: change msi/msix property type
Cao jin
1
-17
/
+11
2016-07-05
mptsas: change msi property type
Cao jin
2
-3
/
+5
2016-07-05
change pvscsi_init_msi() type to void
Cao jin
1
-3
/
+1
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+3
2016-06-29
scsi: esp: fix migration
Paolo Bonzini
1
-2
/
+3
2016-06-28
Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...
Stefan Hajnoczi
1
-5
/
+0
2016-06-24
virtio-bus: remove old set_host_notifier callback
Cornelia Huck
1
-15
/
+4
2016-06-24
virtio-bus: have callers tolerate new host notifier api
Cornelia Huck
1
-5
/
+15
2016-06-20
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+204
2016-06-20
trace: split out trace events for hw/scsi/ directory
Daniel P. Berrange
1
-0
/
+204
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2
-8
/
+2
2016-06-16
scsi: esp: make cmdbuf big enough for maximum CDB size
Prasad J Pandit
1
-2
/
+4
2016-06-16
scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmd
Paolo Bonzini
1
-7
/
+4
2016-06-16
scsi: esp: respect FIFO invariant after message phase
Paolo Bonzini
1
-1
/
+1
2016-06-16
scsi: esp: check buffer length before reading scsi command
Prasad J Pandit
1
-0
/
+3
2016-06-16
scsi-disk: Use (unsigned long) typecasts when using "%lu" format string
Thomas Huth
1
-4
/
+4
2016-06-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
3
-11
/
+12
2016-06-07
virtio: drop duplicate virtio_queue_get_id() function
Stefan Hajnoczi
1
-1
/
+1
2016-06-07
virtio-scsi: Remove op blocker for dataplane
Fam Zheng
1
-62
/
+0
2016-06-07
scsi-disk: add missing break
Paolo Bonzini
1
-0
/
+1
2016-06-07
scsi: megasas: null terminate bios version buffer
Prasad J Pandit
1
-0
/
+1
2016-06-06
scsi: mark TYPE_SCSI_DISK_BASE as abstract
Paolo Bonzini
1
-0
/
+1
2016-06-06
scsi: esp: check TI buffer index before read/write
Prasad J Pandit
1
-11
/
+9
2016-06-06
scsi-disk: fix reads from scsi-disk devices
Mark Cave-Ayland
1
-1
/
+1
2016-05-29
scsi-generic: Merge block max xfer len in INQUIRY response
Fam Zheng
1
-0
/
+12
2016-05-29
scsi-block: always use SG_IO
Paolo Bonzini
1
-18
/
+196
2016-05-29
scsi-disk: introduce scsi_disk_req_check_error
Paolo Bonzini
1
-67
/
+22
2016-05-29
scsi-disk: add need_fua_emulation to SCSIDiskClass
Paolo Bonzini
1
-2
/
+7
2016-05-29
scsi-disk: introduce dma_readv and dma_writev
Paolo Bonzini
1
-15
/
+52
2016-05-29
scsi-disk: introduce a common base class
Paolo Bonzini
1
-14
/
+22
2016-05-29
scsi: megasas: check 'read_queue_head' index value
Prasad J Pandit
1
-0
/
+2
2016-05-29
scsi: megasas: initialise local configuration data buffer
Prasad J Pandit
1
-1
/
+1
2016-05-29
scsi: megasas: use appropriate property buffer size
Prasad J Pandit
1
-1
/
+1
2016-05-29
scsi: mptsas: infinite loop while fetching requests
Prasad J Pandit
1
-5
/
+4
2016-05-29
scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)
Prasad J Pandit
1
-4
/
+20
2016-05-25
block: Rename blk_write_zeroes()
Eric Blake
1
-1
/
+1
2016-05-25
dma-helpers: change interface to byte-based
Paolo Bonzini
1
-2
/
+4
2016-05-23
esp: check dma length before reading scsi command(CVE-2016-4441)
Prasad J Pandit
1
-4
/
+7
2016-05-23
esp: check command buffer length before write(CVE-2016-4439)
Prasad J Pandit
1
-1
/
+5
2016-05-18
Fix some typos found by codespell
Stefan Weil
2
-2
/
+2
2016-05-12
scsi-disk: Switch to byte-based aio block access
Eric Blake
1
-21
/
+20
[next]