aboutsummaryrefslogtreecommitdiff
path: root/hw/isa/piix3.c
AgeCommit message (Expand)Author
2023-10-22hw/isa/piix3: Merge hw/isa/piix4.cBernhard Beschow
2023-10-22hw/isa/piix3: Drop the "3" from PIIX base class nameBernhard Beschow
2023-10-22hw/isa/piix3: Create power management controller in host deviceBernhard Beschow
2023-10-22hw/isa/piix3: Create USB controller in host deviceBernhard Beschow
2023-10-22hw/isa/piix3: Create IDE controller in host deviceBernhard Beschow
2023-10-22hw/i386/pc: Wire RTC ISA IRQs in south bridgesBernhard Beschow
2023-10-22hw/isa/piix3: Wire PIC IRQs to ISA bus in host deviceBernhard Beschow
2023-10-22hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"Bernhard Beschow
2023-10-22hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" propertyBernhard Beschow
2023-10-22hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQSBernhard Beschow
2023-06-07hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICEBernhard Beschow
2023-06-07hw/isa/piix3: Resolve redundant k->config_write assignmentsBernhard Beschow
2023-06-07hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config()Bernhard Beschow
2023-06-07hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3Bernhard Beschow
2023-06-07hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize()Bernhard Beschow
2023-06-07include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()Bernhard Beschow
2023-05-19hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow
2023-01-27hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow
2023-01-13hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow
2022-11-22acpi: x86: move RPQx field back to _SB scopeIgor Mammedov
2022-11-07acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov
2022-10-31hw/isa/piix3: Remove unused includeBernhard Beschow
2022-10-31hw/isa/piix3: Prefer pci_address_space() over get_system_memory()Bernhard Beschow
2022-10-31hw/isa/piix3: Modernize reset handlingBernhard Beschow
2022-10-31hw/isa/piix3: Add size constraints to rcr_opsBernhard Beschow
2022-10-31hw/isa/piix3: Remove extra ';' outside of functionsBernhard Beschow
2022-10-31hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow
2022-06-29hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow
2022-06-11hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow
2022-06-11hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow
2022-06-11hw/isa/piix3: QOM'ify PCI device creation and wiringBernhard Beschow
2022-06-11hw/isa/piix3: Move pci_map_irq_fn near pci_set_irq_fnBernhard Beschow
2022-06-11hw/southbridge/piix: Aggregate all PIIX southbridge type namesBernhard Beschow
2022-06-09acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptorsIgor Mammedov
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2020-08-27piix: Move QOM macros to headerEduardo Habkost
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé