- 215caca hw/isa: Inline and remove one-line isa_init_irq() by Bernhard Beschow · 3 years, 1 month ago
- b2db46e hw/isa: Drop unused attributes from ISADevice by Bernhard Beschow · 3 years, 1 month ago
- 1206a1e intc: Unexport InterruptStatsProviderClass-related functions by Bernhard Beschow · 3 years, 2 months ago
- a4d65b7 vt82c686: Add a method to VIA_ISA to raise ISA interrupts by BALATON Zoltan · 3 years, 6 months ago
- 9405d87 hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine by Thomas Huth · 4 years ago
- f9f0c9e vt82c686: Add emulation of VT8231 south bridge by BALATON Zoltan · 4 years ago
- f028c2d vt82c686: QOM-ify superio related functionality by BALATON Zoltan · 4 years ago
- e1a6973 vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it by BALATON Zoltan · 4 years, 3 months ago
- dc66439 vt82c686: Remove legacy vt82c686b_pm_init() function by BALATON Zoltan · 4 years, 3 months ago
- 0bfda9a vt82c686: Remove legacy vt82c686b_isa_init() function by BALATON Zoltan · 4 years, 3 months ago
- 07c6832 vt82c686: Remove vt82c686b_[am]c97_init() functions by BALATON Zoltan · 4 years, 3 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- a489d19 Use OBJECT_DECLARE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- b327066 pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312 by Eduardo Habkost · 4 years, 7 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 7 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 7 months ago
- bd2f053 isa: isa_create(), isa_try_create() are now unused, drop by Markus Armbruster · 4 years, 10 months ago
- 0fe9d90 isa: New isa_new(), isa_realize_and_unref() etc. by Markus Armbruster · 4 years, 10 months ago
- a53e581 acpi: add ISADeviceClass->build_aml() by Gerd Hoffmann · 5 years ago
- b822dfa hw/isa/superio: Correct the license text by Philippe Mathieu-Daudé · 5 years ago
- 9e58f17 fdc/i8257: implement verify transfer mode by Sven Schnelle · 5 years ago
- 3c29e18 hw/isa/isa-bus: cleanup irq functions by Paolo Bonzini · 5 years ago
- 852c27e hw: replace hw/i386/pc.h with a header just for the i8259 by Paolo Bonzini · 5 years ago
- 9b74b19 piix4: Rename PIIX4 object to piix4-isa by Hervé Poussineau · 7 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
- 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
- ec150c7 include: Make headers more self-contained by Markus Armbruster · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- aa1b35b qom: make interface types abstract by Marc-André Lureau · 6 years ago
- 2cd4f8a superio: Don't use MAX_SERIAL_PORTS for serial port limit by Peter Maydell · 7 years ago
- ed627b2 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
- f8eaef6 acpi: move ACPI_PORT_SMI_CMD define to header it belongs to by Igor Mammedov · 7 years ago
- 7bea0dd hw/isa/superio: Add the SMC FDC37C669 Super I/O by Philippe Mathieu-Daudé · 7 years ago
- 98cf824 hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO by Philippe Mathieu-Daudé · 7 years ago
- 728d891 hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init() by Philippe Mathieu-Daudé · 7 years ago
- 7313b1f hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c by Philippe Mathieu-Daudé · 7 years ago
- c16a4e1 hw/isa/superio: Factor out the IDE code from pc87312.c by Philippe Mathieu-Daudé · 7 years ago
- 72d3d8f hw/isa/superio: Add a keyboard/mouse controller (8042) by Philippe Mathieu-Daudé · 7 years ago
- 6f6695b hw/isa/superio: Factor out the floppy disc controller code from pc87312.c by Philippe Mathieu-Daudé · 7 years ago
- cd9526a hw/isa/superio: Factor out the serial code from pc87312.c by Philippe Mathieu-Daudé · 7 years ago
- 4c3119a hw/isa/superio: Factor out the parallel code from pc87312.c by Philippe Mathieu-Daudé · 7 years ago
- 63f01a7 hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIO by Philippe Mathieu-Daudé · 7 years ago
- 1854eb2 hw/isa/superio: Add a Super I/O template based on the PC87312 device by Philippe Mathieu-Daudé · 7 years ago
- 4e00105 hw/isa/pc87312: Use uint16_t for the ISA I/O base address by Philippe Mathieu-Daudé · 7 years ago
- 010d2dc hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIO by Philippe Mathieu-Daudé · 7 years ago
- 55f613a hw/dma/i8257: Rename DMA_init() to i8257_dma_init() by Philippe Mathieu-Daudé · 7 years ago
- 1b23190 i8259: generalize statistics into common code by Peter Xu · 7 years ago
- 822335e isa: use get_uint() for "io-base" by Marc-André Lureau · 8 years ago
- e305a16 portio: keep references on portio by Marc-André Lureau · 9 years ago
- 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
- 2502630 isa: introduce wrapper isa_connect_gpio_out by Efimov Vasily · 9 years ago
- df43d49 hw: clean up hw/hw.h includes by Paolo Bonzini · 9 years ago
- bd36a61 isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.h by Markus Armbruster · 9 years ago
- 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
- ba0a710 dma: remove now useless DMA_* functions by Hervé Poussineau · 9 years ago
- 5484f30 isa: add an ISA DMA interface, and store it within the ISA bus by Hervé Poussineau · 9 years ago
- f5f19ee i8257: move state definition to new independent header by Hervé Poussineau · 9 years ago
- 5714694 i8257: pass ISA bus to DMA_init() function by Hervé Poussineau · 9 years ago
- d10e543 isa: Clean up error handling around isa_bus_new() by Markus Armbruster · 9 years ago
- 5039d6e i8257: remove cpu_request_exit irq by Paolo Bonzini · 10 years ago
- 19d2b5e i8257: rewrite DMA_schedule to avoid hooking into the CPU loop by Paolo Bonzini · 10 years ago
- 1142e45 pc: export applesmc IO port/len by Igor Mammedov · 10 years ago
- b19c1c0 isa: remove isa_mem_base variable by Hervé Poussineau · 10 years ago
- bb2ed00 isa: add memory space parameter to isa_bus_new by Hervé Poussineau · 10 years ago
- b8864be pc87312: Drop unused members of PC87312State by Markus Armbruster · 10 years ago
- a5c8285 i2c: Rename i2c_bus to I2CBus by Andreas Färber · 12 years ago
- 15bce1b Add DSDT node for AppleSMC by Gabriel L. Somlo · 11 years ago
- 520902a isa: Fix documentation of isa_register_portio_list() by Hervé Poussineau · 12 years ago
- 61fcb62 isa_mmio: delete by Paolo Bonzini · 12 years ago
- 4a17cc4 isa: QOM'ify ISADevice by Andreas Färber · 12 years ago
- 2ae0e48 isa: QOM'ify ISABus by Andreas Färber · 12 years ago
- d2628b7 i8259: Convert PICCommonState to use QOM realizefn by Andreas Färber · 12 years ago
- db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
- 29bb531 i8259: QOM cleanups by Andreas Färber · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago