summaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)Author
2019-05-15megasas: fix mapped frame sizePeter Lieven
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-03-11lsi: 810/895A are always little endianSven Schnelle
2019-03-11lsi: return dfifo valueSven Schnelle
2019-03-11lsi: use SCSI phase names instead of numbers in traceSven Schnelle
2019-03-11lsi: use enum type for s->msg_actionSven Schnelle
2019-03-11lsi: use enum type for s->waitingSven Schnelle
2019-03-11lsi: use ldn_le_p()/stn_le_p()Sven Schnelle
2019-03-11scsi-disk: Fix crash if request is invaild or disk is no mediumZhengui Li
2019-03-11lsi: check if SIGP bit is already set in Wait reselectSven Schnelle
2019-03-11lsi: implement basic SBCL functionalitySven Schnelle
2019-03-11virtio-scsi: Fix build with gcc 9Greg Kurz
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong
2019-03-07scsi: express dependencies with KconfigPaolo Bonzini
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini
2019-03-07build: switch to KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-02-05scsi-generic: Convert from DPRINTF() macro to trace eventsLaurent Vivier
2019-02-05scsi-disk: Convert from DPRINTF() macro to trace eventsLaurent Vivier
2019-02-05scsi-generic: avoid possible out-of-bounds access to r->bufPaolo Bonzini
2019-02-01scsi-disk: Add device_id propertyKevin Wolf
2019-02-01scsi-disk: Don't use empty string as device idKevin Wolf
2019-02-01virtio-scsi: Forbid devices with different iothreads sharing a blockdevAlberto Garcia
2019-02-01scsi-disk: Acquire the AioContext in scsi_*_realize()Alberto Garcia
2019-02-01virtio-scsi: Move BlockBackend back to the main AioContext on unplugAlberto Garcia
2019-01-14qemu: avoid memory leak while remove diskJian Wang
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-11scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck
2019-01-11esp-pci: Fix status register write erase controlGuenter Roeck
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-11-27lsi: Reselection needed to remove pending commands from queueGeorge Kennedy
2018-11-22scsi-disk: Fix crash if underlying host file or disk returns errorRichard W.M. Jones
2018-11-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-11-06scsi-generic: do not do VPD emulation for sense other than ILLEGAL_REQUESTPaolo Bonzini
2018-11-06scsi-generic: avoid invalid access to struct when emulating block limitsPaolo Bonzini
2018-11-06scsi-generic: avoid out-of-bounds access to VPD page listPaolo Bonzini
2018-11-06scsi-generic: keep VPD page list sortedPaolo Bonzini
2018-11-06lsi53c895a: check message length value is validPrasad J Pandit
2018-11-05vhost-scsi: prevent using uninitialized vqsyuchenlin
2018-10-19scsi-disk: fix rerror/werror=ignorePaolo Bonzini
2018-10-19scsi-disk: fix double completion of failing passthrough requestsPaolo Bonzini
2018-10-19call HotplugHandler->plug() as the last step in device realizationIgor Mammedov
2018-10-02hw/scsi/mptendian: Avoid taking address of fields in packed structsPeter Maydell
2018-10-02lsi53c895a: convert to trace-eventsMark Cave-Ayland
2018-10-02scsi-block: Deprecate rotation_rateFam Zheng
2018-09-25lsi53c895a: add optional external IRQ via qdevMark Cave-Ayland