KVM: add memslots argument to kvm_arch_memslots_updated
[deliverable/linux.git] / arch / mips / include / asm / kvm_host.h
index 4c25823563fe16dfe8f4008351c111eb0dd5c4ad..e8c8d9d0c45fe7c3600ba39a44e7090ba0827a04 100644 (file)
@@ -839,7 +839,7 @@ static inline void kvm_arch_hardware_unsetup(void) {}
 static inline void kvm_arch_sync_events(struct kvm *kvm) {}
 static inline void kvm_arch_free_memslot(struct kvm *kvm,
                struct kvm_memory_slot *free, struct kvm_memory_slot *dont) {}
-static inline void kvm_arch_memslots_updated(struct kvm *kvm) {}
+static inline void kvm_arch_memslots_updated(struct kvm *kvm, struct kvm_memslots *slots) {}
 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) {}
This page took 0.025021 seconds and 5 git commands to generate.