Last change
on this file since 105482 was 105335, checked in by vboxsync, 7 months ago |
FE/Qt: bugref:10705. Merging r6149 from doc team's repo.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.5 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="nested-virt">
|
---|
4 | <title>Nested Virtualization</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> supports <i>nested virtualization</i>. This feature enables
|
---|
8 | the passthrough of hardware virtualization functions to the guest VM. That means that you can install a
|
---|
9 | hypervisor, such as <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, Oracle VM Server or KVM, on an <ph
|
---|
10 | conkeyref="vbox-conkeyref-phrases/product-name"/> guest. You can then create and run VMs within the guest VM. </p>
|
---|
11 | <p>Hardware virtualization features not present on the host CPU will not be exposed to the guest. In addition, some
|
---|
12 | features such as nested paging are not yet supported for passthrough to the guest. </p>
|
---|
13 | <p>You can enable the nested virtualization feature in one of the following ways: </p>
|
---|
14 | <ul>
|
---|
15 | <li>
|
---|
16 | <p>From <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, select the <b outputclass="bold">Enable Nested
|
---|
17 | VT-x/AMD-V</b> check box on the <b outputclass="bold">Processor</b> tab. To disable the feature, deselect
|
---|
18 | the check box. </p>
|
---|
19 | </li>
|
---|
20 | <li>
|
---|
21 | <p>Use the <codeph>--nested-hw-virt</codeph> option of the <userinput>VBoxManage modifyvm</userinput> command to
|
---|
22 | enable or disable nested virtualization. See <xref href="vboxmanage-modifyvm.dita">VBoxManage modifyvm</xref>. </p>
|
---|
23 | </li>
|
---|
24 | </ul>
|
---|
25 | </body>
|
---|
26 |
|
---|
27 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.