summary refs log tree commit diff stats
path: root/hw/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/i386/pc_piix: create PIIX4_PM device directly instead of using piix4_pm_in...Mark Cave-Ayland2022-06-111-3/+8
* hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland2022-06-111-1/+2
* hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland2022-06-111-2/+2
* 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-5/+5
* hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland2022-06-111-0/+1
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-06-104-151/+61
|\
| * hw/machine: Drop cxl_supported flag as no longer usefulJonathan Cameron2022-06-091-1/+0
| * hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron2022-06-092-20/+19
| * pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup.Jonathan Cameron2022-06-091-0/+3
| * hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron2022-06-091-0/+5
| * hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron2022-06-091-2/+2
| * hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-091-0/+3
| * x86: acpi-build: do not include hw/isa/isa.h directlyIgor Mammedov2022-06-091-1/+0
| * acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov2022-06-091-34/+0
| * acpi: pc/q35: remove not needed 'if' condition on pci busIgor Mammedov2022-06-091-8/+2
| * acpi: pc/q35: tpm-tis: fix TPM device scopeIgor Mammedov2022-06-091-2/+1
| * acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov2022-06-091-37/+0
| * acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov2022-06-091-22/+0
| * acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip...Igor Mammedov2022-06-091-19/+11
| * acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptorsIgor Mammedov2022-06-091-5/+11
| * q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov2022-06-093-3/+1
| * acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov2022-06-091-5/+12
| * ipmi: acpi: use relative path to resource sourceIgor Mammedov2022-06-091-2/+2
| * acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build...Igor Mammedov2022-06-091-1/+0
* | hw/core/loader: return image sizes as ssize_tJamie Iles2022-06-101-1/+1
* | include/hw/ide: Unexport pci_piix3_xen_ide_unplug()Bernhard Beschow2022-06-091-1/+47
* | hw/ide/piix: Remove redundant "piix3-ide-xen" device classBernhard Beschow2022-06-091-2/+1
|/
* hw/i386/amd_iommu: Fix IOMMU event log encoding errorsWei Huang2022-05-161-10/+14
* hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li2022-05-164-28/+32
* hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li2022-05-163-47/+29
* intel-iommu: update iq_dw during post loadJason Wang2022-05-161-6/+15
* intel-iommu: update root_scalable before switching as during post_loadJason Wang2022-05-161-7/+7
* intel-iommu: block output address in interrupt address rangeJason Wang2022-05-162-1/+30
* intel-iommu: remove VTD_FR_RESERVED_ERRJason Wang2022-05-162-11/+0
* intel_iommu: Fix irqchip / X2APIC configuration checksDavid Woodhouse2022-05-161-6/+1
* intel_iommu: Only allow interrupt remapping to be enabled if it's supportedDavid Woodhouse2022-05-161-1/+3
* intel_iommu: Support IR-only mode without DMA translationDavid Woodhouse2022-05-161-4/+10
* target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse2022-05-162-8/+16
* i386/pc: Enable CXL fixed memory windowsJonathan Cameron2022-05-131-1/+30
* acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky2022-05-131-0/+27
* acpi/cxl: Add _OSC implementation (9.14.2)Ben Widawsky2022-05-131-5/+10
* hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)Ben Widawsky2022-05-132-3/+49
* cxl: Machine level control on whether CXL support is enabledJonathan Cameron2022-05-131-0/+1
* intel-iommu: correct the value used for error_setg_errno()Jason Wang2022-05-131-1/+1
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-1/+1
* hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow2022-05-121-118/+0
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-2/+2
* i386: firmware parsing and sev setup for -bios loaded firmwareGerd Hoffmann2022-04-271-6/+19
* i386: factor out x86_firmware_configure()Gerd Hoffmann2022-04-271-14/+22