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>
This commit is contained in:
Victor Sun 2019-07-31 15:01:26 +08:00 committed by ACRN System Integration
parent 11d4f4159f
commit f49ab66b65
1 changed files with 1 additions and 2 deletions

View File

@ -49,8 +49,7 @@ struct acrn_vm_config vm_configs[CONFIG_MAX_VM_NUM] = {
0xa1U, 0x2cU, 0x22U, 0x01U, 0xf1U, 0xabU, 0x02U, 0x40U}, 0xa1U, 0x2cU, 0x22U, 0x01U, 0xf1U, 0xabU, 0x02U, 0x40U},
/* dbbbd434-7a57-4216-a12c-2201f1ab0240 */ /* dbbbd434-7a57-4216-a12c-2201f1ab0240 */
/* Allow SOS to reboot the host since there is supposed to be the highest severity guest */ .guest_flags = 0UL,
.guest_flags = GUEST_FLAG_HIGHEST_SEVERITY,
.clos = 0U, .clos = 0U,
.memory = { .memory = {
.start_hpa = 0UL, .start_hpa = 0UL,