summaryrefslogtreecommitdiff
path: root/include/hw/acpi/aml-build.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-13acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov1-0/+3
2018-03-13acpi: add build_append_gas() helper for Generic Address StructureIgor Mammedov1-0/+20
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-0/+3
2017-05-11numa: Allow setting NUMA distance for different NUMA nodesHe Chen1-0/+1
2017-05-10hw/arm/virt: generate 64-bit addressable ACPI objectsArd Biesheuvel1-0/+3
2017-03-02ACPI: Add vmgenid blob storage to the build tablesBen Warren1-0/+1
2016-09-24hw/i386: AMD IOMMU IVRS tableDavid Kiarie1-0/+1
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2016-06-24acpi: add aml_call5Xiao Guangrong1-0/+2
2016-06-24acpi: add aml_object_typeXiao Guangrong1-0/+1
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov1-3/+4
2016-06-07acpi: add aml_refof()Igor Mammedov1-0/+1
2016-06-07acpi: add aml_debug()Igor Mammedov1-0/+1
2016-05-12ACPI: move acpi_build_srat_memory to common placeShannon Zhao1-0/+10
2016-04-07acpi: Add missing GCC_FMT_ATTRStefan Weil1-1/+2
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-23include: Clean up includesPeter Maydell1-2/+0
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 PRSC() method into SSDTIgor Mammedov1-0/+2
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