summaryrefslogtreecommitdiffstats
path: root/hw/isa/vt82c686.c
Commit message (Expand)AuthorAgeFilesLines
* hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow2022-10-311-2/+0Star
* hw/isa/vt82c686: Embed RTCState in host deviceBernhard Beschow2022-10-311-1/+11
* hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow2022-10-311-0/+16
* hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow2022-10-311-0/+13
* hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow2022-10-311-0/+12
* hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow2022-10-311-0/+17
* hw/isa/vt82c686: Reuse errpBernhard Beschow2022-10-311-1/+6
* hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()Bernhard Beschow2022-10-311-1/+1
* hw/isa/vt82c686: Resolve unneeded attributeBernhard Beschow2022-10-311-8/+8
* hw/isa/vt82c686: Resolve chip-specific realize methodsBernhard Beschow2022-10-311-15/+18
* vt82c686: Add a method to VIA_ISA to raise ISA interruptsBALATON Zoltan2021-10-181-1/+9
* vt82c686: Move common code to via_isa_realizeBALATON Zoltan2021-10-181-38/+29Star
* 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
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
|/
* 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
* acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-231-1/+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-211-2/+24
* 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-041-36/+15Star
* 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
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-12/+4Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-8/+8