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:
d589444
)
KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 8 Oct 2007 00:50:48 +0000
(10:50 +1000)
committer
Avi Kivity
<avi@qumranet.com>
Wed, 30 Jan 2008 15:52:50 +0000
(17:52 +0200)
Move kvm_create_lapic() into kvm_vcpu_init(), rather than having svm
and vmx do it. And make it return the error rather than a fairly
random -ENOMEM.
This also solves the problem that neither svm.c nor vmx.c actually
handles the error path properly.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>
No differences found