Igor Mammedov 20ca520884 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 <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
2015-12-22 18:39:21 +02:00
..
2015-10-02 16:22:02 -03:00
2015-09-07 10:39:30 +01:00
2015-12-22 18:39:20 +02:00
2015-09-09 15:34:53 +02:00
2015-12-22 18:39:20 +02:00
2015-06-11 10:13:30 +01:00
2015-09-07 10:39:30 +01:00
2015-12-04 09:39:55 +03:00
2015-09-07 10:39:28 +01:00
2015-12-04 09:39:55 +03:00
2015-09-25 12:04:43 +02:00
2015-07-13 14:42:24 +03:00
2015-07-06 12:15:14 -06:00