summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-03-034-3/+324
|\
| * qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commandsIgor Mammedov2017-03-021-0/+16
| * ACPI: Add Virtual Machine Generation ID supportBen Warren2017-03-022-0/+243
| * ACPI: Add vmgenid blob storage to the build tablesBen Warren2017-03-021-0/+2
| * linker-loader: Add new 'write pointer' commandBen Warren2017-03-021-3/+63
* | bus: do not unref hotplug handlerMarc-André Lureau2017-03-011-0/+2
* | pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov2017-03-011-11/+0Star
|/
* hw/acpi/tco.c: fix tco timer stopIgor Pavlikevich2017-02-281-0/+1
* change CPUArchId.cpu type to Object*Igor Mammedov2017-02-221-1/+1
* machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2017-01-242-7/+3Star
* acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini2017-01-162-1/+35
* stubs: move acpi stubs to hw/acpiPaolo Bonzini2017-01-162-4/+22
* memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov2017-01-101-93/+97
* memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2017-01-103-9/+21
* memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov2017-01-101-0/+24
* memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov2017-01-101-15/+27
* memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov2017-01-101-9/+5Star
* memhp: consolidate scattered MHPD device declarationIgor Mammedov2017-01-101-63/+60Star
* memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov2017-01-101-0/+124
* memhp: move build_memory_hotplug_aml() into memory_hotplug.cIgor Mammedov2017-01-103-263/+248Star
* nvdimm acpi: introduce NVDIMM_DSM_MEMORY_SIZEXiao Guangrong2016-11-151-13/+17
* nvdimm acpi: use aml_name_decl to define named objectXiao Guangrong2016-11-151-4/+2Star
* nvdimm acpi: rename nvdimm_dsm_reserved_rootXiao Guangrong2016-11-151-3/+4
* nvdimm acpi: fix two commentsXiao Guangrong2016-11-151-2/+2
* nvdimm acpi: define DSM return codesXiao Guangrong2016-11-151-19/+27
* nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong2016-11-151-1/+1
* nvdimm acpi: cleanup nvdimm_build_fitXiao Guangrong2016-11-151-3/+1Star
* nvdimm acpi: rename nvdimm_plugged_device_listXiao Guangrong2016-11-151-9/+8Star
* nvdimm acpi: clean up nvdimm_build_acpiXiao Guangrong2016-11-151-14/+16
* pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong2016-11-154-26/+27
* nvdimm acpi: drop the lock of fit bufferXiao Guangrong2016-11-151-10/+1Star
* qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong2016-11-151-5/+1Star
* acpi: fix assert failure caused by commit 35c5a52dHaozhong Zhang2016-11-011-2/+2
* acpi/ipmi: Initialize the fwinfo before fetching itCorey Minyard2016-11-011-0/+1
* pc: memhp: enable nvdimm device hotplugXiao Guangrong2016-11-011-8/+23
* nvdimm acpi: introduce _FITXiao Guangrong2016-11-011-2/+202
* nvdimm acpi: introduce fit bufferXiao Guangrong2016-11-011-17/+42
* nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong2016-11-011-17/+24
* nvdimm acpi: use common macros instead of magic namesXiao Guangrong2016-11-011-34/+49
* acpi nvdimm: rename result_size to dsm_out_buf_sizXiao Guangrong2016-11-011-7/+8
* nvdimm acpi: compile nvdimm acpi code arch-independentlyXiao Guangrong2016-11-011-1/+1
* acpi nvdimm: fix Arg6 usageXiao Guangrong2016-11-011-3/+4
* acpi nvdimm: fix ARG3 conflictXiao Guangrong2016-11-011-3/+4
* acpi nvdimm: fix device physical address baseXiao Guangrong2016-11-011-3/+2Star
* acpi nvdimm: fix OperationRegion definitionXiao Guangrong2016-11-011-60/+62
* acpi nvdimm: fix wrong buffer size returned by DSM methodXiao Guangrong2016-11-011-1/+2
* pc: Leave max apic_id_limit only in legacy cpu hotplug codeIgor Mammedov2016-10-241-1/+6
* acpi: cphp: Force switch to modern cpu hotplug if APIC ID > 254Igor Mammedov2016-10-241-4/+6
* pc: acpi: x2APIC support for MADT table and _MAT methodIgor Mammedov2016-10-241-0/+5
* acpi: provide _PXM method for CPU devices if QEMU is started numa enabledIgor Mammedov2016-10-101-0/+12