aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2018-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+10
2018-06-29usb-storage: Add rerror/werror propertiesKevin Wolf1-1/+10
2018-06-29hw/scsi: add VPD Block Limits emulationDaniel Henrique Barboza2-11/+123
2018-06-29hw/scsi: centralize SG_IO calls into single functionDaniel Henrique Barboza2-45/+34
2018-06-29hw/scsi: cleanups before VPD BL emulationDaniel Henrique Barboza2-230/+248
2018-06-28esp: remove legacy esp_init() functionMark Cave-Ayland1-30/+0
2018-06-28Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth1-2/+2
2018-06-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-2/+19
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-3/+1
2018-06-01vhost-scsi: drop an unused includeMichael S. Tsirkin1-1/+0
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini1-1/+1
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie1-1/+19
2018-04-09hw/scsi: support SCSI-2 passthrough without PIDaniel Henrique Barboza2-12/+37
2018-04-09scsi-disk: allow customizing the SCSI versionPaolo Bonzini2-5/+25
2018-04-09scsi-disk: Don't enlarge min_io_size to max_io_sizeFam Zheng1-4/+6
2018-03-26scsi: turn "is this a SCSI device?" into a conditional hintPaolo Bonzini2-6/+8
2018-03-18hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-0/+7
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-5/+7
2018-03-12scsi: support NDOB (no data-out buffer) for WRITE SAME commandsPaolo Bonzini2-2/+2
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth1-1/+0
2018-03-12scsi-disk.c: consider bl->max_transfer in INQUIRY emulationDaniel Henrique Barboza1-0/+15
2018-03-08virtio-scsi: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi1-4/+5
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth3-51/+3
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-4/+2
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-2/+0
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-4/+0
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer1-0/+2
2018-02-05scsi-generic: Simplify error handling codeFam Zheng1-6/+3
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2018-01-26usb-storage: Fix share-rw option parsingFam Zheng1-1/+8
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-0/+10
2018-01-16scsi-disk: release AioContext in unaligned WRITE SAME caseStefan Hajnoczi1-0/+1
2018-01-12scsi-generic: Add share-rw optionFam Zheng1-0/+9
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin3-24/+7
2017-12-21scsi: provide general-purpose functions to manage sense dataPaolo Bonzini1-14/+2
2017-12-21scsi-block: Add share-rw optionFam Zheng1-0/+1
2017-12-19hw/block: Use errp directly rather than local_errMao Zhongyi1-9/+4
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé1-1/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-1/+1
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson2-2/+2
2017-12-05vhost-scsi: add missing virtqueue_size parameterEric Farman1-0/+2
2017-11-14vhost-user-scsi: add missing virtqueue_size paramDariusz Stojaczyk1-0/+2
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland1-13/+0
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+28
2017-10-18scsi: reject configurations with logical block size > physical block sizeMark Kanda1-0/+8