Last change
on this file since 99016 was 99016, checked in by vboxsync, 21 months ago |
manual: Some scm corrections for dita files. bugref:10302
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
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> \
|
---|
14 | VBoxInternal/CPUM/IsaExts/SSE4.1 0
|
---|
15 | $ VBoxManage setextradata <varname>VM-name</varname> \
|
---|
16 | VBoxInternal/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.