OSDN Git Service

KVM: s390: interface for suppressible I/O adapters
authorFei Li <sherrylf@linux.vnet.ibm.com>
Thu, 19 Jan 2017 16:02:26 +0000 (17:02 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 6 Apr 2017 11:15:36 +0000 (13:15 +0200)
commit08fab50da669e5ee5a542592895fcb63be3cd7b1
tree5a5a6da1eabfa35708d2f96e4c510f2433374052
parent4e0b1ab72b8af961bcaca9ec1475279c1cd9579c
KVM: s390: interface for suppressible I/O adapters

In order to properly implement adapter-interruption suppression, we
need a way for userspace to specify which adapters are subject to
suppression. Let's convert the existing (and unused) 'pad' field into
a 'flags' field and define a flag value for suppressible adapters.

Besides, add documentation for the interface.

Signed-off-by: Fei Li <sherrylf@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Documentation/virtual/kvm/devices/s390_flic.txt
arch/s390/include/asm/kvm_host.h
arch/s390/include/uapi/asm/kvm.h
arch/s390/kvm/interrupt.c