aboutsummaryrefslogtreecommitdiff
path: root/hw/isa/piix3.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow1-4/+1
2023-01-13hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow1-13/+0
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow1-4/+4
2022-11-22acpi: x86: move RPQx field back to _SB scopeIgor Mammedov1-8/+4
2022-11-07acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov1-1/+16
2022-10-31hw/isa/piix3: Remove unused includeBernhard Beschow1-1/+0
2022-10-31hw/isa/piix3: Prefer pci_address_space() over get_system_memory()Bernhard Beschow1-1/+1
2022-10-31hw/isa/piix3: Modernize reset handlingBernhard Beschow1-5/+3
2022-10-31hw/isa/piix3: Add size constraints to rcr_opsBernhard Beschow1-1/+5
2022-10-31hw/isa/piix3: Remove extra ';' outside of functionsBernhard Beschow1-3/+3
2022-10-31hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow1-2/+7
2022-06-29hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow1-1/+14
2022-06-11hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow1-13/+0
2022-06-11hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow1-2/+1
2022-06-11hw/isa/piix3: QOM'ify PCI device creation and wiringBernhard Beschow1-22/+45
2022-06-11hw/isa/piix3: Move pci_map_irq_fn near pci_set_irq_fnBernhard Beschow1-11/+11
2022-06-11hw/southbridge/piix: Aggregate all PIIX southbridge type namesBernhard Beschow1-3/+0
2022-06-09acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptorsIgor Mammedov1-0/+17
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+1
2020-08-27piix: Move QOM macros to headerEduardo Habkost1-4/+0
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-0/+1
2019-11-05hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé1-0/+399