aboutsummaryrefslogtreecommitdiff
path: root/include/hw/isa
AgeCommit message (Expand)AuthorFilesLines
2022-06-11hw/southbridge/piix: Aggregate all PIIX southbridge type namesBernhard Beschow1-2/+0
2022-06-09acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov1-14/+0
2022-06-09isa-bus: drop no longer used ISADeviceClass::build_amlIgor Mammedov1-1/+0
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow1-1/+0
2022-03-08hw/isa: Drop unused attributes from ISADeviceBernhard Beschow1-2/+0
2022-01-27intc: Unexport InterruptStatsProviderClass-related functionsBernhard Beschow1-3/+0
2021-10-18vt82c686: Add a method to VIA_ISA to raise ISA interruptsBALATON Zoltan1-0/+4
2021-07-19hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth1-5/+8
2021-05-04vt82c686: Add emulation of VT8231 south bridgeBALATON Zoltan1-0/+1
2021-05-04vt82c686: QOM-ify superio related functionalityBALATON Zoltan1-1/+0
2021-02-21vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on itBALATON Zoltan1-0/+1
2021-01-04vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan1-4/+1
2021-01-04vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan1-2/+1
2021-01-04vt82c686: Remove vt82c686b_[am]c97_init() functionsBALATON Zoltan1-2/+2
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-5/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2-7/+2
2020-09-09pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312Eduardo Habkost1-2/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost4-24/+12
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost4-13/+22
2020-06-15isa: isa_create(), isa_try_create() are now unused, dropMarkus Armbruster1-2/+0
2020-06-15isa: New isa_new(), isa_realize_and_unref() etc.Markus Armbruster1-0/+3
2020-05-04acpi: add ISADeviceClass->build_aml()Gerd Hoffmann1-0/+2
2020-04-01hw/isa/superio: Correct the license textPhilippe Mathieu-Daudé1-1/+1
2020-03-27fdc/i8257: implement verify transfer modeSven Schnelle1-1/+0
2019-12-17hw/isa/isa-bus: cleanup irq functionsPaolo Bonzini1-4/+4
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+1
2019-11-05piix4: Rename PIIX4 object to piix4-isaHervé Poussineau1-0/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-1/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2018-12-11qom: make interface types abstractMarc-André Lureau1-4/+0
2018-04-26superio: Don't use MAX_SERIAL_PORTS for serial port limitPeter Maydell1-1/+3
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+3
2018-03-13acpi: move ACPI_PORT_SMI_CMD define to header it belongs toIgor Mammedov1-0/+3
2018-03-12hw/isa/superio: Add the SMC FDC37C669 Super I/OPhilippe Mathieu-Daudé1-0/+1
2018-03-12hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé1-0/+2
2018-03-12hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé1-1/+1
2018-03-12hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé1-0/+2
2018-03-12hw/isa/superio: Factor out the IDE code from pc87312.cPhilippe Mathieu-Daudé1-0/+2
2018-03-12hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé1-0/+1
2018-03-12hw/isa/superio: Factor out the floppy disc controller code from pc87312.cPhilippe Mathieu-Daudé2-4/+2
2018-03-12hw/isa/superio: Factor out the serial code from pc87312.cPhilippe Mathieu-Daudé2-4/+2
2018-03-12hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé2-4/+6
2018-03-12hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIOPhilippe Mathieu-Daudé1-2/+4
2018-03-12hw/isa/superio: Add a Super I/O template based on the PC87312 devicePhilippe Mathieu-Daudé1-0/+44
2018-03-12hw/isa/pc87312: Use uint16_t for the ISA I/O base addressPhilippe Mathieu-Daudé1-1/+1
2018-03-12hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé1-2/+2
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2-45/+0