diff options
author | Paolo Bonzini | 2015-01-15 15:58:54 -0800 |
---|---|---|
committer | Christoffer Dall | 2015-01-16 14:40:14 +0100 |
commit | e108ff2f8033a417ee3e517d9f8730f665646076 (patch) | |
tree | 49a22efb3318ec444ad796785994aaf1c02c0502 /arch/x86/kvm/Kconfig | |
parent | ba0513b5b8ffbcb0cc89e2f172c0bcb70497ba2e (diff) |
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 |