From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJJJy-0001Tb-Fc for qemu-devel@nongnu.org; Mon, 27 Nov 2017 08:19:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJJJu-0000ff-I9 for qemu-devel@nongnu.org; Mon, 27 Nov 2017 08:19:38 -0500 Date: Mon, 27 Nov 2017 14:19:29 +0100 From: Cornelia Huck Message-ID: <20171127141929.1d692aad.cohuck@redhat.com> In-Reply-To: <57f95f61-b9d9-1341-78c7-259006cb5945@linux.vnet.ibm.com> References: <20171121111825.17916-1-pasic@linux.vnet.ibm.com> <20171121144457.60adb0c3.cohuck@redhat.com> <1145a6bc-45fd-820a-9dcc-249d9b2802ff@linux.vnet.ibm.com> <20171121172022.5da16158.cohuck@redhat.com> <88bc72cf-732c-fc07-9898-18d7b58b947d@linux.vnet.ibm.com> <20171122131343.26da0482.cohuck@redhat.com> <594e1952-7097-0927-d913-d3b915df2305@linux.vnet.ibm.com> <20171122172522.281cfb4b.cohuck@redhat.com> <76f95c6f-641e-2fe0-73b4-3ab24fc1a93f@linux.vnet.ibm.com> <20171124134650.46665791.cohuck@redhat.com> <7eaa796e-7815-f943-58b5-ecb5a0bb252e@de.ibm.com> <20171124142758.39d7726f.cohuck@redhat.com> <131b311b-c262-3636-c7ee-1c59ee283823@de.ibm.com> <1ddb44db-2c5c-d64f-56e0-e4582f82b572@linux.vnet.ibm.com> <20171124171510.2343ccdf.cohuck@redhat.com> <8c18df3e-92a0-f88f-6d24-e1df051c8138@linux.vnet.ibm.com> <20171127135624.28052dc5.cohuck@redhat.com> <57f95f61-b9d9-1341-78c7-259006cb5945@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 1/1] s390x/css: unresrict cssids List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Halil Pasic Cc: Christian Borntraeger , Shalini Chellathurai Saroja , qemu-devel@nongnu.org, qemu-s390x@nongnu.org, Boris Fiuczynski , Dong Jia Shi On Mon, 27 Nov 2017 14:11:57 +0100 Halil Pasic wrote: > On 11/27/2017 01:56 PM, Cornelia Huck wrote: > > On Fri, 24 Nov 2017 17:39:04 +0100 > > Halil Pasic wrote: > > > >> On 11/24/2017 05:15 PM, Cornelia Huck wrote: > >>> (Unless we simply make this a "default cssid" prop after all - then it > >>> would be more than just a simple indication for libvirt...) > >>> > >> > >> We are now talking about the "cssid-unrestricted" property. The default > >> cssid is not something I would like to do any time soon. > > > > What's so bad about this? As said above, I think it would be much more > > useful. If libvirt can detect r/o vs. r/w for properties, we can simply > > start out with a r/o variant now... > > > > I'm not sure I understand you. Are you proposing the following: > Drop the restriction, but don't indicate this via a read only > "cssid-unrestricted" device property but via a "default-css" > read only machine property. > > Libvirt then should know that if "default-css" is present then > we don't have this virtual into 0xfe and non virtual into 0xfd > restriction any more. Yes.