Index: /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h	(revision 61395)
+++ /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h	(revision 61396)
@@ -1797,4 +1797,5 @@
 
 /** Opcode 0x0f 0x2b. */
+#ifndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */
 FNIEMOP_DEF(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd)
 {
@@ -1829,4 +1830,7 @@
     return VINF_SUCCESS;
 }
+#else
+FNIEMOP_STUB(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd);
+#endif
 
 
@@ -6471,4 +6475,5 @@
 
 /** Opcode 0x0f 0xc3. */
+#ifndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */
 FNIEMOP_DEF(iemOp_movnti_My_Gy)
 {
@@ -6523,4 +6528,7 @@
     return VINF_SUCCESS;
 }
+#else
+FNIEMOP_STUB(iemOp_movnti_My_Gy); // solaris 10 uses this in hat_pte_zero().
+#endif
 
 
@@ -6862,4 +6870,5 @@
 
 /** Opcode 0x0f 0xe7. */
+#ifndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */
 FNIEMOP_DEF(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq)
 {
@@ -6918,4 +6927,7 @@
     return VINF_SUCCESS;
 }
+#else
+FNIEMOP_STUB(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq);
+#endif
 
 
