VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/nested-virt.dita@ 99497

Last change on this file since 99497 was 99497, checked in by vboxsync, 2 years ago

manual: Split out the topics of converted manpages into separate files and generate ditamap files for each manpage to avoid needing to hardcode anything in UserManual.xml. This means that the topics inside a manpage can be supressed from the toc, but otoh, they get numbered (with 4.x). The per-topic files are named by refentry/refsect1/refsect2 @id and are currently not cleaned up by 'kmk clean'. bugref:10302

  • 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>
8 Oracle VM VirtualBox supports <i>nested
9 virtualization</i>. This feature enables the passthrough of
10 hardware virtualization functions to the guest VM. That means that
11 you can install a hypervisor, such as Oracle VM VirtualBox, Oracle VM
12 Server or KVM, on an Oracle VM VirtualBox guest. You can then create and
13 run VMs within the guest VM.
14 </p>
15 <p>
16 Hardware virtualization features not present on the host CPU will
17 not be exposed to the guest. In addition, some features such as
18 nested paging are not yet supported for passthrough to the guest.
19 </p>
20 <p>
21 You can enable the nested virtualization feature in one of the
22 following ways:
23 </p>
24 <ul>
25 <li>
26 <p>
27 From VirtualBox Manager, select the <b outputclass="bold">Enable
28 Nested VT-x/AMD-V</b> check box on the
29 <b outputclass="bold">Processor</b> tab. To disable the
30 feature, deselect the check box.
31 </p>
32 </li>
33 <li>
34 <p>
35 Use the <codeph>--nested-hw-virt</codeph> option of the
36 <userinput>VBoxManage modifyvm</userinput> command to enable or
37 disable nested virtualization. See
38 <xref href="vboxmanage-modifyvm.dita">VBoxManage modifyvm</xref>.
39 </p>
40 </li>
41 </ul>
42 </body>
43
44</topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette