summaryrefslogtreecommitdiff
path: root/hw/scsi/esp-pci.c
AgeCommit message (Expand)Author
2021-12-31pci: Let pci_dma_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell
2021-04-12esp: fix setting of ESPState mig_version_id when launching QEMU with -S optionMark Cave-Ayland
2021-03-07esp: add vmstate_esp version to embedded ESPStateMark Cave-Ayland
2021-03-07esp: QOMify the internal ESP device stateMark Cave-Ayland
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27dc390: Use TYPE_DC390_DEVICE constantEduardo Habkost
2020-05-04scsi/esp-pci: add g_assert() for fix clang analyzer warning in esp_pci_io_wri...Chen Qun
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-01-11scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck
2019-01-11esp-pci: Fix status register write erase controlGuenter Roeck
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
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
2014-11-10esp: fix coding standardsPaolo Bonzini
2014-11-07esp-pci: fixup deadlock with linuxHannes Reinecke
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber
2013-07-23scsi/esp-pci: QOM parent field cleanupAndreas Färber
2013-07-23scsi/esp-pci: QOM Upcast SweepPeter Crosthwaite
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini