Index: /trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp	(revision 71117)
+++ /trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp	(revision 71118)
@@ -3570,8 +3570,9 @@
     {
         PCPUMCPUIDLEAF pSvmFeatureLeaf = cpumR3CpuIdGetExactLeaf(pCpum, 0x8000000a, 0);
-        pSvmFeatureLeaf->uEax = 0x1;
-        pSvmFeatureLeaf->uEbx = 0x8000;     /** @todo figure out virtual NASID. */
-        pSvmFeatureLeaf->uEcx = 0;
-        pSvmFeatureLeaf->uEdx = 0;          /** @todo Support SVM features */
+        pSvmFeatureLeaf->uEax  = 0x1;
+        pSvmFeatureLeaf->uEbx  = 0x8000;                                        /** @todo figure out virtual NASID. */
+        pSvmFeatureLeaf->uEcx  = 0;
+        pSvmFeatureLeaf->uEdx &= (  X86_CPUID_SVM_FEATURE_EDX_NRIP_SAVE         /** @todo Support other SVM features */
+                                  | X86_CPUID_SVM_FEATURE_EDX_DECODE_ASSISTS);
     }
     else
