Age | Commit message (Expand) | Author |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-27 | ACPI: Assert that we don't run out of the preallocated memory | Dongjiu Geng |
2020-07-22 | acpi: accept byte and word access to core ACPI registers | Michael Tokarev |
2020-07-10 | qapi: Smooth another visitor error checking pattern | Markus Armbruster |
2020-07-10 | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-07-02 | qdev: Drop qbus_set_hotplug_handler() parameter @errp | Markus Armbruster |
2020-06-24 | Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge | Ani Sinha |
2020-06-24 | acpi: Some build_tpm2() code reshape | Eric Auger |
2020-06-23 | arm/virt: Add memory hot remove support | Shameer Kolothum |
2020-06-15 | pci: Convert uses of pci_create() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Convert to qdev_unrealize() with Coccinelle | Markus Armbruster |
2020-06-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2020-06-12 | acpi: ged: rename event memory region | Gerd Hoffmann |
2020-06-12 | acpi: fadt: add hw-reduced sleep register support | Gerd Hoffmann |
2020-06-10 | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé |
2020-06-09 | arm/acpi: TPM2 ACPI table support | Eric Auger |
2020-06-09 | acpi: Move build_tpm2() in the generic part | Eric Auger |
2020-06-09 | hw/acpi/nvdimm: add a helper to augment SRAT generation | Vishal Verma |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster |
2020-05-15 | Drop more @errp parameters after previous commit | Markus Armbruster |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-05-14 | ACPI: Record Generic Error Status Block(GESB) table | Dongjiu Geng |
2020-05-14 | ACPI: Record the Generic Error Status Block address | Dongjiu Geng |
2020-05-14 | ACPI: Build Hardware Error Source Table | Dongjiu Geng |
2020-05-14 | ACPI: Build related register address fields via hardware error fw_cfg blob | Dongjiu Geng |
2020-05-14 | acpi: nvdimm: change NVDIMM_UUID_LE to a common macro | Dongjiu Geng |
2020-05-04 | hw/arm/virt: Add nvdimm hotplug support | Shameer Kolothum |
2020-05-04 | nvdimm: Use configurable ACPI IO base and size | Kwangwoo Lee |
2020-05-04 | hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length | Shameer Kolothum |
2020-05-04 | acpi: add aml builder stubs | Gerd Hoffmann |
2020-04-30 | Typo: Correct the name of CPU hotplug memory region | Keqian Zhu |
2020-03-29 | acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot() | Igor Mammedov |
2020-03-16 | qom/object: Use common get/set uint helpers | Felipe Franciosi |
2020-03-16 | qom/object: enable setter for uint types | Felipe Franciosi |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé |
2020-03-09 | hw/acpi: Include "hw/mem/nvdimm.h" | Philippe Mathieu-Daudé |
2020-03-09 | hw/acpi/cpu_hotplug: Include "hw/pci/pci.h" | Philippe Mathieu-Daudé |
2020-03-09 | hw/southbridge/ich9: Removed unused headers | Philippe Mathieu-Daudé |
2020-02-21 | mem: move nvdimm_device_list to utilities | Shivaprasad G Bhat |
2020-01-27 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-23 | hw/acpi: Remove extra indent in ACPI GED hotplug cb | Keqian Zhu |
2020-01-22 | acpi: cpuhp: add CPHP_GET_CPU_ID_CMD command | Igor Mammedov |
2020-01-22 | acpi: cpuhp: introduce 'Command data 2' field | Igor Mammedov |
2020-01-05 | hmat acpi: Build Memory Side Cache Information Structure(s) | Liu Jingqi |
2020-01-05 | hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s) | Liu Jingqi |
2020-01-05 | hmat acpi: Build Memory Proximity Domain Attributes Structure(s) | Liu Jingqi |
2019-12-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-12-18 | hw/acpi: Fix legacy CPU plug error API violations | Markus Armbruster |