aboutsummaryrefslogtreecommitdiff
path: root/hw/isa
AgeCommit message (Expand)Author
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/piix4: Move pci_ide_create_devs() call to board codeBernhard Beschow
2022-10-31hw/isa/piix4: Add missing initializationBernhard Beschow
2022-10-31hw/isa/Kconfig: Fix dependencies of piix4 southbridgeBernhard Beschow
2022-10-31hw/isa/piix3: Remove unused includeBernhard Beschow
2022-10-31hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow
2022-10-31hw/isa/piix4: Rename wrongly named methodBernhard 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-10-31hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow
2022-10-31hw/isa/vt82c686: Embed RTCState in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Reuse errpBernhard Beschow
2022-10-31hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()Bernhard Beschow
2022-10-31hw/isa/vt82c686: Resolve unneeded attributeBernhard Beschow
2022-10-31hw/isa/vt82c686: Resolve chip-specific realize methodsBernhard 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/isa/piix4: Inline and remove piix4_create()Bernhard Beschow
2022-06-11hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow
2022-06-11hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow
2022-06-11hw/isa/piix4: QOM'ify PCI device creation and wiringBernhard Beschow
2022-06-11hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fnBernhard Beschow
2022-06-11hw/isa/piix4: Use object_initialize_child() for embedded structBernhard Beschow
2022-06-11hw/southbridge/piix: Aggregate all PIIX southbridge type namesBernhard Beschow
2022-06-11hw/isa/piix4.c: create PIIX4_PM device directly instead of using piix4_pm_ini...Mark Cave-Ayland
2022-06-11hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland
2022-06-11hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland
2022-06-11hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland
2022-06-11hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland
2022-06-09acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip...Igor Mammedov
2022-06-09acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptorsIgor Mammedov
2022-06-09isa-bus: drop no longer used ISADeviceClass::build_amlIgor Mammedov
2022-06-09acpi: make isa_build_aml() support AcpiDevAmlIf interfaceIgor Mammedov
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow
2022-03-08hw/isa: Drop unused attributes from ISADeviceBernhard Beschow
2022-03-08hw/isa/isa-bus: Remove isabus_dev_print()Bernhard Beschow
2022-03-08hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow
2022-03-08hw/isa/piix4: Replace some magic IRQ constantsBernhard Beschow