From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYX8Y-0006hi-7z for qemu-devel@nongnu.org; Mon, 29 Sep 2014 05:21:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYX8R-0003zi-Tu for qemu-devel@nongnu.org; Mon, 29 Sep 2014 05:20:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYX8R-0003zF-K0 for qemu-devel@nongnu.org; Mon, 29 Sep 2014 05:20:47 -0400 Message-ID: <1411982433.32643.17.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 29 Sep 2014 11:20:33 +0200 In-Reply-To: <1411723721-20484-1-git-send-email-imammedo@redhat.com> References: <1411723721-20484-1-git-send-email-imammedo@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: cornelia.huck@de.ibm.com, mst@redhat.com, amit.shah@redhat.com, agraf@suse.de, qemu-devel@nongnu.org, borntraeger@de.ibm.com, dmitry@daynix.com, pbonzini@redhat.com, rth@twiddle.net Hi, > Series unifies different hotplug mechanisms to a recent > hotplug-handler API and does shallow conversion of > devices that still use legacy qdev hotplug to it dropping > not used after that legacy hotplug path [29/30]. > It also relaces SCSI's own way to do hotplug/unplug with > hotplug-handler callbacks leaving it the only method > perform hotplug tasks. > And the last patch [30/30] allows to unplug of BUS-less > devices using hotplug-handler API. USB bits look good to me now. cheers, Gerd