KVM: SVM: Add checks for IO instructions
[deliverable/linux.git] / arch / x86 / include / asm / kvm_emulate.h
index f30650f0090746069ddbca5d95ad0b3f39b9cbeb..081844860a3d5abb9e951999e020f63ba98e9935 100644 (file)
@@ -346,6 +346,10 @@ enum x86_intercept {
        x86_intercept_mwait,
        x86_intercept_rdmsr,
        x86_intercept_wrmsr,
+       x86_intercept_in,
+       x86_intercept_ins,
+       x86_intercept_out,
+       x86_intercept_outs,
 
        nr_x86_intercepts
 };
This page took 0.028287 seconds and 5 git commands to generate.