summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* 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
* acpi: accept byte and word access to core ACPI registersMichael Tokarev2020-07-221-3/+6
* qapi: Smooth another visitor error checking patternMarkus Armbruster2020-07-101-3/+2Star
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-8/+6Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-103-4/+4
* qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2020-07-022-3/+2Star
* Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridgeAni Sinha2020-06-251-10/+11
* acpi: Some build_tpm2() code reshapeEric Auger2020-06-241-19/+32
* arm/virt: Add memory hot remove supportShameer Kolothum2020-06-231-0/+29
* pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+4
* qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-131-1/+1
|\
| * accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-1/+1