summaryrefslogtreecommitdiffstats
path: root/hw/isa
Commit message (Expand)AuthorAgeFilesLines
* acpi: x86: move RPQx field back to _SB scopeIgor Mammedov2022-11-222-20/+8Star
* acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov2022-11-072-1/+39
* hw/isa/piix4: Move pci_ide_create_devs() call to board codeBernhard Beschow2022-10-311-1/+0Star
* hw/isa/piix4: Add missing initializationBernhard Beschow2022-10-311-0/+2
* hw/isa/Kconfig: Fix dependencies of piix4 southbridgeBernhard Beschow2022-10-311-0/+6
* hw/isa/piix3: Remove unused includeBernhard Beschow2022-10-311-1/+0Star
* hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow2022-10-311-1/+2
* hw/isa/piix4: Rename wrongly named methodBernhard Beschow2022-10-311-2/+2
* hw/isa/piix3: Prefer pci_address_space() over get_system_memory()Bernhard Beschow2022-10-311-1/+1
* hw/isa/piix3: Modernize reset handlingBernhard Beschow2022-10-311-5/+3Star
* hw/isa/piix3: Add size constraints to rcr_opsBernhard Beschow2022-10-311-1/+5
* hw/isa/piix3: Remove extra ';' outside of functionsBernhard Beschow2022-10-311-3/+3
* hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow2022-10-313-2/+12
* hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow2022-10-311-2/+0Star
* 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-312-0/+18
* 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
* hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow2022-06-291-1/+14
* hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow2022-06-111-13/+0Star
* hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow2022-06-111-2/+1Star
* hw/isa/piix3: QOM'ify PCI device creation and wiringBernhard Beschow2022-06-111-22/+45
* hw/isa/piix3: Move pci_map_irq_fn near pci_set_irq_fnBernhard Beschow2022-06-111-11/+11
* hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow2022-06-111-13/+0Star
* hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow2022-06-111-11/+13
* hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow2022-06-111-5/+1Star
* hw/isa/piix4: QOM'ify PCI device creation and wiringBernhard Beschow2022-06-111-8/+22
* hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fnBernhard Beschow2022-06-111-25/+25
* hw/isa/piix4: Use object_initialize_child() for embedded structBernhard Beschow2022-06-111-1/+1
* hw/southbridge/piix: Aggregate all PIIX southbridge type namesBernhard Beschow2022-06-111-3/+0Star
* hw/isa/piix4.c: create PIIX4_PM device directly instead of using piix4_pm_ini...Mark Cave-Ayland2022-06-111-4/+7
* hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland2022-06-111-1/+1
* hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland2022-06-111-3/+3
* hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland2022-06-111-3/+3
* hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland2022-06-111-3/+5
* acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip...Igor Mammedov2022-06-101-0/+19
* acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptorsIgor Mammedov2022-06-101-0/+17
* isa-bus: drop no longer used ISADeviceClass::build_amlIgor Mammedov2022-06-101-11/+1Star
* acpi: make isa_build_aml() support AcpiDevAmlIf interfaceIgor Mammedov2022-06-101-0/+5
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+1
* hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow2022-03-082-8/+2Star
* hw/isa: Drop unused attributes from ISADeviceBernhard Beschow2022-03-081-13/+0Star
* hw/isa/isa-bus: Remove isabus_dev_print()Bernhard Beschow2022-03-081-16/+0Star
* hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow2022-03-081-1/+1
* hw/isa/piix4: Replace some magic IRQ constantsBernhard Beschow2022-03-081-3/+3