summaryrefslogtreecommitdiffstats
path: root/hw/isa
Commit message (Expand)AuthorAgeFilesLines
* hw/block/fdc: Extract ISA floppy controllers to fdc-isa.cPhilippe Mathieu-Daudé2021-06-251-4/+4
* hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDCPhilippe Mathieu-Daudé2021-06-251-0/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell2021-05-051-80/+342
|\
| * vt82c686: Add emulation of VT8231 south bridgeBALATON Zoltan2021-05-041-0/+84
| * vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on itBALATON Zoltan2021-05-041-31/+39
| * vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIOBALATON Zoltan2021-05-041-0/+102
| * vt82c686: QOM-ify superio related functionalityBALATON Zoltan2021-05-041-64/+132
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-055-6/+0Star
|\ \
| * | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
| * | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
| * | hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
| |/
* / hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQPhilippe Mathieu-Daudé2021-05-021-2/+3
|/
* hw/isa/piix4: Migrate Reset Control RegisterPhilippe Mathieu-Daudé2021-04-131-1/+14
* hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APMPhilippe Mathieu-Daudé2021-04-131-0/+1
* isa/v582c686: Reinitialize ACPI PM device on resetIsaku Yamahata2021-04-011-0/+5
* vt82c686.c: don't raise SCI when PCI_INTERRUPT_PIN isn't setupIsaku Yamahata2021-04-011-1/+12
* hw/southbridge: Add missing Kconfig dependency VT82C686 on USB_UHCIPhilippe Mathieu-Daudé2021-03-151-0/+1
* acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-231-1/+1
* ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata2021-02-231-0/+1
* vt82c686: Fix superio_cfg_{read,write}() functionsBALATON Zoltan2021-02-211-5/+6
* vt82c686: Log superio_cfg unimplemented accessesBALATON Zoltan2021-02-211-0/+3
* vt82c686: Simplify by returning earlierBALATON Zoltan2021-02-211-6/+3Star
* vt82c686: Reduce indentation by returning earlyBALATON Zoltan2021-02-211-24/+23Star
* vt82c686: Remove index field of SuperIOConfigBALATON Zoltan2021-02-211-7/+14
* vt82c686: Move creation of ISA devices to the ISA bridgeBALATON Zoltan2021-02-211-0/+20
* vt82c686: Simplify vt82c686b_realize()BALATON Zoltan2021-02-211-14/+6Star
* vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on itBALATON Zoltan2021-02-211-28/+56
* vt82c686: Set user_creatable=false for VT82C686B_PMBALATON Zoltan2021-02-211-1/+2
* vt82c686: Fix up power management io base and configBALATON Zoltan2021-02-211-10/+12
* vt82c686: Correctly reset all registers to default values on resetBALATON Zoltan2021-02-211-4/+4
* vt82c686: Correct vt82c686-pm I/O sizeBALATON Zoltan2021-02-211-1/+1
* vt82c686: Make vt82c686-pm an I/O tracing regionBALATON Zoltan2021-02-212-2/+26
* vt82c686: Fix SMBus IO base and configuration registersBALATON Zoltan2021-02-211-13/+36
* vt82c686: Reorganise codeBALATON Zoltan2021-02-211-139/+140
* vt82c686: Move superio memory region to SuperIOConfig structBALATON Zoltan2021-02-211-8/+8
* vt82c686: Rename superio config related partsBALATON Zoltan2021-01-041-24/+24
* vt82c686: Use shorter name for local variable holding object stateBALATON Zoltan2021-01-041-15/+15
* vt82c686: Remove unneeded includes and definesBALATON Zoltan2021-01-041-5/+0Star
* vt82c686: Convert debug printf to trace pointsBALATON Zoltan2021-01-042-36/+21Star
* vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan2021-01-041-18/+0Star
* vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan2021-01-041-9/+0Star
* vt82c686: Split off via-[am]c97 into separate file in hw/audioBALATON Zoltan2021-01-041-91/+0Star
* vt82c686: Remove vt82c686b_[am]c97_init() functionsBALATON Zoltan2021-01-041-23/+4Star
* vt82c686: Rename VT82C686B to VT82C686B_ISABALATON Zoltan2021-01-041-10/+10
* vt82c686: Remove unnecessary _DEVICE suffix from type macrosBALATON Zoltan2021-01-041-25/+23Star
* vt82c686: Rename AC97/MC97 parts from VT82C686B to VIABALATON Zoltan2021-01-041-14/+14
* hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
* x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov2020-12-091-1/+7
* x86: ich9: factor out "guest_cpu_hotplug_features"Igor Mammedov2020-12-091-2/+6