mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-28 20:16:09 +00:00
ACRN boots multiple OS in partitioning mode. This patch adds code to assign vm_id in the vm data structure to be same as the one assigned at compile time. This makes the vm id deterministic for each VM booted from HV directly. Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>