From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [kvm-unit-tests PATCH v4] s390x: Interception tests Date: Wed, 14 Jun 2017 20:52:49 +0200 Message-ID: <20170614185249.GB2224@potion> References: <1496847919-19595-1-git-send-email-thuth@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Hildenbrand , kvm@vger.kernel.org, Paolo Bonzini To: Thomas Huth Return-path: Received: from mx1.redhat.com ([209.132.183.28]:54834 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752072AbdFNSw4 (ORCPT ); Wed, 14 Jun 2017 14:52:56 -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 50105285A6 for ; Wed, 14 Jun 2017 18:52:56 +0000 (UTC) Content-Disposition: inline In-Reply-To: <1496847919-19595-1-git-send-email-thuth@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-06-07 17:05+0200, Thomas Huth: > Certain CPU instructions will cause an exit of the virtual > machine. Run some of these instructions to check whether > they are emulated right by KVM (or QEMU). > > Reviewed-by: David Hildenbrand > Signed-off-by: Thomas Huth > --- Applied, thanks.