summaryrefslogtreecommitdiff
path: root/include/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2016-04-07acpi: Add missing GCC_FMT_ATTRStefan Weil1-1/+2
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-22Clean up includes some moreMarkus Armbruster1-1/+0
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster3-4/+0
2016-03-11acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin1-0/+3
2016-03-11acpi: allow using object as offset for OperationRegionXiao Guangrong1-1/+1
2016-03-11acpi: add aml_concatenate()Xiao Guangrong1-0/+1
2016-03-11acpi: add aml_create_field()Xiao Guangrong1-0/+2
2016-02-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-2/+1
2016-02-25ich9: Remove enable_tco arguments from init functionsEduardo Habkost1-1/+0
2016-02-23include: Clean up includesPeter Maydell4-6/+0
2016-02-23bios-linker-loader: document+validate inputMichael S. Tsirkin1-1/+1
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek1-0/+7
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek1-1/+2
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek1-1/+1
2016-01-09pc: acpi: move PIIX4 isa-bridge and pm devices into SSDTIgor Mammedov1-0/+1
2016-01-09pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov2-1/+1
2016-01-09pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov3-0/+4
2016-01-09pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov1-0/+1
2016-01-09pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov1-0/+2
2016-01-09pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov1-0/+5
2016-01-09pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov2-24/+24
2016-01-09pc: acpi: memhp: move \_GPE._E03 into SSDTIgor Mammedov2-2/+5
2016-01-08pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov1-0/+4
2015-12-22acpi: extend aml_and() to accept target argumentIgor Mammedov1-1/+1
2015-12-22acpi: extend aml_or() to accept target argumentIgor Mammedov1-1/+1
2015-12-22acpi add aml_dma()Igor Mammedov1-0/+20
2015-12-22acpi: add aml_to_buffer()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_to_hexstring()Igor Mammedov1-0/+1
2015-12-22acpi: extend aml_field() to support LockRuleIgor Mammedov1-1/+7
2015-12-22acpi: add aml_lgreater()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_lor()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_sleep()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_alias()Igor Mammedov1-0/+1
2015-12-22acpi: extend aml_shiftright() to accept target argumentIgor Mammedov1-1/+1
2015-12-22acpi: add aml_to_integer()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_call0() helperIgor Mammedov1-0/+1
2015-12-22acpi: add aml_decrement() and aml_subtract()Igor Mammedov1-0/+2
2015-12-22acpi: extend aml_add() to accept target argumentIgor Mammedov1-1/+1
2015-12-22acpi: add aml_create_qword_field()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_mutex(), aml_acquire(), aml_release()Xiao Guangrong1-0/+3
2015-12-22acpi: add aml_lgreater_equal()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_sizeofXiao Guangrong1-0/+1
2015-12-22acpi: add aml_derefofXiao Guangrong1-0/+1
2015-12-22acpi: support specified oem table id for build_headerXiao Guangrong1-1/+2
2015-12-17ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao1-0/+7
2015-12-17ACPI: Add GPIO Connection DescriptorShannon Zhao1-0/+20
2015-12-17acpi: extend aml_interrupt() to support multiple irqsIgor Mammedov1-1/+1
2015-12-17acpi: support serialized methodXiao Guangrong1-1/+7
2015-09-24hw/arm/virt: Add gic-version option to virt machinePavel Fedin1-0/+9