Skip to content

Commit fc0693d

Browse files
author
Marc Zyngier
committed
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 <[email protected]> Reviewed-by: Gavin Shan <[email protected]> Reviewed-by: Peter Xu <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 17601bf commit fc0693d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/kvm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ config KVM
2929
select HAVE_KVM_PFNCACHE
3030
select HAVE_KVM_IRQFD
3131
select HAVE_KVM_DIRTY_RING_TSO
32+
select HAVE_KVM_DIRTY_RING_ACQ_REL
3233
select IRQ_BYPASS_MANAGER
3334
select HAVE_KVM_IRQ_BYPASS
3435
select HAVE_KVM_IRQ_ROUTING

0 commit comments

Comments
 (0)