Age | Commit message (Expand) | Author |
2022-07-26 | hw/i386: add 4g boundary start to X86MachineState | Joao Martins |
2022-06-11 | hw/acpi/piix4: move PIIX4PMState into separate piix4.h header | Mark Cave-Ayland |
2022-06-09 | hw/cxl: Move the CXLState from MachineState to machine type specific state. | Jonathan Cameron |
2022-06-09 | hw/acpi/cxl: Pass in the CXLState directly rather than MachineState | Jonathan Cameron |
2022-06-09 | x86: acpi-build: do not include hw/isa/isa.h directly | Igor Mammedov |
2022-06-09 | acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML | Igor Mammedov |
2022-06-09 | acpi: pc/q35: remove not needed 'if' condition on pci bus | Igor Mammedov |
2022-06-09 | acpi: pc/q35: tpm-tis: fix TPM device scope | Igor Mammedov |
2022-06-09 | acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML | Igor Mammedov |
2022-06-09 | acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML | Igor Mammedov |
2022-06-09 | acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip... | Igor Mammedov |
2022-06-09 | acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptors | Igor Mammedov |
2022-06-09 | q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpi | Igor Mammedov |
2022-06-09 | acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors | Igor Mammedov |
2022-06-09 | ipmi: acpi: use relative path to resource source | Igor Mammedov |
2022-06-09 | acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build... | Igor Mammedov |
2022-05-13 | acpi/cxl: Create the CEDT (9.14.1) | Ben Widawsky |
2022-05-13 | acpi/cxl: Add _OSC implementation (9.14.2) | Ben Widawsky |
2022-05-13 | hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142) | Ben Widawsky |
2022-03-18 | hw/i386/acpi-build: Avoid 'sun' identifier | Andrew Deason |
2022-03-06 | hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table | Liav Albani |
2022-02-06 | ACPI ERST: create ACPI ERST table for pc/x86 machines | Eric DeVolder |
2022-01-07 | acpi: tpm: Add missing device identification objects | Stefan Berger |
2022-01-07 | acpi: fix QEMU crash when started with SLIC table | Igor Mammedov |
2021-12-10 | numa: Enable numa for SGX EPC sections | Yang Zhong |
2021-11-15 | hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSC | Julia Suvorova |
2021-11-01 | pci: Export pci_for_each_device_under_bus*() | Peter Xu |
2021-11-01 | hw/i386/pc: Allow instantiating a virtio-iommu device | Jean-Philippe Brucker |
2021-11-01 | hw/i386/pc: Remove x86_iommu_get_type() | Jean-Philippe Brucker |
2021-10-05 | acpi: build_facs: use build_append_int_noprefix() API to compose table | Igor Mammedov |
2021-10-05 | acpi: build_amd_iommu: use acpi_table_begin()/acpi_table_end() instead of bui... | Igor Mammedov |
2021-10-05 | acpi: build_waet: use acpi_table_begin()/acpi_table_end() instead of build_he... | Igor Mammedov |
2021-10-05 | acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil... | Igor Mammedov |
2021-10-05 | acpi: use build_append_int_noprefix() API to compose SRAT table | Igor Mammedov |
2021-10-05 | acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of... | Igor Mammedov |
2021-10-05 | acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil... | Igor Mammedov |
2021-10-05 | acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_he... | Igor Mammedov |
2021-10-05 | acpi: x86: build_dsdt: use acpi_table_begin()/acpi_table_end() instead of bui... | Igor Mammedov |
2021-09-30 | i386: acpi: Add SGX EPC entry to ACPI tables | Sean Christopherson |
2021-09-15 | hw/i386/acpi-build: Fix a typo | Philippe Mathieu-Daudé |
2021-09-04 | hw/i386/acpi-build: Get NUMA information from struct NumaState | Jingqi Liu |
2021-09-04 | Use PCI_HOST_BRIDGE macro | Eduardo Habkost |
2021-09-04 | hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place | Ani Sinha |
2021-08-03 | acpi: x86: pcihp: add support hotplug on multifunction bridges | Igor Mammedov |
2021-07-16 | hw/i386/acpi-build: Add IVRS support to bypass iommu | Xingang Wang |
2021-07-16 | hw/i386/acpi-build: Add DMAR support to bypass iommu | Xingang Wang |
2021-07-16 | hw/acpi/ich9: Enable ACPI PCI hot-plug | Julia Suvorova |
2021-07-16 | hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35 | Julia Suvorova |
2021-07-03 | acpi: pc: revert back to v5.2 PCI slot enumeration | Igor Mammedov |
2021-06-15 | i386: Eliminate all TPM related code if CONFIG_TPM is not set | Stefan Berger |