summaryrefslogtreecommitdiffstats
path: root/hw/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: provide general-purpose functions to manage sense dataPaolo Bonzini2017-12-211-14/+2Star
* scsi-block: Add share-rw optionFam Zheng2017-12-211-0/+1
* hw/block: Use errp directly rather than local_errMao Zhongyi2017-12-191-9/+4Star
* misc: remove headers implicitly includedPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* vhost-scsi: add missing virtqueue_size parameterEric Farman2017-12-051-0/+2
* vhost-user-scsi: add missing virtqueue_size paramDariusz Stojaczyk2017-11-141-0/+2
* esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland2017-10-311-13/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-10-191-0/+28
|\
| * scsi: reject configurations with logical block size > physical block sizeMark Kanda2017-10-181-0/+8
| * scsi-disk: support reporting of rotation rateDaniel P. Berrange2017-10-121-0/+20
* | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-154-0/+16
* | pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost2017-10-151-0/+6
* | pci: Add interface names to hybrid PCI devicesEduardo Habkost2017-10-151-0/+2
|/
* migration: pre_save return intDr. David Alan Gilbert2017-09-272-2/+6
* osdep.h: Prohibit disabling assert() in supported buildsEric Blake2017-09-191-4/+2Star
* scsi/esp: Rename the ESP macro to ESP_STATEKamil Rytarowski2017-09-191-5/+5
* scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini2017-09-1910-10/+10
* scsi: introduce sg_io_sense_from_errnoPaolo Bonzini2017-09-191-33/+7Star
* scsi: introduce scsi_build_sensePaolo Bonzini2017-09-191-7/+1Star
* scsi: move non-emulation specific code to scsi/Paolo Bonzini2017-09-193-406/+0Star
* scsi: rename scsi_build_sense to scsi_convert_sensePaolo Bonzini2017-09-192-7/+7
* scsi-block: Support rerror/werrorFam Zheng2017-09-191-14/+24
* scsi-bus: correct responses for INQUIRY and REQUEST SENSEHannes Reinecke2017-09-191-4/+25
* virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set.Richard W.M. Jones2017-09-191-3/+5
* scsi: clarify sense codes for LUN0 emulationHannes Reinecke2017-08-081-1/+6
* hw/scsi/vmw_pvscsi: Convert to realizeMao Zhongyi2017-08-011-5/+3Star
* hw/scsi/vmw_pvscsi: Remove the dead error handlingMao Zhongyi2017-08-011-4/+0Star
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-56/+56
* trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy2017-08-011-3/+3
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell2017-07-211-1/+1
* scsi-disk: bdrv_attach_dev() for empty CD-ROMKevin Wolf2017-07-181-0/+5
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-141-11/+2Star
|\
| * virtio-scsi: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-11/+2Star
* | Convert error_report() to warn_report()Alistair Francis2017-07-131-3/+3
|/
* virtio-scsi: finalize IOMMU supportJason Wang2017-07-041-1/+2
* vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi2017-06-153-1/+206
* megasas: always store SCSIRequest* into MegasasCmdPaolo Bonzini2017-06-151-15/+16
* megasas: do not read SCSI req parameters more than once from framePaolo Bonzini2017-06-151-34/+26Star
* megasas: do not read command more than once from framePaolo Bonzini2017-06-151-35/+25Star
* megasas: do not read DCMD opcode more than once from framePaolo Bonzini2017-06-151-14/+11Star
* megasas: do not read iovec count more than once from framePaolo Bonzini2017-06-151-4/+5
* megasas: do not read sense length more than once from framePaolo Bonzini2017-06-151-2/+4
* virtio-scsi: Unset hotplug handler when unrealizeFam Zheng2017-06-061-0/+3
* scsi/lsi53c895a: Remove unused lsi_mem_*() return valueMao Zhongyi2017-06-041-6/+4Star
* migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* vhost-scsi: create a vhost-scsi-common abstractionFelipe Franciosi2017-05-053-139/+200
* vmw_pvscsi: check message ring page count at initialisationP J P2017-05-051-1/+1
* scsi: avoid an off-by-one error in megasas_mmio_writePrasad J Pandit2017-05-051-5/+5
* scsi: Make errp the last parameter of virtio_scsi_common_realizeFam Zheng2017-04-242-6/+11