acpi.h
The ACPI module provides support for generating ACPI table in a guest x86 VM. This being particularly leveraged for booting a guest Linux VM.
Functions:
The interface acpi.h
defines the following functions.
make_guest_acpi_tables(vm)
Creates ACPI table for the guest VM
Parameters:
vm {vm_t *}
: A handle to the guest VM instanceReturns:
Back to interface description.
Back to top.