summaryrefslogtreecommitdiff
path: root/hw/scsi/lsi53c895a.c
AgeCommit message (Expand)Author
2022-07-13scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella
2022-07-06scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2021-11-30hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queuedPhilippe Mathieu-Daudé
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell
2021-03-06lsilogic: Use PCIDevice::exit instead of DeviceState::unrealizePeng Liang
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2019-08-20scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)Paolo Bonzini
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-06hw/scsi: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
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-11lsi: check if SIGP bit is already set in Wait reselectSven Schnelle
2019-03-11lsi: implement basic SBCL functionalitySven Schnelle
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-11-27lsi: Reselection needed to remove pending commands from queueGeorge Kennedy
2018-11-06lsi53c895a: check message length value is validPrasad J Pandit
2018-10-02lsi53c895a: convert to trace-eventsMark Cave-Ayland
2018-09-25lsi53c895a: add optional external IRQ via qdevMark Cave-Ayland
2018-09-25scsi: remove unused lsi53c895a_create() and lsi53c810_create() functionsMark Cave-Ayland
2018-09-25scsi: add lsi53c8xx_handle_legacy_cmdline() functionMark Cave-Ayland
2018-08-23lsi_scsi: add support for PPR Extended MessageGeorge Kennedy
2018-03-18hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devicesThomas Huth
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-06-04scsi/lsi53c895a: Remove unused lsi_mem_*() return valueMao Zhongyi
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster
2016-09-13lsi: never set DMA FIFO Empty (DFE) bit in DSTAT registerHervé Poussineau
2016-09-13lsi: implement I/O memory space for Memory Move instructionsHervé Poussineau
2016-09-13lsi: do not exit QEMU if reading invalid registerHervé Poussineau
2016-09-13lsi: print register names in debug printsHervé Poussineau
2016-01-29hw/scsi: Clean up includesPeter Maydell
2015-03-10scsi: Convert remaining PCI HBAs to realize()Markus Armbruster
2015-03-10scsi: Clean up duplicated error in legacy if=scsi codeMarkus Armbruster
2015-01-14hw/scsi/lsi53c895a: add support for additional diag / debug registersPeter Lieven
2014-12-15scsi: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-08-26scsi-bus: Convert DeviceClass init to realizeFam Zheng