From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hildenbrand Subject: Re: [kvm-unit-tests PATCH v1] s390x: add stidp interception test Date: Thu, 22 Jun 2017 09:58:08 +0200 Message-ID: References: <20170622075550.5307-1-david@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Paolo Bonzini , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Thomas Huth To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48784 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124AbdFVH6K (ORCPT ); Thu, 22 Jun 2017 03:58:10 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2620264D28 for ; Thu, 22 Jun 2017 07:58:10 +0000 (UTC) In-Reply-To: <20170622075550.5307-1-david@redhat.com> Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-ID: On 22.06.2017 09:55, David Hildenbrand wrote: > Let's add a test case for the STORE CPU ID instruction. > > Signed-off-by: David Hildenbrand Still tired, this is v2. v1 -> v2: - Simplified 0 checks in conditions (c == 0 -> !c) - Use real text instead of copying conditions in reports -- Thanks, David