aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2022-06-11hw/i386/pc: Unexport functions used only internallyBernhard Beschow1-2/+2
2022-06-11hw/i386/pc: Unexport PC_CPU_MODEL_IDS macroBernhard Beschow1-0/+9
2022-06-11hw: Reuse TYPE_I8042 defineBernhard Beschow1-2/+2
2022-06-11hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow1-1/+1
2022-06-11hw/i386/microvm-dt: Determine mc146818rtc's IRQ number from QOM propertyBernhard Beschow1-1/+1
2022-06-11hw/i386/microvm-dt: Force explicit failure if retrieving QOM property failsBernhard Beschow1-2/+3
2022-06-11hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow1-1/+5
2022-06-11hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow1-1/+2
2022-06-11hw/i386/pc_piix: create PIIX4_PM device directly instead of using piix4_pm_in...Mark Cave-Ayland1-3/+8
2022-06-11hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland1-1/+2
2022-06-11hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland1-2/+2
2022-06-11hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland1-3/+3
2022-06-11hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland1-5/+5
2022-06-11hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland1-0/+1
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson4-151/+61
2022-06-09hw/machine: Drop cxl_supported flag as no longer usefulJonathan Cameron1-1/+0
2022-06-09hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron2-20/+19
2022-06-09pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup.Jonathan Cameron1-0/+3
2022-06-09hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron1-0/+5
2022-06-09hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron1-2/+2
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron1-0/+3
2022-06-09x86: acpi-build: do not include hw/isa/isa.h directlyIgor Mammedov1-1/+0
2022-06-09acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov1-34/+0
2022-06-09acpi: pc/q35: remove not needed 'if' condition on pci busIgor Mammedov1-8/+2
2022-06-09acpi: pc/q35: tpm-tis: fix TPM device scopeIgor Mammedov1-2/+1
2022-06-09acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov1-37/+0
2022-06-09acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov1-22/+0
2022-06-09acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip...Igor Mammedov1-19/+11
2022-06-09acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptorsIgor Mammedov1-5/+11
2022-06-09q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov3-3/+1
2022-06-09acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov1-5/+12
2022-06-09ipmi: acpi: use relative path to resource sourceIgor Mammedov1-2/+2
2022-06-09acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build...Igor Mammedov1-1/+0
2022-06-10hw/core/loader: return image sizes as ssize_tJamie Iles1-1/+1
2022-06-09include/hw/ide: Unexport pci_piix3_xen_ide_unplug()Bernhard Beschow1-1/+47
2022-06-09hw/ide/piix: Remove redundant "piix3-ide-xen" device classBernhard Beschow1-2/+1
2022-05-16hw/i386/amd_iommu: Fix IOMMU event log encoding errorsWei Huang1-10/+14
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li4-28/+32
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li3-47/+29
2022-05-16intel-iommu: update iq_dw during post loadJason Wang1-6/+15
2022-05-16intel-iommu: update root_scalable before switching as during post_loadJason Wang1-7/+7
2022-05-16intel-iommu: block output address in interrupt address rangeJason Wang2-1/+30
2022-05-16intel-iommu: remove VTD_FR_RESERVED_ERRJason Wang2-11/+0
2022-05-16intel_iommu: Fix irqchip / X2APIC configuration checksDavid Woodhouse1-6/+1
2022-05-16intel_iommu: Only allow interrupt remapping to be enabled if it's supportedDavid Woodhouse1-1/+3
2022-05-16intel_iommu: Support IR-only mode without DMA translationDavid Woodhouse1-4/+10
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse2-8/+16
2022-05-13i386/pc: Enable CXL fixed memory windowsJonathan Cameron1-1/+30
2022-05-13acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky1-0/+27
2022-05-13acpi/cxl: Add _OSC implementation (9.14.2)Ben Widawsky1-5/+10