summaryrefslogtreecommitdiff
path: root/include/hw/acpi
AgeCommit message (Expand)Author
2019-05-17hw/acpi/piix4: Move TYPE_PIIX4_PM to a public headerPhilippe Mathieu-Daudé
2019-03-12i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang
2019-03-06hw/acpi: remove unused function acpi_table_add_builtin()Wei Yang
2019-01-30typo: apci->acpiDr. David Alan Gilbert
2019-01-21hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 nodeEric Auger
2019-01-17hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé
2019-01-17acpi: build TPM Physical Presence interfaceStefan Berger
2019-01-17acpi: expose TPM/PPI configuration parameters to firmware via fw_cfgStefan Berger
2019-01-17tpm: allocate/map buffer for TPM Physical Presence interfaceStefan Berger
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-12-20pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci/pcihp: perform check for bus capability in pre_plug handlerDavid Hildenbrand
2018-12-20hw: acpi: Remove AcpiRsdpDescriptor and fix testsSamuel Ortiz
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz
2018-12-19hw: arm: Carry RSDP specific data through AcpiRsdpDataSamuel Ortiz
2018-12-11qom: make interface types abstractMarc-André Lureau
2018-07-02hw/tpm: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-05-04hw/arm/virt-acpi-build: Add smmuv3 node in IORT tablePrem Mallappa
2018-03-13tests: acpi: don't read all fields in test_acpi_fadt_table()Igor Mammedov
2018-03-13virt_arm: acpi: reuse common build_fadt()Igor Mammedov
2018-03-13acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov
2018-03-13pc: acpi: isolate FADT specific data into AcpiFadtData structureIgor Mammedov
2018-03-13acpi: add build_append_gas() helper for Generic Address StructureIgor Mammedov
2018-03-13acpi: reuse AcpiGenericAddress instead of Acpi20GenericAddressIgor Mammedov
2018-02-21tests: add test for TPM TIS deviceStefan Berger
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-01-29tpm: add CRB deviceMarc-André Lureau
2017-12-22acpi: Update TPM2 ACPI table to more recent specsStefan Berger
2017-12-18hw/acpi/ich9: extract ACPI_PM_PROP_TCO_ENABLED from i386/pcPhilippe Mathieu-Daudé
2017-12-18hw/acpi: ACPI_PM_* defines are not restricted to i386 archPhilippe Mathieu-Daudé
2017-12-18hw: remove "qemu/osdep.h" from header filesPhilippe Mathieu-Daudé
2017-09-08vmgenid: replace x-write-pointer-available hackMarc-André Lureau
2017-06-01migration: Remove unneeded includes of migration/vmstate.hJuan Quintela
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi
2017-05-11numa: Allow setting NUMA distance for different NUMA nodesHe Chen
2017-05-10acpi-defs: clean up open brace usageMichael S. Tsirkin
2017-05-10hw/arm/virt: generate 64-bit addressable ACPI objectsArd Biesheuvel
2017-05-10hw/acpi-defs: replace leading X with x_ in FADT field namesArd Biesheuvel
2017-05-03hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.Phil Dennis-Jordan
2017-03-22hw/acpi/vmgenid: prevent more than one vmgenid deviceLaszlo Ersek
2017-03-22hw/acpi/vmgenid: prevent device realization on pre-2.5 machine typesLaszlo Ersek
2017-03-02ACPI: Add Virtual Machine Generation ID supportBen Warren
2017-03-02ACPI: Add vmgenid blob storage to the build tablesBen Warren
2017-03-02linker-loader: Add new 'write pointer' commandBen Warren
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov
2017-01-10memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov