summaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-11nvdimm acpi: introduce patched dsm memoryXiao Guangrong1-3/+17
2016-03-11nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong2-1/+36
2016-03-11acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin1-0/+28
2016-03-11acpi: allow using object as offset for OperationRegionXiao Guangrong1-2/+2
2016-03-11acpi: add aml_concatenate()Xiao Guangrong1-0/+7
2016-03-11acpi: add aml_create_field()Xiao Guangrong1-0/+14
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake1-10/+1
2016-02-25ich9: Remove enable_tco arguments from init functionsEduardo Habkost1-5/+3
2016-02-23bios-linker-loader: document+validate inputMichael S. Tsirkin2-6/+87
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-21/+14
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2-9/+9
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek1-0/+16
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek1-2/+3
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek2-5/+10