diff options
Diffstat (limited to 'arch/x86/include/asm/kvm-x86-ops.h')
| -rw-r--r-- | arch/x86/include/asm/kvm-x86-ops.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm-x86-ops.h b/arch/x86/include/asm/kvm-x86-ops.h index cefe1d81e2e8..f658bb4dbb74 100644 --- a/arch/x86/include/asm/kvm-x86-ops.h +++ b/arch/x86/include/asm/kvm-x86-ops.h @@ -35,6 +35,7 @@ KVM_X86_OP(get_cpl)  KVM_X86_OP(set_segment)  KVM_X86_OP_NULL(get_cs_db_l_bits)  KVM_X86_OP(set_cr0) +KVM_X86_OP_NULL(post_set_cr3)  KVM_X86_OP(is_valid_cr4)  KVM_X86_OP(set_cr4)  KVM_X86_OP(set_efer) @@ -47,6 +48,7 @@ KVM_X86_OP(set_dr7)  KVM_X86_OP(cache_reg)  KVM_X86_OP(get_rflags)  KVM_X86_OP(set_rflags) +KVM_X86_OP(get_if_flag)  KVM_X86_OP(tlb_flush_all)  KVM_X86_OP(tlb_flush_current)  KVM_X86_OP_NULL(tlb_remote_flush)  |