Skip to content

Commit f49ab66

Browse files
jsun26intelacrnsi
authored andcommitted
HV: fix highest severity flag in hybrid mode
In hybrid mode, pre-launched VM should have the highest severity to handle platform reset, the flag should not be set in SOS VM; Tracked-On: #3505 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
1 parent 11d4f41 commit f49ab66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hypervisor/scenarios/hybrid/vm_configurations.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ struct acrn_vm_config vm_configs[CONFIG_MAX_VM_NUM] = {
4949
0xa1U, 0x2cU, 0x22U, 0x01U, 0xf1U, 0xabU, 0x02U, 0x40U},
5050
/* dbbbd434-7a57-4216-a12c-2201f1ab0240 */
5151

52-
/* Allow SOS to reboot the host since there is supposed to be the highest severity guest */
53-
.guest_flags = GUEST_FLAG_HIGHEST_SEVERITY,
52+
.guest_flags = 0UL,
5453
.clos = 0U,
5554
.memory = {
5655
.start_hpa = 0UL,

0 commit comments

Comments
 (0)