diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-01-23 07:39:51 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-01-23 07:39:51 -0500 |
commit | 1c6007d59a20762052cc92c0a2889ff11030d23a (patch) | |
tree | 40bd72fe4e4d38a811312e5ae35bafd04c995d40 /arch/x86/kvm/mmu.c | |
parent | c6156df9d32141e5f1abb43078c56f2e5a0cb294 (diff) | |
parent | 4b990589952f0e30aa860184ac6c76219a74632e (diff) |
Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next
KVM/ARM changes for v3.20 including GICv3 emulation, dirty page logging, added
trace symbols, and adding an explicit VGIC init device control IOCTL.
Conflicts:
arch/arm64/include/asm/kvm_arm.h
arch/arm64/kvm/handle_exit.c
Diffstat (limited to 'arch/x86/kvm/mmu.c')
-rw-r--r-- | arch/x86/kvm/mmu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 97898abe8386..0ed9f795e4f0 100644 --- a/arch/x86/kvm/mmu.c +++ b/arch/x86/kvm/mmu.c | |||
@@ -1216,7 +1216,7 @@ static bool __rmap_write_protect(struct kvm *kvm, unsigned long *rmapp, | |||
1216 | } | 1216 | } |
1217 | 1217 | ||
1218 | /** | 1218 | /** |
1219 | * kvm_mmu_write_protect_pt_masked - write protect selected PT level pages | 1219 | * kvm_arch_mmu_write_protect_pt_masked - write protect selected PT level pages |
1220 | * @kvm: kvm instance | 1220 | * @kvm: kvm instance |
1221 | * @slot: slot to protect | 1221 | * @slot: slot to protect |
1222 | * @gfn_offset: start of the BITS_PER_LONG pages we care about | 1222 | * @gfn_offset: start of the BITS_PER_LONG pages we care about |
@@ -1225,7 +1225,7 @@ static bool __rmap_write_protect(struct kvm *kvm, unsigned long *rmapp, | |||
1225 | * Used when we do not need to care about huge page mappings: e.g. during dirty | 1225 | * Used when we do not need to care about huge page mappings: e.g. during dirty |
1226 | * logging we do not have any such mappings. | 1226 | * logging we do not have any such mappings. |
1227 | */ | 1227 | */ |
1228 | void kvm_mmu_write_protect_pt_masked(struct kvm *kvm, | 1228 | void kvm_arch_mmu_write_protect_pt_masked(struct kvm *kvm, |
1229 | struct kvm_memory_slot *slot, | 1229 | struct kvm_memory_slot *slot, |
1230 | gfn_t gfn_offset, unsigned long mask) | 1230 | gfn_t gfn_offset, unsigned long mask) |
1231 | { | 1231 | { |