Skip to content

Commit

Permalink
KVM: ARM: Remove kvm_arch_set_memory_region()
Browse files Browse the repository at this point in the history
This was replaced with prepare/commit long before:

  commit f7784b8
  KVM: split kvm_arch_set_memory_region into prepare and commit

Signed-off-by: Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
  • Loading branch information
Takuya Yoshikawa authored and Marcelo Tosatti committed Mar 4, 2013
1 parent 8482644 commit 1601475
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/arm/kvm/arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,6 @@ long kvm_arch_dev_ioctl(struct file *filp,
return -EINVAL;
}

int kvm_arch_set_memory_region(struct kvm *kvm,
struct kvm_userspace_memory_region *mem,
struct kvm_memory_slot old,
int user_alloc)
{
return 0;
}

int kvm_arch_prepare_memory_region(struct kvm *kvm,
struct kvm_memory_slot *memslot,
struct kvm_userspace_memory_region *mem,
Expand Down

0 comments on commit 1601475

Please sign in to comment.