summaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)Author
2018-03-18hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devicesThomas Huth
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth
2018-03-12scsi: support NDOB (no data-out buffer) for WRITE SAME commandsPaolo Bonzini
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2018-03-12scsi-disk.c: consider bl->max_transfer in INQUIRY emulationDaniel Henrique Barboza
2018-03-08virtio-scsi: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer
2018-02-05scsi-generic: Simplify error handling codeFam Zheng
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-26usb-storage: Fix share-rw option parsingFam Zheng
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-01-16scsi-disk: release AioContext in unaligned WRITE SAME caseStefan Hajnoczi
2018-01-12scsi-generic: Add share-rw optionFam Zheng
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2017-12-21scsi: provide general-purpose functions to manage sense dataPaolo Bonzini
2017-12-21scsi-block: Add share-rw optionFam Zheng
2017-12-19hw/block: Use errp directly rather than local_errMao Zhongyi
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson
2017-12-05vhost-scsi: add missing virtqueue_size parameterEric Farman
2017-11-14vhost-user-scsi: add missing virtqueue_size paramDariusz Stojaczyk
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-10-18scsi: reject configurations with logical block size > physical block sizeMark Kanda
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost
2017-10-12scsi-disk: support reporting of rotation rateDaniel P. Berrange
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-19osdep.h: Prohibit disabling assert() in supported buildsEric Blake
2017-09-19scsi/esp: Rename the ESP macro to ESP_STATEKamil Rytarowski
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini
2017-09-19scsi: introduce sg_io_sense_from_errnoPaolo Bonzini
2017-09-19scsi: introduce scsi_build_sensePaolo Bonzini
2017-09-19scsi: move non-emulation specific code to scsi/Paolo Bonzini
2017-09-19scsi: rename scsi_build_sense to scsi_convert_sensePaolo Bonzini
2017-09-19scsi-block: Support rerror/werrorFam Zheng
2017-09-19scsi-bus: correct responses for INQUIRY and REQUEST SENSEHannes Reinecke
2017-09-19virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set.Richard W.M. Jones
2017-08-08scsi: clarify sense codes for LUN0 emulationHannes Reinecke
2017-08-01hw/scsi/vmw_pvscsi: Convert to realizeMao Zhongyi
2017-08-01hw/scsi/vmw_pvscsi: Remove the dead error handlingMao Zhongyi
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy