Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7df35f54 authored by Alexander Graf's avatar Alexander Graf
Browse files

KVM: Move irqfd resample cap handling to generic code



Now that we have most irqfd code completely platform agnostic, let's move
irqfd's resample capability return to generic code as well.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
Acked-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent e8cde093
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2522,7 +2522,6 @@ int kvm_dev_ioctl_check_extension(long ext)
	case KVM_CAP_PCI_2_3:
	case KVM_CAP_KVMCLOCK_CTRL:
	case KVM_CAP_READONLY_MEM:
	case KVM_CAP_IRQFD_RESAMPLE:
		r = 1;
		break;
	case KVM_CAP_COALESCED_MMIO:
+3 −0
Original line number Diff line number Diff line
@@ -2432,6 +2432,9 @@ static long kvm_dev_ioctl_check_extension_generic(long arg)
	case KVM_CAP_INTERNAL_ERROR_DATA:
#ifdef CONFIG_HAVE_KVM_MSI
	case KVM_CAP_SIGNAL_MSI:
#endif
#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING
	case KVM_CAP_IRQFD_RESAMPLE:
#endif
		return 1;
#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING