mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
HV: add VM uuid and type for pre-launched RTVM
add VM UUID and CONFIG_XX_VM() api for pre-launched RTVM; Tracked-On: #5081 Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -50,6 +50,10 @@
|
||||
.uuid = PRE_STANDARD_VM_UUID##idx, \
|
||||
.severity = SEVERITY_STANDARD_VM
|
||||
|
||||
#define CONFIG_PRE_RT_VM(idx) .load_order = PRE_LAUNCHED_VM, \
|
||||
.uuid = PRE_RTVM_UUID##idx, \
|
||||
.severity = SEVERITY_RTVM
|
||||
|
||||
#define CONFIG_POST_STD_VM(idx) .load_order = POST_LAUNCHED_VM, \
|
||||
.uuid = POST_STANDARD_VM_UUID##idx, \
|
||||
.severity = SEVERITY_STANDARD_VM
|
||||
|
Reference in New Issue
Block a user