Skip to content

Commit f727d1e

Browse files
fuzhonglwenlingz
authored andcommitted
HV: sdc2 UUID update
Since there is no RTVM requirement for sdc2 scenario, replace uuid 495ae2e5-2603-4d64-af76-d4bc5a8ec0e5 which is dedicated to RTVM with 615db82a-e189-4b4f-8dbb-d321343e4ab3 Tracked-On: #4472 Signed-off-by: fuzhongl <fuzhong.liu@intel.com> Reviewed-by: Sun Victor <victor.sun@intel.com>
1 parent 60a7c49 commit f727d1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hypervisor/scenarios/sdc2/vm_configurations.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ struct acrn_vm_config vm_configs[CONFIG_MAX_VM_NUM] = {
6262
},
6363
{
6464
.load_order = POST_LAUNCHED_VM,
65-
.uuid = {0x49U, 0x5aU, 0xe2U, 0xe5U, 0x26U, 0x03U, 0x4dU, 0x64U, \
66-
0xafU, 0x76U, 0xd4U, 0xbcU, 0x5aU, 0x8eU, 0xc0U, 0xe5U},
67-
/* 495ae2e5-2603-4d64-af76-d4bc5a8ec0e5 */
65+
.uuid = {0x61U, 0x5dU, 0xb8U, 0x2aU, 0xe1U, 0x89U, 0x4bU, 0x4fU, \
66+
0x8dU, 0xbbU, 0xd3U, 0x21U, 0x34U, 0x3eU, 0x4aU, 0xb3U},
67+
/* 615db82a-e189-4b4f-8dbb-d321343e4ab3 */
6868
.vcpu_num = 1U,
6969
.vcpu_affinity = VM2_CONFIG_VCPU_AFFINITY,
7070
.severity = SEVERITY_STANDARD_VM,

0 commit comments

Comments
 (0)