mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
acpi: add aml_to_buffer()
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>
This commit is contained in:
parent
6d5ea945ce
commit
25c1432ebe
2 changed files with 14 additions and 0 deletions
|
@ -231,6 +231,7 @@ Aml *aml_int(const uint64_t val);
|
|||
Aml *aml_arg(int pos);
|
||||
Aml *aml_to_integer(Aml *arg);
|
||||
Aml *aml_to_hexstring(Aml *src, Aml *dst);
|
||||
Aml *aml_to_buffer(Aml *src, Aml *dst);
|
||||
Aml *aml_store(Aml *val, Aml *target);
|
||||
Aml *aml_and(Aml *arg1, Aml *arg2);
|
||||
Aml *aml_or(Aml *arg1, Aml *arg2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue