summary refs log tree commit diff stats
path: root/hw/isa/vt82c686.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/isa/vt82c686: Keep track of PIRQ/PINT pins separatelyBALATON Zoltan2024-04-151-1/+2
* hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé2024-02-151-1/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-02-141-10/+55
|\
| * hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functionsBernhard Beschow2024-02-141-10/+55
* | hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()Zhao Liu2024-02-131-2/+2
|/
* hw/isa: Constify VMStateRichard Henderson2023-12-291-2/+2
* hw/audio/via-ac97: Route interrupts using via_isa_set_irq()BALATON Zoltan2023-11-281-0/+1
* hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq()BALATON Zoltan2023-11-281-41/+24
* hw/isa/vt82c686: Bring back via_isa_set_irq()BALATON Zoltan2023-11-281-0/+41
* hw/isa/vt82c686: Remove via_isa_set_irq()Bernhard Beschow2023-07-111-6/+0
* hw/ide/via: Wire up IDE legacy interrupts in host deviceBernhard Beschow2023-07-111-0/+5
* hw/audio/via-ac97: Basic implementation of audio playbackBALATON Zoltan2023-03-081-1/+1
* hw/isa/vt82c686: Implement PCI IRQ routingBALATON Zoltan2023-03-081-0/+42
* Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"BALATON Zoltan2023-03-081-1/+9
* hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcStatePhilippe Mathieu-Daudé2023-02-271-1/+1
* hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/isa/vt82c686: Remove intermediate IRQ forwarderPhilippe Mathieu-Daudé2023-02-271-12/+4
* hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow2022-10-311-2/+0
* 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/+29
* 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/+0
|/
* 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/+3
* vt82c686: Reduce indentation by returning earlyBALATON Zoltan2021-02-211-24/+23
* 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/+6
* 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