diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index b43686a44877..80224bf5d4f8 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -552,6 +552,7 @@ struct kvm_x86_ops { | |||
552 | void (*queue_exception)(struct kvm_vcpu *vcpu, unsigned nr, | 552 | void (*queue_exception)(struct kvm_vcpu *vcpu, unsigned nr, |
553 | bool has_error_code, u32 error_code, | 553 | bool has_error_code, u32 error_code, |
554 | bool reinject); | 554 | bool reinject); |
555 | void (*cancel_injection)(struct kvm_vcpu *vcpu); | ||
555 | int (*interrupt_allowed)(struct kvm_vcpu *vcpu); | 556 | int (*interrupt_allowed)(struct kvm_vcpu *vcpu); |
556 | int (*nmi_allowed)(struct kvm_vcpu *vcpu); | 557 | int (*nmi_allowed)(struct kvm_vcpu *vcpu); |
557 | bool (*get_nmi_mask)(struct kvm_vcpu *vcpu); | 558 | bool (*get_nmi_mask)(struct kvm_vcpu *vcpu); |