|
@@ -519,6 +519,7 @@ struct kvm_mips_callbacks {
|
|
|
int (*handle_msa_disabled)(struct kvm_vcpu *vcpu);
|
|
|
int (*vm_init)(struct kvm *kvm);
|
|
|
int (*vcpu_init)(struct kvm_vcpu *vcpu);
|
|
|
+ void (*vcpu_uninit)(struct kvm_vcpu *vcpu);
|
|
|
int (*vcpu_setup)(struct kvm_vcpu *vcpu);
|
|
|
gpa_t (*gva_to_gpa)(gva_t gva);
|
|
|
void (*queue_timer_int)(struct kvm_vcpu *vcpu);
|
|
@@ -765,7 +766,6 @@ static inline void kvm_arch_memslots_updated(struct kvm *kvm, struct kvm_memslot
|
|
|
static inline void kvm_arch_flush_shadow_all(struct kvm *kvm) {}
|
|
|
static inline void kvm_arch_flush_shadow_memslot(struct kvm *kvm,
|
|
|
struct kvm_memory_slot *slot) {}
|
|
|
-static inline void kvm_arch_vcpu_uninit(struct kvm_vcpu *vcpu) {}
|
|
|
static inline void kvm_arch_sched_in(struct kvm_vcpu *vcpu, int cpu) {}
|
|
|
static inline void kvm_arch_vcpu_blocking(struct kvm_vcpu *vcpu) {}
|
|
|
static inline void kvm_arch_vcpu_unblocking(struct kvm_vcpu *vcpu) {}
|