Lines Matching full:nested
4 Nested VMX
15 The "Nested VMX" feature adds this missing capability - of running guest
16 hypervisors (which use VMX) with their own nested guests. It does so by
20 We describe in much greater detail the theory behind the nested VMX feature,
22 "The Turtles Project: Design and Implementation of Nested Virtualization",
32 In nested virtualization, we have three levels: The host (KVM), which we call
33 L0, the guest hypervisor, which we call L1, and its nested guest, which we
37 Running nested VMX
40 The nested VMX feature is disabled by default. It can be enabled by giving
41 the "nested=1" option to the kvm-intel module.
55 Nested VMX aims to present a standard and (eventually) fully-functional VMX
63 As a VMX implementation, nested VMX presents a VMCS structure to L1.