summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* Revert "acpi: mark PMTIMER as unlocked"Gerd Hoffmann2019-11-291-1/+0
* acpi: fix bios linker loadder COMMAND_ALLOCATE on bigendian hostIgor Mammedov2019-11-291-3/+2
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-291-2/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-294-0/+4
* module: Rename machine_init() to opts_init()Eduardo Habkost2019-11-291-1/+1
* nvdimm acpi: emulate dsm methodXiao Guangrong2019-11-291-0/+56
* nvdimm acpi: let qemu handle _DSM methodXiao Guangrong2019-11-291-5/+115
* nvdimm acpi: introduce patched dsm memoryXiao Guangrong2019-11-291-3/+17
* nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong2019-11-292-1/+36
* acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin2019-11-291-0/+28
* acpi: allow using object as offset for OperationRegionXiao Guangrong2019-11-291-2/+2
* acpi: add aml_concatenate()Xiao Guangrong2019-11-291-0/+7
* acpi: add aml_create_field()Xiao Guangrong2019-11-291-0/+14
* qapi-dealloc: Reduce use outside of generated codeEric Blake2019-11-291-10/+1
* ich9: Remove enable_tco arguments from init functionsEduardo Habkost2019-11-291-5/+3
* bios-linker-loader: document+validate inputMichael S. Tsirkin2019-11-292-6/+87
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-291-21/+14
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-292-9/+9
* acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2019-11-291-0/+16
* acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2019-11-291-2/+3
* acpi: take oem_id in build_header(), optionallyLaszlo Ersek2019-11-292-5/+10
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2019-11-291-0/+1
* x86: Clean up includesPeter Maydell2019-11-2913-6/+13
* hw/acpi: Remove superfluous return statementThomas Huth2019-11-291-1/+0
* pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov2019-11-291-1/+1
* pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov2019-11-291-1/+63
* pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov2019-11-291-0/+22
* pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov2019-11-291-0/+23
* pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov2019-11-292-1/+29
* pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov2019-11-291-29/+24
* pc: acpi: memhp: move MHPD Device into SSDTIgor Mammedov2019-11-291-1/+5
* pc: acpi: memhp: move MHPD.MCRS method into SSDTIgor Mammedov2019-11-291-0/+92
* pc: acpi: memhp: move MHPD.MEJ0 method into SSDTIgor Mammedov2019-11-291-0/+13
* pc: acpi: memhp: move MHPD.MOST method into SSDTIgor Mammedov2019-11-291-0/+15
* pc: acpi: memhp: move MHPD.MPXM method into SSDTIgor Mammedov2019-11-291-0/+14
* pc: acpi: memhp: move MHPD.MRST method into SSDTIgor Mammedov2019-11-291-0/+23
* pc: acpi: memhp: move MHPD.MSCN method into SSDTIgor Mammedov2019-11-291-0/+60
* pc: acpi: memhp: move MHPD.MLCK mutex into SSDTIgor Mammedov2019-11-291-0/+2
* pc: acpi: memhp: move MHPD._STA method into SSDTIgor Mammedov2019-11-291-0/+14
* pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov2019-11-292-1/+31
* nvdimm: fix header pointer in nvdimm_build_nfit()Haozhong Zhang2019-11-291-3/+5
* acpi: extend aml_and() to accept target argumentIgor Mammedov2019-11-291-2/+2
* acpi: extend aml_or() to accept target argumentIgor Mammedov2019-11-291-2/+2
* acpi add aml_dma()Igor Mammedov2019-11-291-0/+14
* acpi: add aml_to_buffer()Igor Mammedov2019-11-291-0/+13
* acpi: add aml_to_hexstring()Igor Mammedov2019-11-291-0/+13
* acpi: extend aml_field() to support LockRuleIgor Mammedov2019-11-291-1/+4
* acpi: add aml_lgreater()Igor Mammedov2019-11-291-0/+9
* acpi: add aml_lor()Igor Mammedov2019-11-291-0/+9
* acpi: add aml_sleep()Igor Mammedov2019-11-291-0/+10
OpenPOWER on IntegriCloud