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:
e6732a5
)
KVM: Fix hotplug of CPUs
author
Zachary Amsden
<zamsden@redhat.com>
Tue, 29 Sep 2009 21:38:37 +0000
(11:38 -1000)
committer
Avi Kivity
<avi@redhat.com>
Thu, 3 Dec 2009 07:32:13 +0000
(09:32 +0200)
Both VMX and SVM require per-cpu memory allocation, which is done at module
init time, for only online cpus.
Backend was not allocating enough structure for all possible CPUs, so
new CPUs coming online could not be hardware enabled.
Signed-off-by: Zachary Amsden <zamsden@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found