summaryrefslogtreecommitdiffstats
path: root/include/hw/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* i8257: move state definition to new independent headerHervé Poussineau2016-02-031-0/+42
* i8257: pass ISA bus to DMA_init() functionHervé Poussineau2016-02-031-1/+1
* isa: Clean up error handling around isa_bus_new()Markus Armbruster2016-01-131-1/+1
* i8257: remove cpu_request_exit irqPaolo Bonzini2015-09-091-1/+1
* i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini2015-09-091-1/+1
* pc: export applesmc IO port/lenIgor Mammedov2015-03-011-2/+9
* isa: remove isa_mem_base variableHervé Poussineau2015-02-131-2/+0Star
* isa: add memory space parameter to isa_bus_newHervé Poussineau2015-02-131-1/+3
* pc87312: Drop unused members of PC87312StateMarkus Armbruster2014-10-201-3/+0Star
* i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-141-2/+2
* Add DSDT node for AppleSMCGabriel L. Somlo2014-01-261-0/+7
* isa: Fix documentation of isa_register_portio_list()Hervé Poussineau2013-08-301-1/+1
* isa_mmio: deletePaolo Bonzini2013-07-251-3/+0Star
* isa: QOM'ify ISADeviceAndreas Färber2013-06-071-1/+4
* isa: QOM'ify ISABusAndreas Färber2013-06-071-1/+4
* i8259: Convert PICCommonState to use QOM realizefnAndreas Färber2013-06-071-1/+1
* isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-1/+0Star
* i8259: QOM cleanupsAndreas Färber2013-04-291-1/+2
* hw: move headers to include/Paolo Bonzini2013-04-085-0/+290