From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [kvm-unit-tests PATCH v1] s390x: add stidp interception test Date: Thu, 22 Jun 2017 14:20:39 +0200 Message-ID: <20170622122039.GE27032@potion> References: <20170622075550.5307-1-david@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Paolo Bonzini , Thomas Huth To: David Hildenbrand Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35586 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750852AbdFVMUv (ORCPT ); Thu, 22 Jun 2017 08:20:51 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B60AB142863 for ; Thu, 22 Jun 2017 12:20:45 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20170622075550.5307-1-david@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-06-22 09:55+0200, David Hildenbrand: > Let's add a test case for the STORE CPU ID instruction. > > Signed-off-by: David Hildenbrand > --- Applied, thanks.