From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYBGH-0000Qp-UA for qemu-devel@nongnu.org; Thu, 20 Jul 2017 09:13:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYBGD-0005B3-7M for qemu-devel@nongnu.org; Thu, 20 Jul 2017 09:13:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32970) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dYBGD-0005AR-0k for qemu-devel@nongnu.org; Thu, 20 Jul 2017 09:12:57 -0400 Date: Thu, 20 Jul 2017 15:12:47 +0200 From: Cornelia Huck Message-ID: <20170720151247.20f8f559@gondolin> In-Reply-To: <706a3c69-3558-940c-fd42-4f2a88277cdc@de.ibm.com> References: <1500550051-7821-1-git-send-email-borntraeger@de.ibm.com> <1500550051-7821-2-git-send-email-borntraeger@de.ibm.com> <20170720150537.1bf00f96@gondolin> <706a3c69-3558-940c-fd42-4f2a88277cdc@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 15:10:35 +0200 Christian Borntraeger wrote: > On 07/20/2017 03:05 PM, Cornelia Huck wrote: > > 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(-) > > > > I can either queue this; or, if you want to push this out as a fixup, > > feel free to add > > I want this in 2.10, but it can wait some days of course. I am on vacation > starting end of next week, so maybe its better if you do the next round > (and also take care of Davids and Thomas patches if those are appropriate > for 2.10) > > Thanks a lot OK, I'll deal with this next week. I've got the vfio-ccw patches as well, anyway. > > Acked-by: Cornelia Huck > > >