| Commit message (Expand) | Author | Age | Files | Lines |
* | acpi/core: always set SCI_EN when SMM isn't supported | Isaku Yamahata | 2021-02-23 | 3 | -3/+13 |
* | ich9, piix4: add property, smm-compat, to keep compatibility of SMM | Isaku Yamahata | 2021-02-23 | 1 | -0/+2 |
* | acpi: Permit OEM ID and OEM table ID fields to be changed | Marian Postevca | 2021-02-05 | 7 | -33/+36 |
* | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake | 2021-01-28 | 2 | -10/+5 |
* | acpi: Add addr offset in build_crs | Jiahui Cen | 2021-01-17 | 1 | -8/+10 |
* | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 2020-12-18 | 1 | -0/+1 |
* | x86: acpi: let the firmware handle pending "CPU remove" events in SMM | Igor Mammedov | 2020-12-09 | 1 | -2/+12 |
* | acpi: cpuhp: introduce 'firmware performs eject' status/control bits | Igor Mammedov | 2020-12-09 | 2 | -1/+13 |
* | acpi: Extract crs build form acpi_build.c | Yubo Miao | 2020-12-08 | 1 | -0/+285 |
* | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 6 | -6/+6 |
* | nvdimm: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | ACPI: Avoid infinite recursion when dump-vmstate | Peng Liang | 2020-11-12 | 1 | -1/+11 |
* | hw/acpi : add spaces around operator | Xinhao Zhang | 2020-11-03 | 1 | -1/+1 |
* | hw/acpi : add space before the open parenthesis '(' | Xinhao Zhang | 2020-11-03 | 1 | -1/+1 |
* | hw/acpi : Don't use '#' flag of printf format | Xinhao Zhang | 2020-11-03 | 1 | -10/+10 |
* | acpi: add aml builder stubs | Gerd Hoffmann | 2020-10-21 | 1 | -0/+14 |
* | hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties() | Greg Kurz | 2020-10-13 | 1 | -2/+2 |
* | qapi: Extract ACPI commands to 'acpi.json' | Philippe Mathieu-Daudé | 2020-09-29 | 3 | -3/+3 |
* | qapi: Restrict device memory commands to machine code | Philippe Mathieu-Daudé | 2020-09-29 | 1 | -0/+1 |
* | qapi: Restrict query-vm-generation-id command to machine code | Philippe Mathieu-Daudé | 2020-09-29 | 1 | -1/+1 |
* | piix4: don't reserve hw resources when hotplug is off globally | Ani Sinha | 2020-09-29 | 1 | -2/+4 |
* | Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable bus | Ani Sinha | 2020-09-29 | 1 | -0/+15 |
* | x68: acpi: trigger SMI before sending hotplug Notify event to OSPM | Igor Mammedov | 2020-09-29 | 1 | -27/+138 |
* | acpi: add aml_land() and aml_break() primitives | Igor Mammedov | 2020-09-29 | 1 | -0/+16 |
* | x86: cpuhp: refuse cpu hot-unplug request earlier if not supported | Igor Mammedov | 2020-09-29 | 1 | -0/+12 |
* | x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in use | Igor Mammedov | 2020-09-29 | 1 | -1/+11 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | acpi: move acpi_dsdt_add_power_button() to ged | Gerd Hoffmann | 2020-09-17 | 1 | -0/+8 |
* | acpi: ged: add control regs | Gerd Hoffmann | 2020-09-17 | 1 | -0/+44 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-12 | 1 | -11/+0 |
|\ |
|
| * | hw/acpi/tco: Remove unused definitions | Philippe Mathieu-Daudé | 2020-09-09 | 1 | -11/+0 |
* | | vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENID | Eduardo Habkost | 2020-09-09 | 1 | -3/+3 |
* | | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -2/+2 |
* | | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
|/ |
|
* | Introduce a new flag for i440fx to disable PCI hotplug on the root bus | Ani Sinha | 2020-08-27 | 2 | -2/+26 |
* | meson: convert hw/acpi | Marc-André Lureau | 2020-08-21 | 2 | -26/+25 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | ACPI: Assert that we don't run out of the preallocated memory | Dongjiu Geng | 2020-07-27 | 1 | -8/+4 |
* | acpi: accept byte and word access to core ACPI registers | Michael Tokarev | 2020-07-22 | 1 | -3/+6 |
* | qapi: Smooth another visitor error checking pattern | Markus Armbruster | 2020-07-10 | 1 | -3/+2 |
* | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster | 2020-07-10 | 1 | -8/+6 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 3 | -4/+4 |
* | qdev: Drop qbus_set_hotplug_handler() parameter @errp | Markus Armbruster | 2020-07-02 | 2 | -3/+2 |
* | Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge | Ani Sinha | 2020-06-25 | 1 | -10/+11 |
* | acpi: Some build_tpm2() code reshape | Eric Auger | 2020-06-24 | 1 | -19/+32 |
* | arm/virt: Add memory hot remove support | Shameer Kolothum | 2020-06-23 | 1 | -0/+29 |
* | pci: Convert uses of pci_create() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+4 |
* | qdev: Convert to qdev_unrealize() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-06-13 | 1 | -1/+1 |
|\ |
|
| * | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé | 2020-06-10 | 1 | -1/+1 |