summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* 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
* acpi: add aml_alias()Igor Mammedov2019-11-291-0/+9
* acpi: extend aml_shiftright() to accept target argumentIgor Mammedov2019-11-291-2/+2
* acpi: add aml_to_integer()Igor Mammedov2019-11-291-0/+9
* acpi: add aml_call0() helperIgor Mammedov2019-11-291-0/+8
* acpi: add aml_decrement() and aml_subtract()Igor Mammedov2019-11-291-0/+14
* acpi: extend aml_add() to accept target argumentIgor Mammedov2019-11-291-2/+2
* acpi: aml: add helper for Opcode Arg2 Arg2 [Dst] AML patternIgor Mammedov2019-11-291-29/+32
* acpi: add aml_create_qword_field()Igor Mammedov2019-11-291-4/+17
* acpi: add aml_mutex(), aml_acquire(), aml_release()Xiao Guangrong2019-11-291-0/+33
* acpi: add aml_lgreater_equal()Igor Mammedov2019-11-291-0/+11
* acpi: add aml_sizeofXiao Guangrong2019-11-291-0/+8
* acpi: add aml_derefofXiao Guangrong2019-11-291-0/+8
* nvdimm acpi: build ACPI nvdimm devicesXiao Guangrong2019-11-291-0/+106
OpenPOWER on IntegriCloud