VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/vboxandsolzvmm.dita@ 99797

Last change on this file since 99797 was 99797, checked in by vboxsync, 19 months ago

Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 1.9 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="vboxandsolzvmm">
4 <title><ph conkeyref="vbox-conkeyref-phrases/product-name"/> and Oracle Solaris Kernel Zones</title>
5
6 <body>
7 <p>
8 Oracle Solaris kernel zones on x86-based systems make use of
9 hardware-assisted virtualization features like <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
10 does. However, for kernel zones and <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to share this
11 hardware resource, they need to cooperate.
12 </p>
13 <p>
14 By default, due to performance reasons, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> acquires
15 the hardware-assisted virtualization resource (VT-x/AMD-V)
16 globally on the host machine and uses it until the last
17 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> VM that requires it is powered off. This prevents
18 other software from using VT-x/AMD-V during the time
19 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> has taken control of it.
20 </p>
21 <p>
22 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can be instructed to relinquish use of
23 hardware-assisted virtualization features when not executing guest
24 code, thereby allowing kernel zones to make use of them. To do
25 this, shutdown all <ph conkeyref="vbox-conkeyref-phrases/product-name"/> VMs and execute the following
26 command:
27 </p>
28 <pre xml:space="preserve">$ VBoxManage setproperty hwvirtexclusive off</pre>
29 <p>
30 This command needs to be executed only once as the setting is
31 stored as part of the global <ph conkeyref="vbox-conkeyref-phrases/product-name"/> settings which will
32 continue to persist across host-reboots and <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
33 upgrades.
34 </p>
35 </body>
36
37</topic>
Note: See TracBrowser for help on using the repository browser.

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