aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/lsi53c895a.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-15scsi: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-08-26scsi-bus: Convert DeviceClass init to realizeFam Zheng1-0/+1
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-10/+0
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-09-16lsi: add 53C810 variantHervé Poussineau1-0/+21
2013-09-16lsi: remove todoHervé Poussineau1-3/+0
2013-09-16lsi: ignore write accesses to CTEST0 registersHervé Poussineau1-0/+3
2013-09-16lsi: check ssid versus sdid only if ssid is validHervé Poussineau1-1/+2
2013-09-16lsi: use constant name instead of its valueHervé Poussineau1-2/+2
2013-09-12hw/scsi/lsi53c895a: Use deposit32 rather than handcoded shift/maskPeter Maydell1-2/+1