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>To provide SSE 4.1/SSE 4.2 support to guests, the host CPU has to implement these instruction sets. The
|
---|
8 | instruction sets are exposed to guests by default, but it is possible to disable the instructions for certain
|
---|
9 | guests by using the following commands: </p>
|
---|
10 | <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> \
|
---|
11 | VBoxInternal/CPUM/IsaExts/SSE4.1 0
|
---|
12 | $ VBoxManage setextradata <varname>VM-name</varname> \
|
---|
13 | VBoxInternal/CPUM/IsaExts/SSE4.2 0</pre>
|
---|
14 | <p>These are per-VM settings which are enabled by default. </p>
|
---|
15 | </body>
|
---|
16 |
|
---|
17 | </topic>
|
---|