guest_vcpu_util.hThe ARM guest vcpu util interface provides abstractions and helpers for managing libsel4vm vcpus on an ARM platform.
Functions:
The interface guest_vcpu_util.h defines the following functions.
fdt_generate_plat_vcpu_node(vm, fdt)Generate a CPU device node for a given fdt. This taking into account the vcpus created for the VM.
Parameters:
vm {vm_t *}: A handle to the VMfdt {void *}: FDT blob to append generated device nodeReturns:
Back to interface description.
Back to top.