]> git.proxmox.com Git - mirror_qemu.git/history - include/hw/acpi/aml-build.h
acpi: Remove unused definition.
[mirror_qemu.git] / include / hw / acpi / aml-build.h
2015-09-10 Richard W.M. Jonesacpi: Remove unused definition.
2015-06-01 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2015-06-01 Marcel Apfelbaumacpi: add aml_while() term
2015-06-01 Marcel Apfelbaumacpi: add aml_increment() term
2015-06-01 Marcel Apfelbaumacpi: add aml_shiftright() term
2015-06-01 Marcel Apfelbaumacpi: add aml_shiftleft() term
2015-06-01 Marcel Apfelbaumacpi: add aml_index() term
2015-06-01 Marcel Apfelbaumacpi: add aml_lless() term
2015-06-01 Marcel Apfelbaumacpi: add aml_add() term
2015-05-29 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2015-05-29 Shannon Zhaohw/acpi/aml-build: Add Unicode macro
2015-05-29 Shannon Zhaohw/acpi/aml-build: Add aml_dword_io() term
2015-05-29 Shannon Zhaohw/acpi/aml-build: Add aml_create_dword_field() term
2015-05-29 Shannon Zhaohw/acpi/aml-build: Add aml_else() term
2015-05-29 Shannon Zhaohw/acpi/aml-build: Add aml_lnot() term
2015-05-29 Shannon Zhaohw/acpi/aml-build: Add aml_or() term
2015-05-29 Shannon Zhaohw/acpi/aml-build: Add ToUUID macro
2015-05-29 Shannon Zhaohw/acpi/aml-build: Make aml_buffer() definition consist...
2015-05-29 Shannon Zhaohw/arm/virt-acpi-build: Generate RSDT table
2015-05-29 Shannon Zhaohw/acpi/aml-build: Add aml_interrupt() term
2015-05-29 Shannon Zhaohw/acpi/aml-build: Add aml_memory32_fixed() term
2015-05-29 Shannon Zhaohw/acpi/aml-build: Make enum values to be upper case...
2015-05-12 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2015-05-12 Peter MaydellMerge remote-tracking branch 'remotes/qmp-unstable...
2015-05-11 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2015-04-28 Gal Hammeracpi: add a missing backslash to the \_SB scope.
2015-04-27 Zhu Guihuaacpi: extend aml_field() to support UpdateRule
2015-04-27 Shannon Zhaohw/i386/acpi-build: move generic acpi building helpers...
2015-03-10 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2015-03-09 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2015-03-08 Michael S. Tsirkinaml-build: comment fix
2015-03-01 Igor Mammedovacpi: make build_*() routines static to aml-build.c
2015-03-01 Igor Mammedovacpi: add acpi_irq_no_flags() term
2015-02-26 Igor Mammedovacpi: add aml_word_bus_number(), aml_word_io(), aml_dwo...
2015-02-26 Igor Mammedovacpi: add aml_reserved_field() term
2015-02-26 Igor Mammedovacpi: add aml_eisaid() term
2015-02-26 Igor Mammedovacpi: add aml_processor() term
2015-02-26 Igor Mammedovacpi: add aml_equal() term
2015-02-26 Igor Mammedovacpi: add aml_varpackage() term
2015-02-26 Igor Mammedovacpi: add aml_string() term
2015-02-26 Igor Mammedovacpi: add aml_local() term
2015-02-26 Igor Mammedovacpi: add aml_field() & aml_named_field() terms
2015-02-26 Igor Mammedovacpi: add aml_operation_region() term
2015-02-26 Igor Mammedovacpi: include PkgLength size only when requested
2015-02-26 Igor Mammedovacpi: add aml_io() helper
2015-02-26 Igor Mammedovacpi: add aml_resource_template() helper
2015-02-26 Igor Mammedovacpi: add aml_buffer() term
2015-02-26 Igor Mammedovacpi: add aml_package() term
2015-02-26 Igor Mammedovacpi: add aml_call1(), aml_call2(), aml_call3(), aml_ca...
2015-02-26 Igor Mammedovacpi: add aml_notify() term
2015-02-26 Igor Mammedovacpi: add aml_and() term
2015-02-26 Igor Mammedovacpi: add aml_store() term
2015-02-26 Igor Mammedovacpi: add aml_arg() term
2015-02-26 Igor Mammedovacpi: add aml_return() term
2015-02-26 Igor Mammedovacpi: add aml_int() term
2015-02-26 Igor Mammedovacpi: add aml_name() & aml_name_decl() term
2015-02-26 Igor Mammedovacpi: add aml_if() term
2015-02-26 Igor Mammedovacpi: add aml_method() term
2015-02-26 Igor Mammedovacpi: add aml_device() term
2015-02-26 Igor Mammedovacpi: add aml_scope() term
2015-02-26 Igor Mammedovacpi: introduce AML composer aml_append()
2015-02-26 Igor Mammedovacpi: drop min-bytes in build_package()
2015-02-26 Igor Mammedovacpi: add build_append_namestring() helper
2015-02-26 Igor Mammedovacpi: move generic aml building helpers into dedictated...