From: Marc Zyngier Date: Mon, 26 Sep 2022 14:51:17 +0000 (+0100) Subject: KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_REL X-Git-Tag: v6.1-rc1~49^2~1^2~1^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc0693d4e5afe3c110503c3afa9f60600f9e964b;p=thirdparty%2Flinux.git KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_REL Since x86 is TSO (give or take), allow it to advertise the new ACQ_REL version of the dirty ring capability. No other change is required for it. Signed-off-by: Marc Zyngier Reviewed-by: Gavin Shan Reviewed-by: Peter Xu Link: https://lore.kernel.org/r/20220926145120.27974-4-maz@kernel.org --- diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index 876748b236ffe..67be7f217e37b 100644 --- a/arch/x86/kvm/Kconfig +++ b/arch/x86/kvm/Kconfig @@ -29,6 +29,7 @@ config KVM select HAVE_KVM_PFNCACHE select HAVE_KVM_IRQFD select HAVE_KVM_DIRTY_RING_TSO + select HAVE_KVM_DIRTY_RING_ACQ_REL select IRQ_BYPASS_MANAGER select HAVE_KVM_IRQ_BYPASS select HAVE_KVM_IRQ_ROUTING