summaryrefslogtreecommitdiffstats
path: root/include/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini2016-05-191-7/+0Star
* ACPI: move acpi_build_srat_memory to common placeShannon Zhao2016-05-121-0/+10
* ACPI: Fix the definition of proximity in AcpiSratMemoryAffinityShannon Zhao2016-05-121-1/+1
* ACPI: Add GICC Affinity StructureShannon Zhao2016-05-121-1/+14
* acpi: Add missing GCC_FMT_ATTRStefan Weil2016-04-071-1/+2
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-1/+1
* Clean up includes some moreMarkus Armbruster2016-03-221-1/+0Star
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-223-4/+0Star
* acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin2016-03-111-0/+3
* acpi: allow using object as offset for OperationRegionXiao Guangrong2016-03-111-1/+1
* acpi: add aml_concatenate()Xiao Guangrong2016-03-111-0/+1
* acpi: add aml_create_field()Xiao Guangrong2016-03-111-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-252-2/+1Star
|\
| * ich9: Remove enable_tco arguments from init functionsEduardo Habkost2016-02-251-1/+0Star
| * bios-linker-loader: document+validate inputMichael S. Tsirkin2016-02-231-1/+1
* | include: Clean up includesPeter Maydell2016-02-234-6/+0Star
|/
* acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2016-02-061-0/+7
* acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2016-02-061-1/+2
* acpi: take oem_id in build_header(), optionallyLaszlo Ersek2016-02-061-1/+1
* pc: acpi: move PIIX4 isa-bridge and pm devices into SSDTIgor Mammedov2016-01-091-0/+1
* pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov2016-01-092-1/+1
* pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov2016-01-093-0/+4
* pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov2016-01-091-0/+1
* pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov2016-01-091-0/+2
* pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov2016-01-091-0/+5
* pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov2016-01-092-24/+24
* pc: acpi: memhp: move \_GPE._E03 into SSDTIgor Mammedov2016-01-092-2/+5
* pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov2016-01-081-0/+4
* acpi: extend aml_and() to accept target argumentIgor Mammedov2015-12-221-1/+1
* acpi: extend aml_or() to accept target argumentIgor Mammedov2015-12-221-1/+1
* acpi add aml_dma()Igor Mammedov2015-12-221-0/+20
* acpi: add aml_to_buffer()Igor Mammedov2015-12-221-0/+1
* acpi: add aml_to_hexstring()Igor Mammedov2015-12-221-0/+1
* acpi: extend aml_field() to support LockRuleIgor Mammedov2015-12-221-1/+7
* acpi: add aml_lgreater()Igor Mammedov2015-12-221-0/+1
* acpi: add aml_lor()Igor Mammedov2015-12-221-0/+1
* acpi: add aml_sleep()Igor Mammedov2015-12-221-0/+1
* acpi: add aml_alias()Igor Mammedov2015-12-221-0/+1
* acpi: extend aml_shiftright() to accept target argumentIgor Mammedov2015-12-221-1/+1
* acpi: add aml_to_integer()Igor Mammedov2015-12-221-0/+1
* acpi: add aml_call0() helperIgor Mammedov2015-12-221-0/+1
* acpi: add aml_decrement() and aml_subtract()Igor Mammedov2015-12-221-0/+2
* acpi: extend aml_add() to accept target argumentIgor Mammedov2015-12-221-1/+1
* acpi: add aml_create_qword_field()Igor Mammedov2015-12-221-0/+1
* acpi: add aml_mutex(), aml_acquire(), aml_release()Xiao Guangrong2015-12-221-0/+3
* acpi: add aml_lgreater_equal()Igor Mammedov2015-12-221-0/+1
* acpi: add aml_sizeofXiao Guangrong2015-12-221-0/+1
* acpi: add aml_derefofXiao Guangrong2015-12-221-0/+1
* acpi: support specified oem table id for build_headerXiao Guangrong2015-12-221-1/+2
* ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao2015-12-171-0/+7