git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d37b1a0
)
KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs
author
Sasha Levin
<levinsasha928@gmail.com>
Wed, 7 Dec 2011 08:24:56 +0000
(10:24 +0200)
committer
Avi Kivity
<avi@redhat.com>
Mon, 5 Mar 2012 12:52:40 +0000
(14:52 +0200)
Currently the code kzalloc()s new VCPUs instead of using the kmem_cache
which is created when KVM is initialized.
Modify it to allocate VCPUs from that kmem_cache.
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Acked-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/book3s_hv.c
patch
|
blob
|
history
diff --cc
arch/powerpc/kvm/book3s_hv.c
Simple merge