diff --git a/hypervisor/scenarios/sdc2/vm_configurations.c b/hypervisor/scenarios/sdc2/vm_configurations.c index 5202ff09f..03539924c 100644 --- a/hypervisor/scenarios/sdc2/vm_configurations.c +++ b/hypervisor/scenarios/sdc2/vm_configurations.c @@ -62,9 +62,9 @@ struct acrn_vm_config vm_configs[CONFIG_MAX_VM_NUM] = { }, { .load_order = POST_LAUNCHED_VM, - .uuid = {0x49U, 0x5aU, 0xe2U, 0xe5U, 0x26U, 0x03U, 0x4dU, 0x64U, \ - 0xafU, 0x76U, 0xd4U, 0xbcU, 0x5aU, 0x8eU, 0xc0U, 0xe5U}, - /* 495ae2e5-2603-4d64-af76-d4bc5a8ec0e5 */ + .uuid = {0x61U, 0x5dU, 0xb8U, 0x2aU, 0xe1U, 0x89U, 0x4bU, 0x4fU, \ + 0x8dU, 0xbbU, 0xd3U, 0x21U, 0x34U, 0x3eU, 0x4aU, 0xb3U}, + /* 615db82a-e189-4b4f-8dbb-d321343e4ab3 */ .vcpu_num = 1U, .vcpu_affinity = VM2_CONFIG_VCPU_AFFINITY, .severity = SEVERITY_STANDARD_VM,