From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [kvm-unit-tests PATCH v2] powerpc/sprs: Test POWER9 specific registers Date: Wed, 2 Aug 2017 22:39:42 +0200 Message-ID: <20170802203941.GF32403@flask> References: <1500895581-16713-1-git-send-email-thuth@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Laurent Vivier , kvm-ppc@vger.kernel.org To: Thomas Huth Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39086 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753053AbdHBUjp (ORCPT ); Wed, 2 Aug 2017 16:39:45 -0400 Content-Disposition: inline In-Reply-To: <1500895581-16713-1-git-send-email-thuth@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-07-24 13:26+0200, Thomas Huth: > Most of the SPRS are the same as on POWER8, so we can re-use > the PowerISA 2.07 functions and simply amend the additional > registers afterwards. > > Signed-off-by: Thomas Huth > --- Applied, thanks.