aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/lsi53c895a.c
AgeCommit message (Expand)Author
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-07-16hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regre...Fiona Ebner
2024-04-02lsi53c895a: avoid out of bounds access to s->msg[]Paolo Bonzini
2024-03-09Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2024-03-09hw/scsi/lsi53c895a: Fix typo in commentBALATON Zoltan
2024-03-08hw/scsi/lsi53c895a: stop script on phase mismatchSven Schnelle
2024-03-08hw/scsi/lsi53c895a: add timer to scripts processingSven Schnelle
2024-02-05hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle
2023-12-30hw/scsi: Constify VMStateRichard Henderson
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-05-26hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth
2023-05-26lsi53c895a: disable reentrancy detection for MMIO region, tooThomas Huth
2023-04-28lsi53c895a: disable reentrancy detection for script RAMAlexander Bulekov
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2022-10-18scsi: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin
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