From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUVmD-0001hq-81 for qemu-devel@nongnu.org; Wed, 05 Dec 2018 06:55:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUVlE-0004sj-PL for qemu-devel@nongnu.org; Wed, 05 Dec 2018 06:54:40 -0500 Date: Wed, 5 Dec 2018 12:54:29 +0100 From: Cornelia Huck Message-ID: <20181205125429.5134adfd.cohuck@redhat.com> In-Reply-To: References: <1543961939-2419-1-git-send-email-walling@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [qemu-s390x] [PATCH v1] s390: guest support for diagnose 318 and limit max VCPUs to 247 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: David Hildenbrand , Collin Walling , cornelia.huck@de.ibm.com, cotte@de.ibm.com, mimu@linux.ibm.com, qemu-s390x@nongnu.org, qemu-devel@nongnu.org, thuth@redhat.com On Wed, 5 Dec 2018 09:27:44 +0100 Christian Borntraeger wrote: > On 05.12.2018 09:26, David Hildenbrand wrote: > > On 04.12.18 23:18, Collin Walling wrote: > >> Add migration and reset support for diagnose 318. This is a new z14 GA2 > >> hardware feature, but we can provide guest support starting with the > >> zEC12-full CPU model. > >> > >> Because new hardware introduces a new facility-availability byte in > >> the Read SCP Info block, we lose one byte in the CPU entries list > >> and must limit the maximum VCPUs to 247 (down from 248). > > > > This could break setups that upgrade/migrate. At least forward migration > > can be broken. Do we care about that? > > Can we maybe bind this feature and the cpu limit to the 4.0 machine? I think that would make sense. > > > > Can you split off > > > > 1. linux-header changes > > 2. CPU model changes? (introduction and definition of new feature, but > > not when it is used?) > > > >> > >> Signed-off-by: Collin Walling > >> ---