summaryrefslogtreecommitdiff
path: root/hw/acpi/aml-build.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-13virt_arm: acpi: reuse common build_fadt()Igor Mammedov1-2/+21
2018-03-13acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov1-0/+105
2018-03-13acpi: add build_append_gas() helper for Generic Address StructureIgor Mammedov1-0/+16
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-0/+27
2017-05-11numa: Allow setting NUMA distance for different NUMA nodesHe Chen1-0/+26
2017-05-10hw/arm/virt: generate 64-bit addressable ACPI objectsArd Biesheuvel1-0/+27
2017-03-02ACPI: Add vmgenid blob storage to the build tablesBen Warren1-0/+2
2016-09-24hw/i386: AMD IOMMU IVRS tableDavid Kiarie1-1/+1
2016-06-24acpi: add aml_call5Xiao Guangrong1-0/+14
2016-06-24acpi: add aml_object_typeXiao Guangrong1-0/+8
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-10/+3
2016-06-07acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov1-2/+3
2016-06-07acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov1-10/+12
2016-06-07acpi: cleanup bios_linker_loader_cleanup()Igor Mammedov1-2/+1
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov1-2/+2
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov1-3/+2
2016-06-07acpi: add aml_refof()Igor Mammedov1-0/+8
2016-06-07acpi: add aml_debug()Igor Mammedov1-0/+9
2016-05-12ACPI: move acpi_build_srat_memory to common placeShannon Zhao1-0/+11
2016-03-11acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin1-0/+28
2016-03-11acpi: allow using object as offset for OperationRegionXiao Guangrong1-2/+2
2016-03-11acpi: add aml_concatenate()Xiao Guangrong1-0/+7
2016-03-11acpi: add aml_create_field()Xiao Guangrong1-0/+14
2016-02-23bios-linker-loader: document+validate inputMichael S. Tsirkin1-1/+1
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek1-2/+3
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek1-3/+8
2016-01-29x86: Clean up includesPeter Maydell1-5/+1
2015-12-22acpi: extend aml_and() to accept target argumentIgor Mammedov1-2/+2
2015-12-22acpi: extend aml_or() to accept target argumentIgor Mammedov1-2/+2
2015-12-22acpi add aml_dma()Igor Mammedov1-0/+14
2015-12-22acpi: add aml_to_buffer()Igor Mammedov1-0/+13
2015-12-22acpi: add aml_to_hexstring()Igor Mammedov1-0/+13
2015-12-22acpi: extend aml_field() to support LockRuleIgor Mammedov1-1/+4
2015-12-22acpi: add aml_lgreater()Igor Mammedov1-0/+9
2015-12-22acpi: add aml_lor()Igor Mammedov1-0/+9
2015-12-22acpi: add aml_sleep()Igor Mammedov1-0/+10
2015-12-22acpi: add aml_alias()Igor Mammedov1-0/+9
2015-12-22acpi: extend aml_shiftright() to accept target argumentIgor Mammedov1-2/+2
2015-12-22acpi: add aml_to_integer()Igor Mammedov1-0/+9
2015-12-22acpi: add aml_call0() helperIgor Mammedov1-0/+8
2015-12-22acpi: add aml_decrement() and aml_subtract()Igor Mammedov1-0/+14
2015-12-22acpi: extend aml_add() to accept target argumentIgor Mammedov1-2/+2
2015-12-22acpi: aml: add helper for Opcode Arg2 Arg2 [Dst] AML patternIgor Mammedov1-29/+32
2015-12-22acpi: add aml_create_qword_field()Igor Mammedov1-4/+17
2015-12-22acpi: add aml_mutex(), aml_acquire(), aml_release()Xiao Guangrong1-0/+33
2015-12-22acpi: add aml_lgreater_equal()Igor Mammedov1-0/+11
2015-12-22acpi: add aml_sizeofXiao Guangrong1-0/+8
2015-12-22acpi: add aml_derefofXiao Guangrong1-0/+8
2015-12-22acpi: support specified oem table id for build_headerXiao Guangrong1-4/+11
2015-12-17ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao1-0/+20