]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
KVM: s390: document KVM_CAP_S390_IRQCHIP
authorCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 27 Jun 2014 09:06:25 +0000 (11:06 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 21 Jul 2014 11:22:46 +0000 (13:22 +0200)
Let's document that this is a capability that may be enabled per-vm.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Documentation/virtual/kvm/api.txt

index 7ab41e9154c2550e9b958a060c81fe7586d17efe..f1979c77ac1c3ff0c83a2fc43194cb077302dc03 100644 (file)
@@ -3023,3 +3023,12 @@ Parameters: args[0] is the XICS device fd
             args[1] is the XICS CPU number (server ID) for this vcpu
 
 This capability connects the vcpu to an in-kernel XICS device.
+
+6.8 KVM_CAP_S390_IRQCHIP
+
+Architectures: s390
+Target: vm
+Parameters: none
+
+This capability enables the in-kernel irqchip for s390. Please refer to
+"4.24 KVM_CREATE_IRQCHIP" for details.