]> Git Repo - qemu.git/commit
acpi: extend aml_add() to accept target argument
authorIgor Mammedov <[email protected]>
Wed, 9 Dec 2015 23:41:02 +0000 (00:41 +0100)
committerMichael S. Tsirkin <[email protected]>
Tue, 22 Dec 2015 16:39:21 +0000 (18:39 +0200)
commit20ca52088448252c392cde99a06bb9bf020413b4
tree7aa0c8d6d6ae5c956c411f977da77b585d9d8af8
parent439e2a6e10ed7f5da819bf7dcaa54b8cfdbeab0d
acpi: extend aml_add() to accept target argument

it allows to express following ASL expression:
 Add(arg1, arg2, result)

usecases that do not need to store result
should pass NULL as 3rd arg that would express
 Add(arg1, arg2,)
construct.

Signed-off-by: Igor Mammedov <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Marcel Apfelbaum <[email protected]>
hw/acpi/aml-build.c
hw/i386/acpi-build.c
include/hw/acpi/aml-build.h
This page took 0.025588 seconds and 4 git commands to generate.