summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* 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
* acpi: ged: add control regsGerd Hoffmann2020-09-171-0/+44
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-121-11/+0Star
|\
| * hw/acpi/tco: Remove unused definitionsPhilippe Mathieu-Daudé2020-09-091-11/+0Star
* | vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENIDEduardo Habkost2020-09-091-3/+3
* | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* | Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
|/
* Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha2020-08-272-2/+26
* meson: convert hw/acpiMarc-André Lureau2020-08-212-26/+25Star
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* ACPI: Assert that we don't run out of the preallocated memoryDongjiu Geng2020-07-271-8/+4Star