aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)Author
2017-03-22hw/acpi/vmgenid: prevent more than one vmgenid deviceLaszlo Ersek
2017-03-22hw/acpi/vmgenid: prevent device realization on pre-2.5 machine typesLaszlo Ersek
2017-03-15Bugfix: Handle error if VM Generation ID device not presentBen Warren
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-03-02qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commandsIgor Mammedov
2017-03-02ACPI: Add Virtual Machine Generation ID supportBen Warren
2017-03-02ACPI: Add vmgenid blob storage to the build tablesBen Warren
2017-03-02linker-loader: Add new 'write pointer' commandBen Warren
2017-03-01bus: do not unref hotplug handlerMarc-André Lureau
2017-03-01pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov
2017-02-28hw/acpi/tco.c: fix tco timer stopIgor Pavlikevich
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov
2017-01-16acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini
2017-01-16stubs: move acpi stubs to hw/acpiPaolo Bonzini
2017-01-10memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov
2017-01-10memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov
2017-01-10memhp: consolidate scattered MHPD device declarationIgor Mammedov
2017-01-10memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov
2017-01-10memhp: move build_memory_hotplug_aml() into memory_hotplug.cIgor Mammedov
2016-11-15nvdimm acpi: introduce NVDIMM_DSM_MEMORY_SIZEXiao Guangrong
2016-11-15nvdimm acpi: use aml_name_decl to define named objectXiao Guangrong
2016-11-15nvdimm acpi: rename nvdimm_dsm_reserved_rootXiao Guangrong
2016-11-15nvdimm acpi: fix two commentsXiao Guangrong
2016-11-15nvdimm acpi: define DSM return codesXiao Guangrong
2016-11-15nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong
2016-11-15nvdimm acpi: cleanup nvdimm_build_fitXiao Guangrong
2016-11-15nvdimm acpi: rename nvdimm_plugged_device_listXiao Guangrong
2016-11-15nvdimm acpi: clean up nvdimm_build_acpiXiao Guangrong
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong
2016-11-15nvdimm acpi: drop the lock of fit bufferXiao Guangrong
2016-11-15qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong
2016-11-01acpi: fix assert failure caused by commit 35c5a52dHaozhong Zhang
2016-11-01acpi/ipmi: Initialize the fwinfo before fetching itCorey Minyard
2016-11-01pc: memhp: enable nvdimm device hotplugXiao Guangrong
2016-11-01nvdimm acpi: introduce _FITXiao Guangrong
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong
2016-11-01nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong
2016-11-01nvdimm acpi: use common macros instead of magic namesXiao Guangrong
2016-11-01acpi nvdimm: rename result_size to dsm_out_buf_sizXiao Guangrong
2016-11-01nvdimm acpi: compile nvdimm acpi code arch-independentlyXiao Guangrong
2016-11-01acpi nvdimm: fix Arg6 usageXiao Guangrong
2016-11-01acpi nvdimm: fix ARG3 conflictXiao Guangrong
2016-11-01acpi nvdimm: fix device physical address baseXiao Guangrong
2016-11-01acpi nvdimm: fix OperationRegion definitionXiao Guangrong
2016-11-01acpi nvdimm: fix wrong buffer size returned by DSM methodXiao Guangrong
2016-10-24pc: Leave max apic_id_limit only in legacy cpu hotplug codeIgor Mammedov