aboutsummaryrefslogtreecommitdiff
path: root/hw/isa
AgeCommit message (Expand)AuthorFilesLines
2023-01-13hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow1-1/+1
2023-01-13hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow1-26/+0
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 Beschow2-5/+6
2023-01-13hw/isa/piix4: Correct IRQRC[A:D] reset valuesPhilippe Mathieu-Daudé1-4/+4
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2023-01-08hw/isa/Kconfig: Add missing dependency to VT82C686Bernhard Beschow1-0/+1
2023-01-08hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9Bernhard Beschow1-1/+0
2023-01-08hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9Bernhard Beschow1-1/+1
2022-12-21hw/isa: enable TCO watchdog reboot pin strap by defaultDaniel P. Berrangé1-1/+1
2022-12-21hw/isa: add trace events for ICH9 LPC chip config accessDaniel P. Berrangé2-0/+7
2022-11-22acpi: x86: move RPQx field back to _SB scopeIgor Mammedov2-20/+8
2022-11-07acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov2-1/+39
2022-10-31hw/isa/piix4: Move pci_ide_create_devs() call to board codeBernhard Beschow1-1/+0
2022-10-31hw/isa/piix4: Add missing initializationBernhard Beschow1-0/+2
2022-10-31hw/isa/Kconfig: Fix dependencies of piix4 southbridgeBernhard Beschow1-0/+6
2022-10-31hw/isa/piix3: Remove unused includeBernhard Beschow1-1/+0
2022-10-31hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow1-1/+2
2022-10-31hw/isa/piix4: Rename wrongly named methodBernhard Beschow1-2/+2
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 Beschow3-2/+12
2022-10-31hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow1-2/+0
2022-10-31hw/isa/vt82c686: Embed RTCState in host deviceBernhard Beschow1-1/+11
2022-10-31hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow1-0/+16
2022-10-31hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow1-0/+13
2022-10-31hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow1-0/+12
2022-10-31hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow2-0/+18
2022-10-31hw/isa/vt82c686: Reuse errpBernhard Beschow1-1/+6
2022-10-31hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()Bernhard Beschow1-1/+1
2022-10-31hw/isa/vt82c686: Resolve unneeded attributeBernhard Beschow1-8/+8
2022-10-31hw/isa/vt82c686: Resolve chip-specific realize methodsBernhard Beschow1-15/+18
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/isa/piix4: Inline and remove piix4_create()Bernhard Beschow1-13/+0
2022-06-11hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow1-11/+13
2022-06-11hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow1-5/+1
2022-06-11hw/isa/piix4: QOM'ify PCI device creation and wiringBernhard Beschow1-8/+22
2022-06-11hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fnBernhard Beschow1-25/+25
2022-06-11hw/isa/piix4: Use object_initialize_child() for embedded structBernhard Beschow1-1/+1
2022-06-11hw/southbridge/piix: Aggregate all PIIX southbridge type namesBernhard Beschow1-3/+0
2022-06-11hw/isa/piix4.c: create PIIX4_PM device directly instead of using piix4_pm_ini...Mark Cave-Ayland1-4/+7
2022-06-11hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland1-1/+1
2022-06-11hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland1-3/+3
2022-06-11hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland1-3/+3