summaryrefslogtreecommitdiffstats
path: root/hw/isa
Commit message (Expand)AuthorAgeFilesLines
...
* hw/input: Do not enable CONFIG_PCKBD by defaultThomas Huth2020-02-041-0/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-243-3/+3
* hw/isa/isa-bus: cleanup irq functionsPaolo Bonzini2019-12-171-4/+7
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-173-3/+2Star
* mips: fulong 2e: Renovate coding styleFilip Bozuta2019-12-161-11/+12
* hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé2019-11-053-0/+404
* hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé2019-11-051-1/+1
* hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé2019-11-051-0/+30
* piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-051-0/+22
* piix4: Add an i8254 PIT Controller as specified in datasheetHervé Poussineau2019-11-051-0/+4
* piix4: Add an i8257 DMA Controller as specified in datasheetHervé Poussineau2019-11-051-0/+4
* piix4: Rename PIIX4 object to piix4-isaHervé Poussineau2019-11-051-1/+0Star
* piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau2019-11-051-10/+31
* piix4: Add the Reset Control RegisterHervé Poussineau2019-11-051-3/+46
* hw/isa/vt82c686: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-7/+4Star
* hw/isa/piix4: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-4/+3Star
* hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.cThomas Huth2019-10-042-4/+8
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-164-0/+4
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-164-4/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-166-0/+6
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-162-0/+3
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-125-0/+7
* hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-062-2/+2
* hw/ppc/40p: Move the MC146818 RTC to the board where it belongsPhilippe Mathieu-Daudé2019-05-291-4/+0Star
* hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé2019-05-171-11/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-281-0/+2
|\
| * hw/isa/Kconfig: PIIX4 southbridge requires USB UHCIPhilippe Mathieu-Daudé2019-03-201-0/+1
| * hw/isa/Kconfig: i82378 SuperIO requires PC speaker devicePhilippe Mathieu-Daudé2019-03-201-0/+1
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-2/+2
|/
* i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang2019-03-131-0/+1
* isa: express SuperIO dependencies with KconfigPaolo Bonzini2019-03-071-0/+21
* i2c: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* i386: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+7
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+23
* i2c: Split smbus into partsCorey Minyard2019-02-281-1/+0Star
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-131-2/+2
* configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" deviceThomas Huth2018-10-241-1/+2
* i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard2018-08-231-1/+1
* hw/isa/smc37c669: Change the parallel I/O base to 378HPhilippe Mathieu-Daudé2018-06-171-1/+1
* hw/isa/superio: Fix inconsistent use of Chardev->bePhilippe Mathieu-Daudé2018-06-011-2/+2
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-03-201-1/+0Star
|\
| * acpi: move ACPI_PORT_SMI_CMD define to header it belongs toIgor Mammedov2018-03-131-1/+0Star