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:
1f5b77f
)
KVM: Take kvm instead of vcpu to mmu_notifier_retry
author
Christoffer Dall
<c.dall@virtualopensystems.com>
Mon, 15 Oct 2012 03:10:18 +0000
(23:10 -0400)
committer
Avi Kivity
<avi@redhat.com>
Tue, 23 Oct 2012 11:35:43 +0000
(13:35 +0200)
The mmu_notifier_retry is not specific to any vcpu (and never will be)
so only take struct kvm as a parameter.
The motivation is the ARM mmu code that needs to call this from
somewhere where we long let go of the vcpu pointer.
Signed-off-by: Christoffer Dall <c.dall@virtualopensystems.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found