x86/hyperv: Add support for detecting nested hypervisor
authorJinank Jain <jinankjain@linux.microsoft.com>
Mon, 2 Jan 2023 07:12:51 +0000 (07:12 +0000)
committerWei Liu <wei.liu@kernel.org>
Thu, 12 Jan 2023 15:23:26 +0000 (15:23 +0000)
commitc4bdf94f97c86bdee8bacc87f8f85dc67866c928
tree0fb80013913a5eb1966a31e39e7771120cdcb7e9
parentb7bfaa761d760e72a969d116517eaa12e404c262
x86/hyperv: Add support for detecting nested hypervisor

Detect if Linux is running as a nested hypervisor in the root
partition for Microsoft Hypervisor, using flags provided by MSHV.
Expose a new variable hv_nested that is used later for decisions
specific to the nested use case.

Signed-off-by: Jinank Jain <jinankjain@linux.microsoft.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/8e3e7112806e81d2292a66a56fe547162754ecea.1672639707.git.jinankjain@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
arch/x86/include/asm/hyperv-tlfs.h
arch/x86/kernel/cpu/mshyperv.c
drivers/hv/hv_common.c
include/asm-generic/mshyperv.h