mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-12-08 05:04:04 +00:00
The ACPI specification allows both assigning to buffers and indexing to a certain byte of a buffer using the Index operator. This patch adds the implementation of these two operations in the interpreter. Tracked-On: #6287 Signed-off-by: Junjie Mao <junjie.mao@intel.com>