Lines Matching full:guest
5 A nested guest is the ability to run a guest inside another guest (it
7 example is a KVM guest that in turn runs on a KVM guest (the rest of
13 | (Nested Guest) | | (Nested Guest) |
17 | L1 (Guest Hypervisor) |
31 - L1 – level-1 guest; a VM running on L0; also called the "guest
34 - L2 – level-2 guest; a VM running on L1, this is the "nested guest"
44 (guest hypervisor), L3 (nested guest).
59 Provider, using nested KVM lets you rent a large enough "guest
60 hypervisor" (level-1 guest). This in turn allows you to create
64 - Live migration of "guest hypervisors" and their nested guests, for
137 .. note:: If you suspect your L2 (i.e. nested guest) is running slower,
142 Starting a nested guest (x86)
146 able to start an L1 guest with::
156 then the guest hypervisor will subsequently be capable of running a
157 nested guest with accelerated KVM.
173 2. The guest hypervisor (L1) must be provided with the ``sie`` CPU
177 3. Now the KVM module can be loaded in the L1 (guest hypervisor)::
185 Migrating an L1 guest, with a *live* nested guest in it, to another
189 On AMD systems, once an L1 guest has started an L2 guest, the L1 guest
191 "savevm"/"loadvm") until the L2 guest shuts down. Attempting to migrate
192 or save-and-load an L1 guest while an L2 guest is running will result in
195 guest can no longer be considered stable or secure, and must be restarted.
196 Migrating an L1 guest merely configured to support nesting, while not
200 Migrating an L2 guest is always expected to succeed, so all the following
203 - Migrating a nested guest (L2) to another L1 guest on the *same* bare
206 - Migrating a nested guest (L2) to another L1 guest on a *different*
209 - Migrating a nested guest (L2) to a bare metal host.
224 have KVM enabled for their guest hypervisor (L1), which results in