summaryrefslogtreecommitdiffstats
path: root/include/hw/isa
Commit message (Expand)AuthorAgeFilesLines
* vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on itBALATON Zoltan2021-02-211-0/+1
* vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan2021-01-041-4/+1Star
* vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan2021-01-041-2/+1Star
* vt82c686: Remove vt82c686b_[am]c97_init() functionsBALATON Zoltan2021-01-041-2/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-5/+2Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-182-7/+2Star
* pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312Eduardo Habkost2020-09-091-2/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-094-24/+12Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-094-13/+22
* isa: isa_create(), isa_try_create() are now unused, dropMarkus Armbruster2020-06-151-2/+0Star
* isa: New isa_new(), isa_realize_and_unref() etc.Markus Armbruster2020-06-151-0/+3
* acpi: add ISADeviceClass->build_aml()Gerd Hoffmann2020-05-041-0/+2
* hw/isa/superio: Correct the license textPhilippe Mathieu-Daudé2020-04-011-1/+1
* fdc/i8257: implement verify transfer modeSven Schnelle2020-03-271-1/+0Star
* hw/isa/isa-bus: cleanup irq functionsPaolo Bonzini2019-12-171-4/+4
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-1/+1
* piix4: Rename PIIX4 object to piix4-isaHervé Poussineau2019-11-051-0/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-1/+0Star
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0Star
* qom: make interface types abstractMarc-André Lureau2018-12-111-4/+0Star
* superio: Don't use MAX_SERIAL_PORTS for serial port limitPeter Maydell2018-04-261-1/+3
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-03-201-0/+3
|\
| * acpi: move ACPI_PORT_SMI_CMD define to header it belongs toIgor Mammedov2018-03-131-0/+3
* | hw/isa/superio: Add the SMC FDC37C669 Super I/OPhilippe Mathieu-Daudé2018-03-121-0/+1
* | hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé2018-03-121-0/+2
* | hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé2018-03-121-1/+1
* | hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé2018-03-121-0/+2
* | hw/isa/superio: Factor out the IDE code from pc87312.cPhilippe Mathieu-Daudé2018-03-121-0/+2
* | hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé2018-03-121-0/+1
* | hw/isa/superio: Factor out the floppy disc controller code from pc87312.cPhilippe Mathieu-Daudé2018-03-122-4/+2Star
* | hw/isa/superio: Factor out the serial code from pc87312.cPhilippe Mathieu-Daudé2018-03-122-4/+2Star
* | hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé2018-03-122-4/+6
* | hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIOPhilippe Mathieu-Daudé2018-03-121-2/+4
* | hw/isa/superio: Add a Super I/O template based on the PC87312 devicePhilippe Mathieu-Daudé2018-03-121-0/+44
* | hw/isa/pc87312: Use uint16_t for the ISA I/O base addressPhilippe Mathieu-Daudé2018-03-121-1/+1
* | hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé2018-03-121-2/+2
* | hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2018-03-122-45/+0Star
|/
* i8259: generalize statistics into common codePeter Xu2017-12-211-2/+5
* isa: use get_uint() for "io-base"Marc-André Lureau2017-06-201-1/+1
* portio: keep references on portioMarc-André Lureau2016-09-082-1/+6
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-122-2/+1Star
* isa: introduce wrapper isa_connect_gpio_outEfimov Vasily2016-06-291-0/+1
* hw: clean up hw/hw.h includesPaolo Bonzini2016-05-191-1/+1
* isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.hMarkus Armbruster2016-03-222-2/+5
* include: Clean up includesPeter Maydell2016-02-231-1/+0Star
* dma: remove now useless DMA_* functionsHervé Poussineau2016-02-031-10/+1Star
* isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau2016-02-031-0/+38