Index: sys/amd64/vmm/intel/vmx.c =================================================================== --- sys/amd64/vmm/intel/vmx.c (revision 289403) +++ sys/amd64/vmm/intel/vmx.c (working copy) @@ -551,6 +551,7 @@ return (ENXIO); } +#if 0 /* * Verify capabilities MSR_VMX_BASIC: * - bit 54 indicates support for INS/OUTS decoding @@ -561,7 +562,8 @@ "capabilities\n"); return (EINVAL); } - +#endif + /* Check support for primary processor-based VM-execution controls */ error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, MSR_VMX_TRUE_PROCBASED_CTLS,