From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMbt9-00054z-Vk for qemu-devel@nongnu.org; Wed, 06 Dec 2017 10:45:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMbt9-0001eH-3i for qemu-devel@nongnu.org; Wed, 06 Dec 2017 10:45:36 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:37816 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eMbt8-0001eB-UX for qemu-devel@nongnu.org; Wed, 06 Dec 2017 10:45:35 -0500 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vB6FjBH6040270 for ; Wed, 6 Dec 2017 10:45:34 -0500 Received: from e06smtp11.uk.ibm.com (e06smtp11.uk.ibm.com [195.75.94.107]) by mx0b-001b2d01.pphosted.com with ESMTP id 2epk5gs1pu-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 06 Dec 2017 10:45:18 -0500 Received: from localhost by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 6 Dec 2017 15:43:42 -0000 From: Halil Pasic References: <20171108165422.46267-1-pasic@linux.vnet.ibm.com> <458f5d77-54d5-4c9c-7930-0ade34c52597@linux.vnet.ibm.com> Date: Wed, 6 Dec 2017 16:43:37 +0100 MIME-Version: 1.0 In-Reply-To: <458f5d77-54d5-4c9c-7930-0ade34c52597@linux.vnet.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Message-Id: Subject: Re: [Qemu-devel] [RFC PATCH v2 0/3] tests for CCW IDA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , Dong Jia Shi Cc: qemu-s390x@nongnu.org, Pierre Morel , Thomas Huth , qemu-devel@nongnu.org On 11/22/2017 03:19 PM, Halil Pasic wrote: > ping > ping^2 > On 11/08/2017 05:54 PM, Halil Pasic wrote: >> I've keept the title althogh the scope shifted a bit: it's >> more about introducing ccw-testdev than about IDA. The goal >> is to facilitate testing the virtual channel subsystem >> implementation, and the ccw interpretation. >> >> The first patch is the interesting one. See it's cover letter >> for details. The RFC is about discussing some technical issues >> with this patch. >> >> The other two patches are an out of source kernel module which >> is basically only there so you can try out the first patch. The >> tests there should probably be ported to something else. I don't >> know what: maybe kvm-unit-tests, maybe qtest+libqos, or maybe some >> bios based test image. We still have to figure out that. >> >> Halil Pasic (3): >> s390x/ccs: add ccw-testdev emulated device >> ccw-tester: a tester device for ccw I/O >> ccw-tester: add tic test >> >> hw/misc/Makefile.objs | 1 + >> hw/misc/ccw-testdev.c | 284 ++++++++++++++++++++++++++++++++++++++++++++++++++ >> hw/misc/ccw-testdev.h | 18 ++++ >> 3 files changed, 303 insertions(+) >> create mode 100644 hw/misc/ccw-testdev.c >> create mode 100644 hw/misc/ccw-testdev.h >> > >