summaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-4/+4
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov4-1/+94
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov4-0/+90
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov4-5/+103
2016-06-24acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov2-1/+153
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov1-0/+1
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov5-6/+260
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov2-2/+45
2016-06-24nvdimm acpi: support Set Namespace Label Data functionXiao Guangrong1-1/+43
2016-06-24nvdimm acpi: support Get Namespace Label Data functionXiao Guangrong1-1/+82
2016-06-24nvdimm acpi: support Get Namespace Label Size functionXiao Guangrong1-3/+127
2016-06-24nvdimm acpi: check revisionXiao Guangrong1-0/+7
2016-06-24nvdimm acpi: abstract the operations for root & nvdimm devicesXiao Guangrong1-18/+56
2016-06-24nvdimm acpi: check UUIDXiao Guangrong1-6/+26
2016-06-24nvdimm acpi: save arg3 of _DSM methodXiao Guangrong1-0/+20
2016-06-24nvdimm acpi: set HDLE properlyXiao Guangrong1-10/+12
2016-06-24acpi: add aml_call5Xiao Guangrong1-0/+14
2016-06-24acpi: add aml_object_typeXiao Guangrong1-0/+8
2016-06-24acpi: Add IPMI table entriesCorey Minyard2-0/+106
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+18
2016-06-20trace: split out trace events for hw/acpi/ directoryDaniel P. Berrange1-0/+18
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-10/+3
2016-06-07acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov2-25/+16
2016-06-07acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov3-38/+44
2016-06-07acpi: cleanup bios_linker_loader_cleanup()Igor Mammedov2-6/+5
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov3-29/+71
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov3-23/+28
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov5-36/+35
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov3-1/+18
2016-06-07pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idxIgor Mammedov1-10/+13
2016-06-07pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov1-3/+3
2016-06-07pc: acpi: consolidate legacy CPU hotplug in one fileIgor Mammedov3-250/+233
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov4-12/+13
2016-06-07pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab...Igor Mammedov1-0/+7
2016-06-07pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AMLIgor Mammedov1-0/+4
2016-06-07pc: acpi: consolidate CPU hotplug AMLIgor Mammedov1-1/+103
2016-06-07acpi: add aml_refof()Igor Mammedov1-0/+8
2016-06-07acpi: add aml_debug()Igor Mammedov1-0/+9
2016-05-19acpi: do not use TARGET_PAGE_SIZEPaolo Bonzini1-11/+11
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini1-0/+6
2016-05-19explicitly include qom/cpu.hPaolo Bonzini1-0/+1
2016-05-12ACPI: move acpi_build_srat_memory to common placeShannon Zhao1-0/+11
2016-05-02Revert "acpi: mark PMTIMER as unlocked"Gerd Hoffmann1-1/+0
2016-05-01acpi: fix bios linker loadder COMMAND_ALLOCATE on bigendian hostIgor Mammedov1-3/+2
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster4-0/+4
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost1-1/+1
2016-03-11nvdimm acpi: emulate dsm methodXiao Guangrong1-0/+56
2016-03-11nvdimm acpi: let qemu handle _DSM methodXiao Guangrong1-5/+115