commit | 8ca40a70a70988c0bdea106c894843f763ca2989 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <c.dall@virtualopensystems.com> | Sun Oct 14 23:10:18 2012 -0400 |
committer | Avi Kivity <avi@redhat.com> | Tue Oct 23 13:35:43 2012 +0200 |
tree | 32879a731d622440440c501bc221da948e1e3e1c | |
parent | 1f5b77f51a221f5eb10af08da9067fba360dc52f [diff] |
KVM: Take kvm instead of vcpu to mmu_notifier_retry 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>