summaryrefslogtreecommitdiffstats
path: root/hw/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-152-2/+2
* prep: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQPhilippe Mathieu-Daudé2020-11-031-3/+11
* x86: ich9: expose "smi_negotiated_features" as a QOM propertyIgor Mammedov2020-09-291-0/+3
* x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov2020-09-291-0/+13
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-183-18/+6Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-121-7/+2Star
|\
| * hw/isa/isa-bus: Replace hw_error() by assert()Philippe Mathieu-Daudé2020-09-091-7/+2Star
* | lpc_ich9: Use typedef name for instance_sizeEduardo Habkost2020-09-091-1/+1
* | pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312Eduardo Habkost2020-09-091-1/+1
* | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-12/+12
* | Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-12/+21
|/
* hw/isa/isa-superio: Fix IDE controller realizationPhilippe Mathieu-Daudé2020-09-011-1/+1
* piix: Move QOM macros to headerEduardo Habkost2020-08-271-4/+0Star
* meson: convert hw/isaMarc-André Lureau2020-08-212-11/+11
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star