aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)Author
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
2020-07-22acpi: accept byte and word access to core ACPI registersMichael Tokarev
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster
2020-06-24Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridgeAni Sinha
2020-06-24acpi: Some build_tpm2() code reshapeEric Auger
2020-06-23arm/virt: Add memory hot remove supportpull-target-arm-20200623Shameer Kolothum
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-12acpi: ged: rename event memory regionGerd Hoffmann
2020-06-12acpi: fadt: add hw-reduced sleep register supportGerd Hoffmann
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé