From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKjaV-0007cs-SS for qemu-devel@nongnu.org; Thu, 08 Nov 2018 07:39:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKjaR-0001Ft-Iq for qemu-devel@nongnu.org; Thu, 08 Nov 2018 07:39:07 -0500 Date: Thu, 8 Nov 2018 13:38:50 +0100 From: Cornelia Huck Message-ID: <20181108133850.4a2de972.cohuck@redhat.com> In-Reply-To: <20181105102044.20547-4-david@redhat.com> References: <20181105102044.20547-1-david@redhat.com> <20181105102044.20547-4-david@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 03/10] s390x/pci: rename hotplug handler callbacks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand Cc: qemu-devel@nongnu.org, "Michael S . Tsirkin" , Igor Mammedov , Marcel Apfelbaum , Alexander Graf , David Gibson , Eduardo Habkost , "Dr . David Alan Gilbert" , Christian Borntraeger , Richard Henderson , qemu-ppc@nongnu.org, qemu-s390x@nongnu.org On Mon, 5 Nov 2018 11:20:37 +0100 David Hildenbrand wrote: > The callbacks are also called for cold plugged devices. Drop the "hot" > to better match the actual callback names. > > Signed-off-by: David Hildenbrand > --- > hw/s390x/s390-pci-bus.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Cornelia Huck [I assume this series will go through the pci tree?]