aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/lsi53c895a.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-18scsi: Use device_cold_reset() and bus_cold_reset()Peter Maydell1-2/+2
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin1-1/+1
2022-07-13scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella1-1/+2
2022-07-06scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella1-1/+2
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2021-11-30hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queuedPhilippe Mathieu-Daudé1-2/+1
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell1-1/+1
2021-03-06lsilogic: Use PCIDevice::exit instead of DeviceState::unrealizePeng Liang1-2/+2
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke1-3/+3
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2019-08-20scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)Paolo Bonzini1-14/+27
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-06hw/scsi: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé1-1/+1
2019-03-11lsi: 810/895A are always little endianSven Schnelle1-4/+3
2019-03-11lsi: return dfifo valueSven Schnelle1-1/+1
2019-03-11lsi: use SCSI phase names instead of numbers in traceSven Schnelle1-8/+23
2019-03-11lsi: use enum type for s->msg_actionSven Schnelle1-11/+16
2019-03-11lsi: use enum type for s->waitingSven Schnelle1-19/+23
2019-03-11lsi: use ldn_le_p()/stn_le_p()Sven Schnelle1-20/+4
2019-03-11lsi: check if SIGP bit is already set in Wait reselectSven Schnelle1-2/+4
2019-03-11lsi: implement basic SBCL functionalitySven Schnelle1-4/+27
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-3/+3
2018-11-27lsi: Reselection needed to remove pending commands from queueGeorge Kennedy1-12/+36
2018-11-06lsi53c895a: check message length value is validPrasad J Pandit1-2/+17
2018-10-02lsi53c895a: convert to trace-eventsMark Cave-Ayland1-111/+103
2018-09-25lsi53c895a: add optional external IRQ via qdevMark Cave-Ayland1-2/+14
2018-09-25scsi: remove unused lsi53c895a_create() and lsi53c810_create() functionsMark Cave-Ayland1-14/+0
2018-09-25scsi: add lsi53c8xx_handle_legacy_cmdline() functionMark Cave-Ayland1-0/+7
2018-08-23lsi_scsi: add support for PPR Extended MessageGeorge Kennedy1-0/+4
2018-03-18hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-0/+7
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth1-1/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-06-04scsi/lsi53c895a: Remove unused lsi_mem_*() return valueMao Zhongyi1-6/+4
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster1-0/+7
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster1-3/+0
2016-09-13lsi: never set DMA FIFO Empty (DFE) bit in DSTAT registerHervé Poussineau1-1/+1
2016-09-13lsi: implement I/O memory space for Memory Move instructionsHervé Poussineau1-10/+39
2016-09-13lsi: do not exit QEMU if reading invalid registerHervé Poussineau1-5/+13
2016-09-13lsi: print register names in debug printsHervé Poussineau1-73/+146
2016-01-29hw/scsi: Clean up includesPeter Maydell1-1/+1
2015-03-10scsi: Convert remaining PCI HBAs to realize()Markus Armbruster1-11/+3
2015-03-10scsi: Clean up duplicated error in legacy if=scsi codeMarkus Armbruster1-1/+2
2015-01-14hw/scsi/lsi53c895a: add support for additional diag / debug registersPeter Lieven1-0/+6