aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)Author
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
2020-12-09acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov
2020-12-08acpi: Extract crs build form acpi_build.cYubo Miao
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-15nvdimm: Fix Lesser GPL version numberChetan Pant
2020-11-12ACPI: Avoid infinite recursion when dump-vmstatePeng Liang
2020-11-03hw/acpi : add spaces around operatorXinhao Zhang
2020-11-03hw/acpi : add space before the open parenthesis '('Xinhao Zhang
2020-11-03hw/acpi : Don't use '#' flag of printf formatXinhao Zhang
2020-10-21acpi: add aml builder stubsGerd Hoffmann
2020-10-13hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()Greg Kurz
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé
2020-09-29qapi: Restrict query-vm-generation-id command to machine codePhilippe Mathieu-Daudé
2020-09-29piix4: don't reserve hw resources when hotplug is off globallyAni Sinha
2020-09-29Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable busAni Sinha
2020-09-29x68: acpi: trigger SMI before sending hotplug Notify event to OSPMIgor Mammedov
2020-09-29acpi: add aml_land() and aml_break() primitivesIgor Mammedov
2020-09-29x86: cpuhp: refuse cpu hot-unplug request earlier if not supportedIgor Mammedov
2020-09-29x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-17acpi: move acpi_dsdt_add_power_button() to gedGerd Hoffmann
2020-09-17acpi: ged: add control regsGerd Hoffmann
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-09vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENIDEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-09hw/acpi/tco: Remove unused definitionsPhilippe Mathieu-Daudé
2020-08-27Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha
2020-08-21meson: convert hw/acpiMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-27ACPI: Assert that we don't run out of the preallocated memoryDongjiu Geng