VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/nestedpaging.dita

最後變更 在這個檔案是 108297,由 vboxsync 提交於 4 週 前

Docs: bugref:10705. The following commits from doc's team git repo has been applied:

38ede4e3c915bbab9000b1b990e187daa07b4f61 Created 7.2 books from the 7.1 content with new part numbers, variables and removed non-7.2 content.
0951cfa5daf57ec2a81e36d335f14d8b4f2acd87 Merge branch 'Finalise_seamless_windows' into 'main'
b9e418eb08b28c6353e3f4534c7e360269cf5eef Included Klaus' feedback on known issues, moved some.
373130ebe466a21f4271e2ac36f11709c3697093 Initial edits to troubleshooting topics
a7459a9a24b73b4d268a751fba85e595ad6f35db Restructured and updated troubleshooting section
e3f67c800044e585a4428a4fc76016980269301b Added comments for future work
dcc46e566f3d269e5994d83cc5421532421fa639 Initial restructuring to move topics into suitable sections
e7b6f99bf86526813fcbe96903cf0c2652952eb0 removed Guest Control known issue. Info now in CLI topics
0209a6a155f460eaba79bcf0d0f34d8460413868 Reworded clipboard intro to be clear it requires GUI, made config a separate chapter
94f883f2b38dc281e759878880280370aa517d5c Included feedback from Brent on troubleshooting
ac1c0c919eeb58b1db478ca66e825ea89eb7a1a8 Removed preface, consolidated intro topics
7117e423ecdc1841b2bbca1aafda1c43ae38f7ea More restructuring and removing duplication
c8728eee82bd4081ab6f0500b32068c8f6749bc2 Updated intro and more restructuring
25389ab0df09df59f8f5f517f15590a917bb66a1 Added link to support and licensing
981ba048798bf7985f2c230fe97172d587e25fd6 7.2 updates for 3d acceleration
e95113d1da7ccf299642cd3368804e319e2bf3ca Updated diagram in intro, and filename
5c4555249e12738e55e9b8a0710f83ee7d4a9e61 New filenames, ids for intro
abf8d5092aea7f1fd4e9b7dbab578d615579eb4e Updated diagram to higher res

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 3.2 KB
 
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="nestedpaging">
4 <title><?oxy_comment_start author="Mhari Duncan" timestamp="20250115T154133+0000" comment="Put this in context of configuring VM"?>Nested Paging and VPIDs<?oxy_comment_end?></title>
5
6 <body>
7 <p>
8 In addition to normal hardware virtualization, your processor may
9 also support the following additional sophisticated techniques:
10 </p>
11 <ul>
12 <li>
13 <p>
14 Nested paging implements some memory management in hardware,
15 which can greatly accelerate hardware virtualization since
16 these tasks no longer need to be performed by the
17 virtualization software.
18 </p>
19 <p>
20 With nested paging, the hardware provides another level of
21 indirection when translating linear to physical addresses.
22 Page tables function as before, but linear addresses are now
23 translated to "guest physical" addresses first and not
24 physical addresses directly. A new set of paging registers now
25 exists under the traditional paging mechanism and translates
26 from guest physical addresses to host physical addresses,
27 which are used to access memory.
28 </p>
29 <p>
30 Nested paging eliminates the overhead caused by VM exits and
31 page table accesses. In essence, with nested page tables the
32 guest can handle paging without intervention from the
33 hypervisor. Nested paging thus significantly improves
34 virtualization performance.
35 </p>
36 <p>
37 On AMD processors, nested paging has been available starting
38 with the Barcelona (K10) architecture. They now call it rapid
39 virtualization indexing (RVI). Intel added support for nested
40 paging, which they call extended page tables (EPT), with their
41 Core i7 (Nehalem) processors.
42 </p>
43 <p> If nested paging is enabled, the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> hypervisor can also use <i>large pages</i> to reduce TLB usage and overhead. This can yield a performance improvement of up to 5%. To enable this feature for a VM, you use the <userinput>VBoxManage modifyvm --large-pages</userinput> command. See <xref href="../cli_topics/vboxmanage-modifyvm.dita"/>.</p>
44 <p>
45 If you have an Intel CPU with EPT, please consult
46 <xref href="sec-rec-cve-2018-3646.dita#sec-rec-cve-2018-3646"/> for security concerns
47 regarding EPT.
48 </p>
49 </li>
50 <li>
51 <p>
52 On Intel CPUs, a hardware feature called Virtual Processor
53 Identifiers (VPIDs) can greatly accelerate context switching
54 by reducing the need for expensive flushing of the processor's
55 Translation Lookaside Buffers (TLBs).
56 </p>
57 <p> To enable these features for a VM, you use the <userinput>VBoxManage modifyvm --vtx-vpid</userinput> and <userinput>VBoxManage modifyvm --large-pages</userinput> commands. See <xref href="../cli_topics/vboxmanage-modifyvm.dita"/>.</p>
58 </li>
59 </ul>
60 </body>
61
62</topic>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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