From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:35977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtr7A-0006Qc-Uc for qemu-devel@nongnu.org; Wed, 13 Feb 2019 04:46:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtr78-0006Lm-Gc for qemu-devel@nongnu.org; Wed, 13 Feb 2019 04:45:59 -0500 Date: Wed, 13 Feb 2019 10:45:31 +0100 From: Cornelia Huck Message-ID: <20190213104531.639a3d21.cohuck@redhat.com> In-Reply-To: <20190212011657.18324-1-walling@linux.ibm.com> References: <20190212011657.18324-1-walling@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/3] s390x/cpumodel: mepochptff: warn when no mepoch and re-align group init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Collin Walling Cc: qemu-devel@nongnu.org, qemu-s390x@nongnu.org, david@redhat.com, borntraeger@de.ibm.com, pasic@linux.ibm.com, rth@twiddle.net On Mon, 11 Feb 2019 20:16:55 -0500 Collin Walling wrote: > The extended PTFF features (qsie, qtoue, stoe, stoue) are dependent > on the multiple-epoch facility (mepoch). Let's print a warning if these > features are enabled without mepoch. > > While we're at it, let's move the FEAT_GROUP_INIT for mepochptff down > the s390_feature_groups list so it can be properly indexed with its > generated S390FeatGroup enum. > > Signed-off-by: Collin Walling > --- > target/s390x/cpu_features.c | 2 +- > target/s390x/cpu_models.c | 4 ++++ > 2 files changed, 5 insertions(+), 1 deletion(-) Thanks, applied.