From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:29456 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728928AbgFPNm2 (ORCPT ); Tue, 16 Jun 2020 09:42:28 -0400 Subject: Re: [kvm-unit-tests PATCH v9 10/12] s390x: css: stsch, enumeration test References: <1592213521-19390-1-git-send-email-pmorel@linux.ibm.com> <1592213521-19390-11-git-send-email-pmorel@linux.ibm.com> <4a366110-51cd-4473-3b93-3e92d7800c3f@redhat.com> From: Pierre Morel Message-ID: <17554e09-0f69-9f5c-d8bf-95a1482d57a8@linux.ibm.com> Date: Tue, 16 Jun 2020 15:42:21 +0200 MIME-Version: 1.0 In-Reply-To: <4a366110-51cd-4473-3b93-3e92d7800c3f@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-s390-owner@vger.kernel.org List-ID: To: Thomas Huth , kvm@vger.kernel.org Cc: linux-s390@vger.kernel.org, frankja@linux.ibm.com, david@redhat.com, cohuck@redhat.com On 2020-06-16 13:37, Thomas Huth wrote: > On 15/06/2020 11.31, Pierre Morel wrote: >> First step for testing the channel subsystem is to enumerate the css and >> retrieve the css devices. >> >> This tests the success of STSCH I/O instruction, we do not test the >> reaction of the VM for an instruction with wrong parameters. >> >> Signed-off-by: Pierre Morel >> --- >> lib/s390x/css_lib.c | 70 +++++++++++++++++++++++++++++++++++++++++++++ >> s390x/Makefile | 2 ++ >> s390x/css.c | 55 +++++++++++++++++++++++++++++++++++ >> s390x/unittests.cfg | 4 +++ >> 4 files changed, 131 insertions(+) >> create mode 100644 lib/s390x/css_lib.c >> create mode 100644 s390x/css.c > > Acked-by: Thomas Huth > Thanks, Pierre -- Pierre Morel IBM Lab Boeblingen