aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2021-06-21hw/acpi: Provide function acpi_ghes_present()Peter Maydell2-0/+22
2021-06-21hw/acpi: Provide stub version of acpi_ghes_record_errors()Peter Maydell2-3/+20
2021-06-15acpi: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger1-0/+2
2021-06-02docs: fix references to docs/specs/tpm.rstStefano Garzarella1-1/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-6/+9
2021-05-04x86: acpi: use offset instead of pointer when using build_header()Igor Mammedov1-6/+9
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth4-4/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth2-2/+0
2021-04-01acpi/piix4: reinitialize acpi PM device on resetIsaku Yamahata1-0/+7
2021-03-22acpi: Set proper maximum size for "etc/acpi/rsdp" blobDavid Hildenbrand1-1/+6
2021-03-22acpi: Move maximum size logic into acpi_add_rom_blob()David Hildenbrand1-2/+10
2021-03-22acpi: add aml_to_decimalstring() and aml_call6() helpersIgor Mammedov1-0/+28
2021-03-22pci: acpi: ensure that acpi-index is uniqueIgor Mammedov1-0/+46
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov4-4/+60
2021-02-23acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata3-3/+13
2021-02-23ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata1-0/+2
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca7-33/+36
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2-10/+5
2021-01-17acpi: Add addr offset in build_crsJiahui Cen1-8/+10
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov1-2/+12
2020-12-09acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov2-1/+13
2020-12-08acpi: Extract crs build form acpi_build.cYubo Miao1-0/+285
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant6-6/+6
2020-11-15nvdimm: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-12ACPI: Avoid infinite recursion when dump-vmstatePeng Liang1-1/+11
2020-11-03hw/acpi : add spaces around operatorXinhao Zhang1-1/+1
2020-11-03hw/acpi : add space before the open parenthesis '('Xinhao Zhang1-1/+1
2020-11-03hw/acpi : Don't use '#' flag of printf formatXinhao Zhang1-10/+10
2020-10-21acpi: add aml builder stubsGerd Hoffmann1-0/+14
2020-10-13hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()Greg Kurz1-2/+2
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé3-3/+3
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé1-0/+1
2020-09-29qapi: Restrict query-vm-generation-id command to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-29piix4: don't reserve hw resources when hotplug is off globallyAni Sinha1-2/+4
2020-09-29Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable busAni Sinha1-0/+15
2020-09-29x68: acpi: trigger SMI before sending hotplug Notify event to OSPMIgor Mammedov1-27/+138
2020-09-29acpi: add aml_land() and aml_break() primitivesIgor Mammedov1-0/+16
2020-09-29x86: cpuhp: refuse cpu hot-unplug request earlier if not supportedIgor Mammedov1-0/+12
2020-09-29x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov1-1/+11
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-17acpi: move acpi_dsdt_add_power_button() to gedGerd Hoffmann1-0/+8
2020-09-17acpi: ged: add control regsGerd Hoffmann1-0/+44
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-11/+0
2020-09-09vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENIDEduardo Habkost1-3/+3
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-09-09hw/acpi/tco: Remove unused definitionsPhilippe Mathieu-Daudé1-11/+0
2020-08-27Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha2-2/+26