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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-17
block: consolidate blocksize properties consistency checks
Roman Kagan
1
-7
/
+5
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2
-4
/
+4
2020-06-10
megasas: use unsigned type for positive numeric fields
Prasad J Pandit
1
-19
/
+19
2020-06-10
megasas: avoid NULL pointer dereference
Prasad J Pandit
1
-1
/
+1
2020-06-10
megasas: use unsigned type for reply_queue_head and check index
Prasad J Pandit
1
-2
/
+2
2020-06-10
qom/object: Move Object typedef to 'qemu/typedefs.h'
Philippe Mathieu-Daudé
1
-1
/
+0
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
6
-14
/
+9
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
3
-3
/
+3
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-1
/
+1
2020-05-04
scsi/esp-pci: add g_assert() for fix clang analyzer warning in esp_pci_io_wri...
Chen Qun
1
-0
/
+1
2020-04-29
various: Remove suspicious '\' character outside of #define in C code
Philippe Mathieu-Daudé
1
-1
/
+1
2020-04-01
hw/scsi/vmw_pvscsi: Remove assertion for kick after reset
Elazar Leibovich
1
-1
/
+4
2020-03-17
hw/scsi/spapr_vscsi: Convert debug fprintf() to trace event
Philippe Mathieu-Daudé
2
-3
/
+2
2020-03-17
hw/scsi/spapr_vscsi: Prevent buffer overflow
Philippe Mathieu-Daudé
1
-3
/
+10
2020-03-17
hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer size
Philippe Mathieu-Daudé
2
-6
/
+5
2020-03-17
hw/scsi/spapr_vscsi: Introduce req_iu() helper
Philippe Mathieu-Daudé
1
-16
/
+23
2020-03-17
hw/scsi/spapr_vscsi: Simplify a bit
Philippe Mathieu-Daudé
1
-3
/
+3
2020-03-17
hw/scsi/spapr_vscsi: Use SRP_MAX_IU_LEN instead of sizeof flexible array
Philippe Mathieu-Daudé
1
-3
/
+3
2020-03-17
hw/scsi/viosrp: Add missing 'hw/scsi/srp.h' include
Philippe Mathieu-Daudé
1
-0
/
+2
2020-03-09
scsi/scsi-disk: Remove redundant statement in scsi_disk_emulate_command()
Chen Qun
1
-1
/
+0
2020-02-25
Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD
Paolo Bonzini
1
-5
/
+3
2020-02-22
virtio: increase virtqueue size for virtio-scsi and virtio-blk
Denis Plotnikov
1
-1
/
+1
2020-02-20
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
1
-5
/
+3
2020-02-18
hw/scsi/esp: Remove superfluous semicolon
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-30
add device_legacy_reset function to prepare for reset api change
Damien Hedde
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
10
-13
/
+13
2020-01-24
virtio-scsi: convert to new virtio_delete_queue
Pan Nengyuan
1
-3
/
+3
2020-01-24
virtio-scsi: delete vqs in unrealize to avoid memleaks
Pan Nengyuan
1
-0
/
+6
2020-01-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2020-01-07
hw/nvram/Kconfig: Add an entry for the NMC93xx EEPROM
Philippe Mathieu-Daudé
1
-0
/
+1
2020-01-06
virtio: make seg_max virtqueue size dependent
Denis Plotnikov
2
-1
/
+11
2020-01-05
vhost-user-scsi: reset the device if supported
Raphael Norwitz
1
-0
/
+24
2020-01-05
virtio: don't enable notifications during polling
Stefan Hajnoczi
1
-2
/
+7
2019-11-19
scsi: deprecate scsi-disk
Paolo Bonzini
2
-1
/
+14
2019-10-31
bootdevice: Gather LCHS from all relevant devices
Sam Eiderman
1
-0
/
+12
2019-10-31
scsi: Propagate unrealize() callback to scsi-hd
Sam Eiderman
1
-0
/
+16
2019-10-29
Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...
Peter Maydell
1
-28
/
+308
2019-10-28
esp: add pseudo-DMA as used by Macintosh
Laurent Vivier
1
-9
/
+269
2019-10-28
esp: move get_cmd() post-DMA code to get_cmd_cb()
Laurent Vivier
1
-17
/
+29
2019-10-28
esp: move handle_ti_cmd() cleanup code to esp_do_dma().
Laurent Vivier
1
-2
/
+10
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
1
-1
/
+2
2019-10-10
scsi: account unmap operations
Anton Nefedov
1
-1
/
+11
2019-10-10
scsi: move unmap error checking to the complete callback
Anton Nefedov
1
-4
/
+6
2019-10-10
scsi: store unmap offset and nb_sectors in request struct
Anton Nefedov
1
-7
/
+7
2019-09-18
trace: Remove trailing newline in events
Philippe Mathieu-Daudé
1
-1
/
+1
2019-08-22
vhost-user-scsi: prevent using uninitialized vqs
Raphael Norwitz
1
-1
/
+1
2019-08-20
scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)
Paolo Bonzini
1
-14
/
+27
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
3
-0
/
+3
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
[next]