Lines Matching full:nested
1 Nested VMX
12 The "Nested VMX" feature adds this missing capability - of running guest
13 hypervisors (which use VMX) with their own nested guests. It does so by
17 We describe in much greater detail the theory behind the nested VMX feature,
19 "The Turtles Project: Design and Implementation of Nested Virtualization",
29 In nested virtualization, we have three levels: The host (KVM), which we call
30 L0, the guest hypervisor, which we call L1, and its nested guest, which we
41 guest VMware server, and support for nested EPT, are currently running in
45 Running nested VMX
48 The nested VMX feature is disabled by default. It can be enabled by giving
49 the "nested=1" option to the kvm-intel module.
63 Nested VMX aims to present a standard and (eventually) fully-functional VMX
71 As a VMX implementation, nested VMX presents a VMCS structure to L1.