Signed-off-by: Jim Mattson <jmattson@xxxxxxxxxx> --- x86/vmx_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/vmx_tests.c b/x86/vmx_tests.c index 5fd9570..651852f 100644 --- a/x86/vmx_tests.c +++ b/x86/vmx_tests.c @@ -744,7 +744,7 @@ asm( "insn_monitor: monitor;ret\n\t" "insn_pause: pause;ret\n\t" "insn_wbinvd: wbinvd;ret\n\t" - "insn_cpuid: cpuid;ret\n\t" + "insn_cpuid: mov $10, %eax; cpuid;ret\n\t" "insn_invd: invd;ret\n\t" "insn_sgdt: sgdt gdt64_desc;ret\n\t" "insn_lgdt: lgdt gdt64_desc;ret\n\t" -- 2.8.0.rc3.226.g39d4020 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html