Age | Commit message (Expand) | Author |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
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-12-16 | mips: fulong 2e: Renovate coding style | Filip Bozuta |
2019-11-05 | hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c | Philippe Mathieu-Daudé |
2019-11-05 | hw/pci-host/piix: Move RCR_IOPORT register definition | Philippe Mathieu-Daudé |
2019-11-05 | hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c | Philippe Mathieu-Daudé |
2019-11-05 | piix4: Add a MC146818 RTC Controller as specified in datasheet | Philippe Mathieu-Daudé |
2019-11-05 | piix4: Add an i8254 PIT Controller as specified in datasheet | Hervé Poussineau |
2019-11-05 | piix4: Add an i8257 DMA Controller as specified in datasheet | Hervé Poussineau |
2019-11-05 | piix4: Rename PIIX4 object to piix4-isa | Hervé Poussineau |
2019-11-05 | piix4: Add an i8259 Interrupt Controller as specified in datasheet | Hervé Poussineau |
2019-11-05 | piix4: Add the Reset Control Register | Hervé Poussineau |
2019-10-15 | hw/isa/vt82c686: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé |
2019-10-15 | hw/isa/piix4: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé |
2019-10-04 | hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.c | Thomas Huth |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
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 migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-06 | hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdev | Philippe Mathieu-Daudé |
2019-05-29 | hw/ppc/40p: Move the MC146818 RTC to the board where it belongs | Philippe Mathieu-Daudé |
2019-05-17 | hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularity | Philippe Mathieu-Daudé |
2019-03-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-20 | hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI | Philippe Mathieu-Daudé |
2019-03-20 | hw/isa/Kconfig: i82378 SuperIO requires PC speaker device | Philippe Mathieu-Daudé |
2019-03-12 | i386, acpi: check acpi_memory_hotplug capacity in pre_plug | Wei Yang |
2019-03-07 | isa: express SuperIO dependencies with Kconfig | Paolo Bonzini |
2019-03-07 | i2c: express dependencies with Kconfig | Paolo Bonzini |
2019-03-07 | i386: express dependencies with Kconfig | Paolo Bonzini |
2019-03-07 | isa: express dependencies with kconfig | Paolo Bonzini |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-02-27 | i2c: Split smbus into parts | Corey Minyard |
2019-02-13 | char: allow specifying a GMainContext at opening time | Paolo Bonzini |
2018-10-24 | configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device | Thomas Huth |
2018-08-23 | i2c: pm_smbus: Add the ability to force block transfer enable | Corey Minyard |
2018-06-16 | hw/isa/smc37c669: Change the parallel I/O base to 378H | Philippe Mathieu-Daudé |
2018-06-01 | hw/isa/superio: Fix inconsistent use of Chardev->be | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-04-26 | Change references to serial_hds[] to serial_hd() | 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é |