summaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)Author
2021-10-05nvdimm: release the correct device listLi Zhijian
2021-10-05acpi: remove no longer used build_header()Igor Mammedov
2021-10-05acpi: x86: set enabled when composing _MAT entriesIgor Mammedov
2021-10-05acpi: use build_append_int_noprefix() API to compose SRAT tableIgor Mammedov
2021-10-05acpi: vmgenid_build_acpi: use acpi_table_begin()/acpi_table_end() instead of ...Igor Mammedov
2021-10-05acpi: nvdimm_build_ssdt: use acpi_table_begin()/acpi_table_end() instead of b...Igor Mammedov
2021-10-05acpi: nvdimm_build_nfit: use acpi_table_begin()/acpi_table_end() instead of b...Igor Mammedov
2021-10-05acpi: build_hmat: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: build_mcfg: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: acpi_build_hest: use acpi_table_begin()/acpi_table_end() instead of bui...Igor Mammedov
2021-10-05acpi: build_tpm2: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: build_fadt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: build_slit: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: build_xsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: add helper routines to initialize ACPI tablesIgor Mammedov
2021-09-30memory_hotplug.c: send DEVICE_UNPLUG_GUEST_ERROR in acpi_memory_hotplug_write()Daniel Henrique Barboza
2021-09-29memory_hotplug.c: handle dev->id = NULL in acpi_memory_hotplug_write()Daniel Henrique Barboza
2021-09-04hw/acpi: use existing references to pci device struct within functionsAni Sinha
2021-09-04hw/acpi: refactor acpi hp modules so that targets can just use what they needAni Sinha
2021-09-04hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha
2021-07-20hw/acpi/Kconfig: Add missing Kconfig dependencies (build error)Philippe Mathieu-Daudé
2021-07-20hw/acpi: Do not restrict ACPI core routines to x86 architecturePhilippe Mathieu-Daudé
2021-07-16hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35Julia Suvorova
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova
2021-07-16hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova
2021-07-16hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35Julia Suvorova
2021-07-03acpi/ged: fix reset causeGerd Hoffmann
2021-06-21hw/acpi: Provide function acpi_ghes_present()Peter Maydell
2021-06-21hw/acpi: Provide stub version of acpi_ghes_record_errors()Peter Maydell
2021-06-15acpi: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger
2021-06-02docs: fix references to docs/specs/tpm.rstStefano Garzarella
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-05-04x86: acpi: use offset instead of pointer when using build_header()Igor Mammedov
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-04-01acpi/piix4: reinitialize acpi PM device on resetIsaku Yamahata
2021-03-22acpi: Set proper maximum size for "etc/acpi/rsdp" blobDavid Hildenbrand
2021-03-22acpi: Move maximum size logic into acpi_add_rom_blob()David Hildenbrand
2021-03-22acpi: add aml_to_decimalstring() and aml_call6() helpersIgor Mammedov
2021-03-22pci: acpi: ensure that acpi-index is uniqueIgor Mammedov
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov
2021-02-23acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata
2021-02-23ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2021-01-17acpi: Add addr offset in build_crsJiahui Cen
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov