From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnPOP-0004AB-3A for qemu-devel@nongnu.org; Thu, 31 Aug 2017 09:20:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnPOJ-0002AX-R8 for qemu-devel@nongnu.org; Thu, 31 Aug 2017 09:20:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41242) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dnPOJ-0002AP-Jy for qemu-devel@nongnu.org; Thu, 31 Aug 2017 09:20:15 -0400 References: <20170830170601.15855-1-david@redhat.com> <20170830170601.15855-6-david@redhat.com> <98048e5d-fa10-76a3-ce11-36a78212c259@redhat.com> <21f4d734-8d7c-5ee9-33e2-0cc829d7d8ca@redhat.com> From: Thomas Huth Message-ID: Date: Thu, 31 Aug 2017 15:20:09 +0200 MIME-Version: 1.0 In-Reply-To: <21f4d734-8d7c-5ee9-33e2-0cc829d7d8ca@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 05/11] s390x: rename s390-virtio.h to s390-virtio-hcall.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand , qemu-devel@nongnu.org Cc: borntraeger@de.ibm.com, cohuck@redhat.com, Richard Henderson , Alexander Graf , Aurelien Jarno On 31.08.2017 15:18, David Hildenbrand wrote: > On 31.08.2017 11:29, Thomas Huth wrote: >> On 30.08.2017 19:05, David Hildenbrand wrote: >>> The only interface left, so let's properly rename it. >>> >>> Signed-off-by: David Hildenbrand >>> --- >>> hw/s390x/s390-virtio-ccw.c | 2 +- >>> hw/s390x/s390-virtio-hcall.c | 2 +- >>> hw/s390x/{s390-virtio.h => s390-virtio-hcall.h} | 2 +- >>> 3 files changed, 3 insertions(+), 3 deletions(-) >>> rename hw/s390x/{s390-virtio.h => s390-virtio-hcall.h} (92%) >> [...] >>> diff --git a/hw/s390x/s390-virtio.h b/hw/s390x/s390-virtio-hcall.h >>> similarity index 92% >>> rename from hw/s390x/s390-virtio.h >>> rename to hw/s390x/s390-virtio-hcall.h >>> index d984cd4115..64c5bbd827 100644 >>> --- a/hw/s390x/s390-virtio.h >>> +++ b/hw/s390x/s390-virtio-hcall.h >>> @@ -1,5 +1,5 @@ >>> /* >>> - * Virtio interfaces for s390 >>> + * Support for virtio hypercalls on s390x >>> * >>> * Copyright 2012 IBM Corp. >>> * Author(s): Cornelia Huck >>> >> >> Maybe also rename the HW_S390_VIRTIO_H header guard? Anyway: >> >> Reviewed-by: Thomas Huth >> > > Sure, will do. Is HW_S390_VIRTIO_HCALL_H okay? Sounds fine. Thomas