aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2013-11-04 03:20:57 -0500
committerGleb Natapov <gleb@redhat.com>2013-11-04 03:20:57 -0500
commit95f328d3ad1a8e4e3175a18546fb35c495e31130 (patch)
tree2f6496ef8354e9a0a315f23faef744f93fee8265 /arch/x86/kvm
parentdaf727225b8abfdfe424716abac3d15a3ac5626a (diff)
parenta78b55d1c0218b6d91d504941d20e36435c276f5 (diff)
Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue
Conflicts: arch/powerpc/include/asm/processor.h
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r--arch/x86/kvm/x86.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index 6d16fc530246..07c127fc2064 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -7091,7 +7091,7 @@ void kvm_arch_destroy_vm(struct kvm *kvm)
7091 kfree(rcu_dereference_check(kvm->arch.apic_map, 1)); 7091 kfree(rcu_dereference_check(kvm->arch.apic_map, 1));
7092} 7092}
7093 7093
7094void kvm_arch_free_memslot(struct kvm_memory_slot *free, 7094void kvm_arch_free_memslot(struct kvm *kvm, struct kvm_memory_slot *free,
7095 struct kvm_memory_slot *dont) 7095 struct kvm_memory_slot *dont)
7096{ 7096{
7097 int i; 7097 int i;
@@ -7112,7 +7112,8 @@ void kvm_arch_free_memslot(struct kvm_memory_slot *free,
7112 } 7112 }
7113} 7113}
7114 7114
7115int kvm_arch_create_memslot(struct kvm_memory_slot *slot, unsigned long npages) 7115int kvm_arch_create_memslot(struct kvm *kvm, struct kvm_memory_slot *slot,
7116 unsigned long npages)
7116{ 7117{
7117 int i; 7118 int i;
7118 7119