]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: x86: switch to kvm_get_dirty_log_protect
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 15 Jan 2015 23:58:54 +0000 (15:58 -0800)
committerChristoffer Dall <christoffer.dall@linaro.org>
Fri, 16 Jan 2015 13:40:14 +0000 (14:40 +0100)
commite108ff2f8033a417ee3e517d9f8730f665646076
tree49a22efb3318ec444ad796785994aaf1c02c0502
parentba0513b5b8ffbcb0cc89e2f172c0bcb70497ba2e
KVM: x86: switch to kvm_get_dirty_log_protect

We now have a generic function that does most of the work of
kvm_vm_ioctl_get_dirty_log, now use it.

Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Mario Smarduch <m.smarduch@samsung.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/Kconfig
arch/x86/kvm/mmu.c
arch/x86/kvm/x86.c