From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYBSK-0005Ka-3A for qemu-devel@nongnu.org; Thu, 20 Jul 2017 09:25:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYBSG-0006Tc-08 for qemu-devel@nongnu.org; Thu, 20 Jul 2017 09:25:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55886) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dYBSF-0006Ro-QJ for qemu-devel@nongnu.org; Thu, 20 Jul 2017 09:25:23 -0400 Date: Thu, 20 Jul 2017 15:25:15 +0200 From: Cornelia Huck Message-ID: <20170720152515.36524879@gondolin> In-Reply-To: <1500550051-7821-2-git-send-email-borntraeger@de.ibm.com> References: <1500550051-7821-1-git-send-email-borntraeger@de.ibm.com> <1500550051-7821-2-git-send-email-borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] s390/cpumodel: remove KSS from the default model of z14 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: qemu-devel , Alexander Graf , Richard Henderson , Thomas Huth , David Hildenbrand On Thu, 20 Jul 2017 13:27:31 +0200 Christian Borntraeger wrote: > The SIE_KSS feature will allow a guest to use KSS for a nested guest. > To create a nested guest the SIE_F2 facility is still necessary. > Since SIE_F2 is not part of the default model it does not make > a lot of sense to provide the SIE_KSS feature in the default model. > Let's also create a dependency check. > > Signed-off-by: Christian Borntraeger > Reviewed-by: Jason J. Herne > Reviewed-by: Janosch Frank > --- > target/s390x/cpu_models.c | 1 + > target/s390x/gen-features.c | 1 - > 2 files changed, 1 insertion(+), 1 deletion(-) Thanks, queued to s390-next.