Age | Commit message (Expand) | Author |
2021-05-04 | vt82c686: Add emulation of VT8231 south bridge | BALATON Zoltan |
2021-05-04 | vt82c686: QOM-ify superio related functionality | BALATON Zoltan |
2021-02-21 | vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it | BALATON Zoltan |
2021-01-04 | vt82c686: Remove legacy vt82c686b_pm_init() function | BALATON Zoltan |
2021-01-04 | vt82c686: Remove legacy vt82c686b_isa_init() function | BALATON Zoltan |
2021-01-04 | vt82c686: Remove vt82c686b_[am]c97_init() functions | BALATON Zoltan |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost |
2020-09-09 | pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312 | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-06-15 | isa: isa_create(), isa_try_create() are now unused, drop | Markus Armbruster |
2020-06-15 | isa: New isa_new(), isa_realize_and_unref() etc. | Markus Armbruster |
2020-05-04 | acpi: add ISADeviceClass->build_aml() | Gerd Hoffmann |
2020-04-01 | hw/isa/superio: Correct the license text | Philippe Mathieu-Daudé |
2020-03-27 | fdc/i8257: implement verify transfer mode | Sven Schnelle |
2019-12-17 | hw/isa/isa-bus: cleanup irq functions | Paolo Bonzini |
2019-12-17 | hw: replace hw/i386/pc.h with a header just for the i8259 | Paolo Bonzini |
2019-11-05 | piix4: Rename PIIX4 object to piix4-isa | Hervé Poussineau |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-08-16 | include: Make headers more self-contained | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2018-12-11 | qom: make interface types abstract | Marc-André Lureau |
2018-04-26 | superio: Don't use MAX_SERIAL_PORTS for serial port limit | Peter Maydell |
2018-03-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-03-13 | acpi: move ACPI_PORT_SMI_CMD define to header it belongs to | Igor Mammedov |
2018-03-12 | hw/isa/superio: Add the SMC FDC37C669 Super I/O | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init() | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/superio: Factor out the IDE code from pc87312.c | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/superio: Add a keyboard/mouse controller (8042) | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/superio: Factor out the floppy disc controller code from pc87312.c | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/superio: Factor out the serial code from pc87312.c | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/superio: Factor out the parallel code from pc87312.c | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIO | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/superio: Add a Super I/O template based on the PC87312 device | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/pc87312: Use uint16_t for the ISA I/O base address | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIO | Philippe Mathieu-Daudé |
2018-03-12 | hw/dma/i8257: Rename DMA_init() to i8257_dma_init() | Philippe Mathieu-Daudé |
2017-12-21 | i8259: generalize statistics into common code | Peter Xu |
2017-06-20 | isa: use get_uint() for "io-base" | Marc-André Lureau |
2016-09-08 | portio: keep references on portio | Marc-André Lureau |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2016-06-29 | isa: introduce wrapper isa_connect_gpio_out | Efimov Vasily |
2016-05-19 | hw: clean up hw/hw.h includes | Paolo Bonzini |
2016-03-22 | isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.h | Markus Armbruster |
2016-02-23 | include: Clean up includes | Peter Maydell |