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

Commit ebc32262 authored by Cornelia Huck's avatar Cornelia Huck Committed by Christian Borntraeger
Browse files

KVM: s390: announce irqfd capability



s390 has acquired irqfd support with commit "KVM: s390: irq routing for
adapter interrupts" (84223598) but
failed to announce it. Let's fix that.

Signed-off-by: default avatarCornelia Huck <cornelia.huck@de.ibm.com>
Acked-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
parent 5367742a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2126,7 +2126,7 @@ into the hash PTE second double word).
4.75 KVM_IRQFD
4.75 KVM_IRQFD


Capability: KVM_CAP_IRQFD
Capability: KVM_CAP_IRQFD
Architectures: x86
Architectures: x86 s390
Type: vm ioctl
Type: vm ioctl
Parameters: struct kvm_irqfd (in)
Parameters: struct kvm_irqfd (in)
Returns: 0 on success, -1 on error
Returns: 0 on success, -1 on error
+1 −0
Original line number Original line Diff line number Diff line
@@ -158,6 +158,7 @@ int kvm_dev_ioctl_check_extension(long ext)
	case KVM_CAP_ONE_REG:
	case KVM_CAP_ONE_REG:
	case KVM_CAP_ENABLE_CAP:
	case KVM_CAP_ENABLE_CAP:
	case KVM_CAP_S390_CSS_SUPPORT:
	case KVM_CAP_S390_CSS_SUPPORT:
	case KVM_CAP_IRQFD:
	case KVM_CAP_IOEVENTFD:
	case KVM_CAP_IOEVENTFD:
	case KVM_CAP_DEVICE_CTRL:
	case KVM_CAP_DEVICE_CTRL:
	case KVM_CAP_ENABLE_CAP_VM:
	case KVM_CAP_ENABLE_CAP_VM: