summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPI: move acpi_build_srat_memory to common placeShannon Zhao2016-05-121-0/+11
* Revert "acpi: mark PMTIMER as unlocked"Gerd Hoffmann2016-05-021-1/+0Star
* acpi: fix bios linker loadder COMMAND_ALLOCATE on bigendian hostIgor Mammedov2016-05-011-3/+2Star
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-2/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-224-0/+4
* module: Rename machine_init() to opts_init()Eduardo Habkost2016-03-161-1/+1
* nvdimm acpi: emulate dsm methodXiao Guangrong2016-03-111-0/+56
* nvdimm acpi: let qemu handle _DSM methodXiao Guangrong2016-03-111-5/+115
* nvdimm acpi: introduce patched dsm memoryXiao Guangrong2016-03-111-3/+17
* nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong2016-03-112-1/+36
* acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin2016-03-111-0/+28
* acpi: allow using object as offset for OperationRegionXiao Guangrong2016-03-111-2/+2
* acpi: add aml_concatenate()Xiao Guangrong2016-03-111-0/+7
* acpi: add aml_create_field()Xiao Guangrong2016-03-111-0/+14
* qapi-dealloc: Reduce use outside of generated codeEric Blake2016-03-041-10/+1Star
* ich9: Remove enable_tco arguments from init functionsEduardo Habkost2016-02-251-5/+3Star
* bios-linker-loader: document+validate inputMichael S. Tsirkin2016-02-232-6/+87
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-21/+14Star
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-082-9/+9
* acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2016-02-061-0/+16
* acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2016-02-061-2/+3
* acpi: take oem_id in build_header(), optionallyLaszlo Ersek2016-02-062-5/+10
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* x86: Clean up includesPeter Maydell2016-01-2913-6/+13
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell2016-01-111-1/+0Star
|\
| * hw/acpi: Remove superfluous return statementThomas Huth2016-01-111-1/+0Star
* | pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov2016-01-091-1/+1
* | pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov2016-01-091-1/+63
* | pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov2016-01-091-0/+22
* | pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov2016-01-091-0/+23
* | pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov2016-01-092-1/+29
* | pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov2016-01-091-29/+24Star
* | pc: acpi: memhp: move MHPD Device into SSDTIgor Mammedov2016-01-091-1/+5
* | pc: acpi: memhp: move MHPD.MCRS method into SSDTIgor Mammedov2016-01-091-0/+92
* | pc: acpi: memhp: move MHPD.MEJ0 method into SSDTIgor Mammedov2016-01-081-0/+13
* | pc: acpi: memhp: move MHPD.MOST method into SSDTIgor Mammedov2016-01-081-0/+15
* | pc: acpi: memhp: move MHPD.MPXM method into SSDTIgor Mammedov2016-01-081-0/+14
* | pc: acpi: memhp: move MHPD.MRST method into SSDTIgor Mammedov2016-01-081-0/+23
* | pc: acpi: memhp: move MHPD.MSCN method into SSDTIgor Mammedov2016-01-081-0/+60
* | pc: acpi: memhp: move MHPD.MLCK mutex into SSDTIgor Mammedov2016-01-081-0/+2
* | pc: acpi: memhp: move MHPD._STA method into SSDTIgor Mammedov2016-01-081-0/+14
* | pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov2016-01-082-1/+31
* | nvdimm: fix header pointer in nvdimm_build_nfit()Haozhong Zhang2016-01-081-3/+5
|/
* acpi: extend aml_and() to accept target argumentIgor Mammedov2015-12-221-2/+2
* acpi: extend aml_or() to accept target argumentIgor Mammedov2015-12-221-2/+2
* acpi add aml_dma()Igor Mammedov2015-12-221-0/+14
* acpi: add aml_to_buffer()Igor Mammedov2015-12-221-0/+13
* acpi: add aml_to_hexstring()Igor Mammedov2015-12-221-0/+13
* acpi: extend aml_field() to support LockRuleIgor Mammedov2015-12-221-1/+4
* acpi: add aml_lgreater()Igor Mammedov2015-12-221-0/+9