diff options
Diffstat (limited to 'arch/ia64/kvm/kvm-ia64.c')
-rw-r--r-- | arch/ia64/kvm/kvm-ia64.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c index 8ca7261e7b3d..d8ddbba6fe7d 100644 --- a/arch/ia64/kvm/kvm-ia64.c +++ b/arch/ia64/kvm/kvm-ia64.c | |||
@@ -1571,6 +1571,16 @@ int kvm_arch_vcpu_fault(struct kvm_vcpu *vcpu, struct vm_fault *vmf) | |||
1571 | return VM_FAULT_SIGBUS; | 1571 | return VM_FAULT_SIGBUS; |
1572 | } | 1572 | } |
1573 | 1573 | ||
1574 | void kvm_arch_free_memslot(struct kvm_memory_slot *free, | ||
1575 | struct kvm_memory_slot *dont) | ||
1576 | { | ||
1577 | } | ||
1578 | |||
1579 | int kvm_arch_create_memslot(struct kvm_memory_slot *slot, unsigned long npages) | ||
1580 | { | ||
1581 | return 0; | ||
1582 | } | ||
1583 | |||
1574 | int kvm_arch_prepare_memory_region(struct kvm *kvm, | 1584 | int kvm_arch_prepare_memory_region(struct kvm *kvm, |
1575 | struct kvm_memory_slot *memslot, | 1585 | struct kvm_memory_slot *memslot, |
1576 | struct kvm_memory_slot old, | 1586 | struct kvm_memory_slot old, |