]> Git Repo - qemu.git/commit
acpi: add build_append_named_dword, returning an offset in buffer
authorMichael S. Tsirkin <[email protected]>
Tue, 1 Mar 2016 10:56:07 +0000 (18:56 +0800)
committerMichael S. Tsirkin <[email protected]>
Fri, 11 Mar 2016 12:54:28 +0000 (14:54 +0200)
commitf20354910893310d5496ebb6edfc551d83d95343
tree8a9bcec19faf0b9d864dee9f9b569d538fe90809
parent3f3009c0983428f517b743c9de14858b1fdaacb7
acpi: add build_append_named_dword, returning an offset in buffer

This is a very limited form of support for runtime patching -
similar in functionality to what we can do with ACPI_EXTRACT
macros in python, but implemented in C.

This is to allow ACPI code direct access to data tables -
which is exactly what DataTableRegion is there for, except
no known windows release so far implements DataTableRegion.

Signed-off-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Xiao Guangrong <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/acpi/aml-build.c
include/hw/acpi/aml-build.h
This page took 0.025928 seconds and 4 git commands to generate.