From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxGy3-0007NC-NR for qemu-devel@nongnu.org; Wed, 18 Jun 2014 10:36:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxGxy-0004wL-K7 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 10:36:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxGxy-0004vs-Bj for qemu-devel@nongnu.org; Wed, 18 Jun 2014 10:35:58 -0400 Date: Wed, 18 Jun 2014 17:36:18 +0300 From: "Michael S. Tsirkin" Message-ID: <20140618143618.GA8370@redhat.com> References: <1403021756-15960-1-git-send-email-mst@redhat.com> <1403021756-15960-8-git-send-email-mst@redhat.com> <53A19E1D.1050708@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53A19E1D.1050708@redhat.com> Subject: Re: [Qemu-devel] [PULL 007/103] qdev: hotplug for buss-less devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Peter Maydell , Eduardo Habkost , Marcel Apfelbaum , qemu-devel@nongnu.org, Alexander Graf , Paolo Bonzini , Anthony Liguori , Peter Crosthwaite , Igor Mammedov , Andreas =?iso-8859-1?Q?F=E4rber?= On Wed, Jun 18, 2014 at 08:11:41AM -0600, Eric Blake wrote: > On 06/17/2014 11:36 AM, Michael S. Tsirkin wrote: > > From: Igor Mammedov > > > > If this series has to be rebased, s/buss/bus/ in the subject. (If not, > we'll live with the commit message typo - it's not the end of the world) Also "to use" -> use, permorm -> perform :) Fixed. > > Adds get_hotplug_handler() method to machine, and > > makes bus-less device to use it during hotplug > > as a means to discover hotplug handler controller. > > Returned controller is used to permorm a hotplug > > action. > > > > Signed-off-by: Igor Mammedov > > Acked-by: Peter Crosthwaite > > Reviewed-by: Michael S. Tsirkin > > Signed-off-by: Michael S. Tsirkin > > --- > > -- > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org >