KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
[deliverable/linux.git] / arch / ia64 / kvm / kvm-ia64.c
index 8ca7261e7b3daf8e81a82603bd538bc40ef66727..d8ddbba6fe7de9ed8c55a65a3d1dd7ab8104908e 100644 (file)
@@ -1571,6 +1571,16 @@ int kvm_arch_vcpu_fault(struct kvm_vcpu *vcpu, struct vm_fault *vmf)
        return VM_FAULT_SIGBUS;
 }
 
+void kvm_arch_free_memslot(struct kvm_memory_slot *free,
+                          struct kvm_memory_slot *dont)
+{
+}
+
+int kvm_arch_create_memslot(struct kvm_memory_slot *slot, unsigned long npages)
+{
+       return 0;
+}
+
 int kvm_arch_prepare_memory_region(struct kvm *kvm,
                struct kvm_memory_slot *memslot,
                struct kvm_memory_slot old,
This page took 0.024599 seconds and 5 git commands to generate.