summaryrefslogtreecommitdiff
path: root/include/hw/isa
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-21i8259: generalize statistics into common codePeter Xu1-2/+5
2017-06-20isa: use get_uint() for "io-base"Marc-André Lureau1-1/+1
2016-09-08portio: keep references on portioMarc-André Lureau2-1/+6
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster2-2/+1
2016-06-29isa: introduce wrapper isa_connect_gpio_outEfimov Vasily1-0/+1
2016-05-19hw: clean up hw/hw.h includesPaolo Bonzini1-1/+1
2016-03-22isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.hMarkus Armbruster2-2/+5
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2016-02-03dma: remove now useless DMA_* functionsHervé Poussineau1-10/+1
2016-02-03isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau1-0/+38
2016-02-03i8257: move state definition to new independent headerHervé Poussineau1-0/+42
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau1-1/+1
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster1-1/+1
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini1-1/+1
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini1-1/+1
2015-03-01pc: export applesmc IO port/lenIgor Mammedov1-2/+9
2015-02-13isa: remove isa_mem_base variableHervé Poussineau1-2/+0
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau1-1/+3
2014-10-20pc87312: Drop unused members of PC87312StateMarkus Armbruster1-3/+0
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-2/+2
2014-01-26Add DSDT node for AppleSMCGabriel L. Somlo1-0/+7
2013-08-30isa: Fix documentation of isa_register_portio_list()Hervé Poussineau1-1/+1
2013-07-25isa_mmio: deletePaolo Bonzini1-3/+0
2013-06-07isa: QOM'ify ISADeviceAndreas Färber1-1/+4
2013-06-07isa: QOM'ify ISABusAndreas Färber1-1/+4
2013-06-07i8259: Convert PICCommonState to use QOM realizefnAndreas Färber1-1/+1
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-1/+0
2013-04-29i8259: QOM cleanupsAndreas Färber1-1/+2
2013-04-08hw: move headers to include/Paolo Bonzini5-0/+290