diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 748016ae01e3acdbe44e09fa771d1a533a4c4c3b..034834ed3db04529b19506e49462b3ad3ce358f5 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -819,6 +819,8 @@ int kvm_arch_vcpu_runnable(struct kvm_vcpu *vcpu); bool kvm_arch_vcpu_in_kernel(struct kvm_vcpu *vcpu); int kvm_arch_vcpu_should_kick(struct kvm_vcpu *vcpu); bool kvm_arch_dy_runnable(struct kvm_vcpu *vcpu); +int kvm_arch_post_init_vm(struct kvm *kvm); +void kvm_arch_pre_destroy_vm(struct kvm *kvm); #ifndef __KVM_HAVE_ARCH_VM_ALLOC /*