KVM: s390: provide query function for instructions returning 32 byte
authorChristian Borntraeger <borntraeger@de.ibm.com>
Wed, 20 Feb 2019 08:04:07 +0000 (03:04 -0500)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 18 Apr 2019 10:57:53 +0000 (12:57 +0200)
commitd668139718a9e2260702777bd8d86d71c30b6539
treeb017d221475d876233d27112993b57143067f539
parent13209ad0395c4de7fa48108b1dac72e341d5c089
KVM: s390: provide query function for instructions returning 32 byte

Some of the new features have a 32byte response for the query function.
Provide a new wrapper similar to __cpacf_query. We might want to factor
this out if other users come up, as of today there is none. So let us
keep the function within KVM.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: Collin Walling <walling@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
arch/s390/kvm/kvm-s390.c