summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth2017-07-041-1/+0Star
* pcihp: use get_uint() for "bsel" propertyMarc-André Lureau2017-06-201-3/+3
* pc-dimm: make "size" property uint64Marc-André Lureau2017-06-202-6/+7
* pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau2017-06-202-8/+9
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-1/+0Star
* nvdimm acpi: fix region format interface codeHaozhong Zhang2017-06-081-3/+4
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-182-3/+35
|\
| * ACPI: don't call acpi_pcihp_device_plug_cb on xenBruce Rogers2017-05-101-3/+8
| * hw/arm/virt: generate 64-bit addressable ACPI objectsArd Biesheuvel2017-05-101-0/+27
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* | pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov2017-05-111-4/+3Star
* | numa: Allow setting NUMA distance for different NUMA nodesHe Chen2017-05-111-0/+26
|/
* tco: do not generate an NMIPaolo Bonzini2017-04-051-2/+0Star
* hw/acpi/vmgenid: prevent more than one vmgenid deviceLaszlo Ersek2017-03-221-0/+8
* hw/acpi/vmgenid: prevent device realization on pre-2.5 machine typesLaszlo Ersek2017-03-221-0/+14
* Bugfix: Handle error if VM Generation ID device not presentBen Warren2017-03-151-0/+1
* 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