From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djmsQ-00007w-6U for qemu-devel@nongnu.org; Mon, 21 Aug 2017 09:36:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djmsN-0007pK-1y for qemu-devel@nongnu.org; Mon, 21 Aug 2017 09:36:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45910) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djmsM-0007oi-RP for qemu-devel@nongnu.org; Mon, 21 Aug 2017 09:36:18 -0400 Date: Mon, 21 Aug 2017 15:36:12 +0200 From: Cornelia Huck Message-ID: <20170821153612.63264857.cohuck@redhat.com> In-Reply-To: References: <20170821091614.28251-1-cohuck@redhat.com> <20170821091614.28251-8-cohuck@redhat.com> <700d1722-baf1-163e-6764-179f1340cc22@linux.vnet.ibm.com> <20170821151650.35050b3e.cohuck@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 07/10] s390x/sclp: properly guard pci-specific functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Halil Pasic Cc: thuth@redhat.com, zyimin@linux.vnet.ibm.com, david@redhat.com, pmorel@linux.vnet.ibm.com, agraf@suse.de, qemu-devel@nongnu.org, borntraeger@de.ibm.com On Mon, 21 Aug 2017 15:32:23 +0200 Halil Pasic wrote: > On 08/21/2017 03:16 PM, Cornelia Huck wrote: > > On Mon, 21 Aug 2017 13:41:53 +0200 > > Halil Pasic wrote: > > > >> On 08/21/2017 11:16 AM, Cornelia Huck wrote: > >>> If we do not provide zpci, pci reconfiguration via sclp is not available > >>> either. Don't indicate it in the sclp facilities and return an invalid > >>> command if the guest tries to issue pci configure/deconfigure. > >>> > >>> Reviewed-by: Thomas Huth > >>> Signed-off-by: Cornelia Huck > >>> --- > >>> hw/s390x/sclp.c | 19 +++++++++++++++---- > >>> 1 file changed, 15 insertions(+), 4 deletions(-) > > > > (...) > > > >> LGTM > > > > Is that an Acked-by:? Or a Reviewed-by:? :) > > > > r-b If you write that out in future, I can simply copy'n'paste it :) > > (Not sure what Acked-by from a role other that affected > maintainer means.) I've always used it in the sense of "I don't know the gory details, and I haven't tried to find them out, but it generally looks sane to me".