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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-08
virtio-scsi: fix race between .ioeventfd_stop() and vq handler
Stefan Hajnoczi
1
-4
/
+5
2018-03-06
scsi: Remove automatic creation of SCSI controllers with -drive if=scsi
Thomas Huth
3
-51
/
+3
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-4
/
+2
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2
-2
/
+0
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
1
-4
/
+0
2018-02-08
virtio: remove event notifier cleanup call on de-assign
Gal Hammer
1
-0
/
+2
2018-02-05
scsi-generic: Simplify error handling code
Fam Zheng
1
-6
/
+3
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
1
-2
/
+2
2018-01-26
usb-storage: Fix share-rw option parsing
Fam Zheng
1
-1
/
+8
2018-01-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-0
/
+10
2018-01-16
scsi-disk: release AioContext in unaligned WRITE SAME case
Stefan Hajnoczi
1
-0
/
+1
2018-01-12
scsi-generic: Add share-rw option
Fam Zheng
1
-0
/
+9
2018-01-11
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
3
-24
/
+7
2017-12-21
scsi: provide general-purpose functions to manage sense data
Paolo Bonzini
1
-14
/
+2
2017-12-21
scsi-block: Add share-rw option
Fam Zheng
1
-0
/
+1
2017-12-19
hw/block: Use errp directly rather than local_err
Mao Zhongyi
1
-9
/
+4
2017-12-18
misc: remove headers implicitly included
Philippe Mathieu-Daudé
1
-1
/
+0
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
1
-1
/
+1
2017-12-05
pci: Add pci_dev_bus_num() helper
David Gibson
2
-2
/
+2
2017-12-05
vhost-scsi: add missing virtqueue_size parameter
Eric Farman
1
-0
/
+2
2017-11-14
vhost-user-scsi: add missing virtqueue_size param
Dariusz Stojaczyk
1
-0
/
+2
2017-10-31
esp: move TYPE_ESP and SysBusESPState from esp.c to esp.h
Mark Cave-Ayland
1
-13
/
+0
2017-10-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+28
2017-10-18
scsi: reject configurations with logical block size > physical block size
Mark Kanda
1
-0
/
+8
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
4
-0
/
+16
2017-10-15
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
1
-0
/
+6
2017-10-15
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
1
-0
/
+2
2017-10-12
scsi-disk: support reporting of rotation rate
Daniel P. Berrange
1
-0
/
+20
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2
-2
/
+6
2017-09-19
osdep.h: Prohibit disabling assert() in supported builds
Eric Blake
1
-4
/
+2
2017-09-19
scsi/esp: Rename the ESP macro to ESP_STATE
Kamil Rytarowski
1
-5
/
+5
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
10
-10
/
+10
2017-09-19
scsi: introduce sg_io_sense_from_errno
Paolo Bonzini
1
-33
/
+7
2017-09-19
scsi: introduce scsi_build_sense
Paolo Bonzini
1
-7
/
+1
2017-09-19
scsi: move non-emulation specific code to scsi/
Paolo Bonzini
3
-406
/
+0
2017-09-19
scsi: rename scsi_build_sense to scsi_convert_sense
Paolo Bonzini
2
-7
/
+7
2017-09-19
scsi-block: Support rerror/werror
Fam Zheng
1
-14
/
+24
2017-09-19
scsi-bus: correct responses for INQUIRY and REQUEST SENSE
Hannes Reinecke
1
-4
/
+25
2017-09-19
virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set.
Richard W.M. Jones
1
-3
/
+5
2017-08-08
scsi: clarify sense codes for LUN0 emulation
Hannes Reinecke
1
-1
/
+6
2017-08-01
hw/scsi/vmw_pvscsi: Convert to realize
Mao Zhongyi
1
-5
/
+3
2017-08-01
hw/scsi/vmw_pvscsi: Remove the dead error handling
Mao Zhongyi
1
-4
/
+0
2017-08-01
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
1
-56
/
+56
2017-08-01
trace-events: fix code style: %# -> 0x%
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-21
Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()
Peter Maydell
1
-1
/
+1
2017-07-18
scsi-disk: bdrv_attach_dev() for empty CD-ROM
Kevin Wolf
1
-0
/
+5
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-11
/
+2
2017-07-14
virtio-scsi: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-11
/
+2
[next]