summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/i386: AMD IOMMU IVRS tableDavid Kiarie2016-09-241-1/+1
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* opts-visitor: Favor new visit_free() functionEric Blake2016-07-061-4/+4
* pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov2016-06-244-1/+94
* acpi: cpuhp: add cpu._OST handlingIgor Mammedov2016-06-244-0/+90
* acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov2016-06-244-5/+103
* acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov2016-06-242-1/+153
* pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov2016-06-241-0/+1
* acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov2016-06-245-6/+260
* pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov2016-06-242-2/+45
* nvdimm acpi: support Set Namespace Label Data functionXiao Guangrong2016-06-241-1/+43
* nvdimm acpi: support Get Namespace Label Data functionXiao Guangrong2016-06-241-1/+82