summaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29x86: Clean up includesPeter Maydell13-6/+13
2016-01-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell1-1/+0
2016-01-11hw/acpi: Remove superfluous return statementThomas Huth1-1/+0
2016-01-09pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov1-1/+1
2016-01-09pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov1-1/+63
2016-01-09pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov1-0/+22
2016-01-09pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov1-0/+23
2016-01-09pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov2-1/+29
2016-01-09pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov1-29/+24
2016-01-09pc: acpi: memhp: move MHPD Device into SSDTIgor Mammedov1-1/+5
2016-01-09pc: acpi: memhp: move MHPD.MCRS method into SSDTIgor Mammedov1-0/+92
2016-01-08pc: acpi: memhp: move MHPD.MEJ0 method into SSDTIgor Mammedov1-0/+13
2016-01-08pc: acpi: memhp: move MHPD.MOST method into SSDTIgor Mammedov1-0/+15
2016-01-08pc: acpi: memhp: move MHPD.MPXM method into SSDTIgor Mammedov1-0/+14
2016-01-08pc: acpi: memhp: move MHPD.MRST method into SSDTIgor Mammedov1-0/+23
2016-01-08pc: acpi: memhp: move MHPD.MSCN method into SSDTIgor Mammedov1-0/+60
2016-01-08pc: acpi: memhp: move MHPD.MLCK mutex into SSDTIgor Mammedov1-0/+2
2016-01-08pc: acpi: memhp: move MHPD._STA method into SSDTIgor Mammedov1-0/+14
2016-01-08pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov2-1/+31
2016-01-08nvdimm: fix header pointer in nvdimm_build_nfit()Haozhong Zhang1-3/+5
2015-12-22acpi: extend aml_and() to accept target argumentIgor Mammedov1-2/+2
2015-12-22acpi: extend aml_or() to accept target argumentIgor Mammedov1-2/+2
2015-12-22acpi add aml_dma()Igor Mammedov1-0/+14
2015-12-22acpi: add aml_to_buffer()Igor Mammedov1-0/+13
2015-12-22acpi: add aml_to_hexstring()Igor Mammedov1-0/+13
2015-12-22acpi: extend aml_field() to support LockRuleIgor Mammedov1-1/+4
2015-12-22acpi: add aml_lgreater()Igor Mammedov1-0/+9
2015-12-22acpi: add aml_lor()Igor Mammedov1-0/+9