acrn-hypervisor/hypervisor/include
Yin Fengwei f7df43e7cd reset: detect highest severity guest dynamically
For guest reset, if the highest severity guest reset will reset
system. There is vm flag to call out the highest severity guest
in specific scenario which is a static guest severity assignment.

There is case that the static highest severity guest is shutdown
and the highest severity guest should be transfer to other guest.
For example, in ISD scenario, if RTVM (static highest severity
guest) is shutdown, SOS should be highest severity guest instead.

The is_highest_severity_vm() is updated to detect highest severity
guest dynamically. And promote the highest severity guest reset
to system reset.

Also remove the GUEST_FLAG_HIGHEST_SEVERITY definition.

Tracked-On: #4270
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
2019-12-23 15:15:09 +08:00
..
arch/x86 pm: S5: update the system shutdown logical in ACRN 2019-12-23 15:15:09 +08:00
common HV: Remove INIT signal notification related code 2019-12-17 09:45:52 +08:00
debug HV: Kconfig: remove MAX_VCPUS_PER_VM in Kconfig 2019-12-12 13:49:28 +08:00
dm hv: vpci: restore PCI BARs when doing AF FLR 2019-12-23 10:14:37 +08:00
hw hv: vpci: restore PCI BARs when doing AF FLR 2019-12-23 10:14:37 +08:00
lib hv: support xsave in context switch 2019-12-02 09:31:12 +08:00
public reset: detect highest severity guest dynamically 2019-12-23 15:15:09 +08:00