VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/sse412passthrough.dita@ 98566

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

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

  • Property svn:eol-style set to native
File size: 838 bytes
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="sse412passthrough">
4 <title>Passing Through SSE4.1/SSE4.2 Instructions</title>
5
6 <body>
7 <p>
8 To provide SSE 4.1/SSE 4.2 support to guests, the host CPU has to
9 implement these instruction sets. The instruction sets are exposed
10 to guests by default, but it is possible to disable the
11 instructions for certain guests by using the following commands:
12 </p>
13 <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> \
14VBoxInternal/CPUM/IsaExts/SSE4.1 0
15$ VBoxManage setextradata <varname>VM-name</varname> \
16VBoxInternal/CPUM/IsaExts/SSE4.2 0</pre>
17 <p>
18 These are per-VM settings which are enabled by default.
19 </p>
20 </body>
21
22</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