summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* hw/acpi/Kconfig: Add missing Kconfig dependencies (build error)Philippe Mathieu-Daudé2021-07-201-0/+4
* hw/acpi: Do not restrict ACPI core routines to x86 architecturePhilippe Mathieu-Daudé2021-07-201-1/+2
* hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35Julia Suvorova2021-07-161-1/+1
* hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova2021-07-161-0/+8
* hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova2021-07-163-2/+86
* hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35Julia Suvorova2021-07-162-4/+6
* acpi/ged: fix reset causeGerd Hoffmann2021-07-031-1/+1
* hw/acpi: Provide function acpi_ghes_present()Peter Maydell2021-06-212-0/+22
* hw/acpi: Provide stub version of acpi_ghes_record_errors()Peter Maydell2021-06-212-3/+20
* acpi: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger2021-06-151-0/+2
* docs: fix references to docs/specs/tpm.rstStefano Garzarella2021-06-021-1/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-161-6/+9
|\
| * x86: acpi: use offset instead of pointer when using build_header()Igor Mammedov2021-05-041-6/+9
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-024-4/+0Star
* | Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
|/
* acpi/piix4: reinitialize acpi PM device on resetIsaku Yamahata2021-04-011-0/+7
* acpi: Set proper maximum size for "etc/acpi/rsdp" blobDavid Hildenbrand2021-03-221-1/+6
* acpi: Move maximum size logic into acpi_add_rom_blob()David Hildenbrand2021-03-221-2/+10
* acpi: add aml_to_decimalstring() and aml_call6() helpersIgor Mammedov2021-03-221-0/+28
* pci: acpi: ensure that acpi-index is uniqueIgor Mammedov2021-03-221-0/+46
* pci: introduce acpi-index property for PCI deviceIgor Mammedov2021-03-224-4/+60
* acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-233-3/+13
* ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata2021-02-231-0/+2
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-057-33/+36
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-282-10/+5Star
* acpi: Add addr offset in build_crsJiahui Cen2021-01-171-8/+10
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov2020-12-091-2/+12
* acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov2020-12-092-1/+13
* acpi: Extract crs build form acpi_build.cYubo Miao2020-12-081-0/+285
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-156-6/+6
* nvdimm: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* ACPI: Avoid infinite recursion when dump-vmstatePeng Liang2020-11-121-1/+11
* hw/acpi : add spaces around operatorXinhao Zhang2020-11-031-1/+1
* hw/acpi : add space before the open parenthesis '('Xinhao Zhang2020-11-031-1/+1
* hw/acpi : Don't use '#' flag of printf formatXinhao Zhang2020-11-031-10/+10
* acpi: add aml builder stubsGerd Hoffmann2020-10-211-0/+14
* hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()Greg Kurz2020-10-131-2/+2
* qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé2020-09-293-3/+3
* qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2020-09-291-0/+1
* qapi: Restrict query-vm-generation-id command to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* piix4: don't reserve hw resources when hotplug is off globallyAni Sinha2020-09-291-2/+4
* Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable busAni Sinha2020-09-291-0/+15
* x68: acpi: trigger SMI before sending hotplug Notify event to OSPMIgor Mammedov2020-09-291-27/+138
* acpi: add aml_land() and aml_break() primitivesIgor Mammedov2020-09-291-0/+16
* x86: cpuhp: refuse cpu hot-unplug request earlier if not supportedIgor Mammedov2020-09-291-0/+12
* x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov2020-09-291-1/+11
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* acpi: move acpi_dsdt_add_power_button() to gedGerd Hoffmann2020-09-171-0/+8