aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster3-26/+19
2020-05-14ACPI: Record Generic Error Status Block(GESB) tableDongjiu Geng1-0/+219
2020-05-14ACPI: Record the Generic Error Status Block addressDongjiu Geng2-0/+33
2020-05-14ACPI: Build Hardware Error Source TableDongjiu Geng1-0/+126
2020-05-14ACPI: Build related register address fields via hardware error fw_cfg blobDongjiu Geng4-0/+96
2020-05-14acpi: nvdimm: change NVDIMM_UUID_LE to a common macroDongjiu Geng1-7/+3
2020-05-04hw/arm/virt: Add nvdimm hotplug supportShameer Kolothum1-1/+14
2020-05-04nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee1-10/+22
2020-05-04hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer lengthShameer Kolothum1-3/+37
2020-05-04acpi: add aml builder stubsGerd Hoffmann2-2/+81
2020-04-30Typo: Correct the name of CPU hotplug memory regionKeqian Zhu1-1/+1
2020-03-29acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot()Igor Mammedov1-1/+1
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi1-87/+8
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi3-11/+12
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-3/+3
2020-03-09hw/acpi: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé2-0/+2
2020-03-09hw/acpi/cpu_hotplug: Include "hw/pci/pci.h"Philippe Mathieu-Daudé1-0/+1
2020-03-09hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé1-1/+0
2020-02-21mem: move nvdimm_device_list to utilitiesShivaprasad G Bhat1-27/+1
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-3/+3
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau3-3/+3
2020-01-23hw/acpi: Remove extra indent in ACPI GED hotplug cbKeqian Zhu1-1/+1
2020-01-22acpi: cpuhp: add CPHP_GET_CPU_ID_CMD commandIgor Mammedov1-0/+7
2020-01-22acpi: cpuhp: introduce 'Command data 2' fieldIgor Mammedov2-0/+12
2020-01-05hmat acpi: Build Memory Side Cache Information Structure(s)Liu Jingqi1-1/+68
2020-01-05hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)Liu Jingqi1-1/+103
2020-01-05hmat acpi: Build Memory Proximity Domain Attributes Structure(s)Liu Jingqi4-2/+147
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+9
2019-12-18hw/acpi: Fix legacy CPU plug error API violationsMarkus Armbruster1-7/+3
2019-12-17acpi: move PC stubs out of stubs/Paolo Bonzini2-1/+9
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé1-1/+1
2019-11-05hw/i386: Remove obsolete LoadStateHandler::load_state_old handlersPhilippe Mathieu-Daudé1-40/+0
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé1-1/+1
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini1-5/+5
2019-10-17Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-4/+3
2019-10-15hw/acpi/piix4: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé1-4/+3
2019-10-05hw/arm: Use GED for system_powerdown eventShameer Kolothum1-0/+8
2019-10-05hw/acpi: Add ACPI Generic Event Device SupportSamuel Ortiz3-0/+308
2019-10-05hw/acpi: Do not create memory hotplug method when handler is not definedSamuel Ortiz1-4/+6
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum1-19/+14
2019-09-20ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard2-7/+8
2019-09-20acpi: Add i2c serial bus CRS handlingCorey Minyard1-0/+40
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu1-2/+4
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-1/+3
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster3-3/+3
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster3-2/+3
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2-2/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-0/+1