Skip to content
Commit f0d2f5c2 authored by Jinank Jain's avatar Jinank Jain Committed by Wei Liu
Browse files

x86/hyperv: Add an interface to do nested hypercalls



According to TLFS, in order to communicate to L0 hypervisor there needs
to be an additional bit set in the control register. This communication
is required to perform privileged instructions which can only be
performed by L0 hypervisor. An example of that could be setting up the
VMBus infrastructure.

Signed-off-by: default avatarJinank Jain <jinankjain@linux.microsoft.com>
Reviewed-by: default avatarMichael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/24f9d46d5259a688113e6e5e69e21002647f4949.1672639707.git.jinankjain@linux.microsoft.com
Signed-off-by: default avatarWei Liu <wei.liu@kernel.org>
parent 7fec185a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment