On Thu, 21 Feb 2019 19:43:03 +0100 Christian Borntraeger <borntraeger@xxxxxxxxxx> wrote: > While we will not implement interception for query functions yet, we can > and should disable functions that have a control bit based on the given > CPU model. > > Let us start with enabling the subfunction interface. > > Signed-off-by: Christian Borntraeger <borntraeger@xxxxxxxxxx> > --- > arch/s390/include/asm/kvm_host.h | 1 + > arch/s390/kvm/kvm-s390.c | 34 +++++++++++++++++++++----------- > 2 files changed, 23 insertions(+), 12 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>