mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +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>