diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-01-16 00:58:54 +0100 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2015-01-16 14:40:14 +0100 |
commit | e108ff2f8033a417ee3e517d9f8730f665646076 (patch) | |
tree | 49a22efb3318ec444ad796785994aaf1c02c0502 /arch/x86/kvm/Kconfig | |
parent | KVM: Add generic support for dirty page logging (diff) | |
download | linux-e108ff2f8033a417ee3e517d9f8730f665646076.tar.xz linux-e108ff2f8033a417ee3e517d9f8730f665646076.zip |
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>
Diffstat (limited to 'arch/x86/kvm/Kconfig')
-rw-r--r-- | arch/x86/kvm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index f9d16ff56c6b..d07359466d5d 100644 --- a/arch/x86/kvm/Kconfig +++ b/arch/x86/kvm/Kconfig @@ -39,6 +39,7 @@ config KVM select PERF_EVENTS select HAVE_KVM_MSI select HAVE_KVM_CPU_RELAX_INTERCEPT + select KVM_GENERIC_DIRTYLOG_READ_PROTECT select KVM_VFIO ---help--- Support hosting fully virtualized guest machines using hardware |