index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
acpi-build.c
Age
Commit message (
Expand
)
Author
2024-02-15
hw/i386: Fix _STA return value for ACPI0017
Jonathan Cameron
2022-11-07
hw/i386/acpi-build: Resolve north rather than south bridges
Bernhard Beschow
2022-11-07
hw/i386/acpi-build: Resolve redundant attribute
Bernhard Beschow
2022-11-07
hw/i386/acpi-build: Remove unused struct
Bernhard Beschow
2022-11-07
acpi: pc/35: sanitize _GPE declaration order
Igor Mammedov
2022-11-07
acpi: enumerate SMB bridge automatically along with other PCI devices
Igor Mammedov
2022-11-07
acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...
Igor Mammedov
2022-11-07
acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors
Igor Mammedov
2022-10-09
x86: pci: acpi: consolidate PCI slots creation
Igor Mammedov
2022-10-09
x86: pci: acpi: reorder Device's _DSM method
Igor Mammedov
2022-10-09
x86: pci: acpi: reorder Device's _ADR and _SUN fields
Igor Mammedov
2022-10-09
x86: acpi: cleanup PCI device _DSM duplication
Igor Mammedov
2022-10-09
x86: acpi: _DSM: use Package to pass parameters
Igor Mammedov
2022-10-09
acpi: x86: refactor PDSM method to reduce nesting
Igor Mammedov
2022-10-09
acpi: x86: deduplicate HPET AML building
Igor Mammedov
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
[next]