From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCnYq-0008Eh-FT for qemu-devel@nongnu.org; Mon, 10 Feb 2014 04:54:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCnYk-0001Ls-Bd for qemu-devel@nongnu.org; Mon, 10 Feb 2014 04:53:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCnYk-0001Lo-3b for qemu-devel@nongnu.org; Mon, 10 Feb 2014 04:53:50 -0500 Date: Mon, 10 Feb 2014 10:53:41 +0100 From: Igor Mammedov Message-ID: <20140210105341.74599ad6@nial.usersys.redhat.com> In-Reply-To: <20140210090916.GA16140@redhat.com> References: <1391614612-21107-1-git-send-email-imammedo@redhat.com> <20140210090916.GA16140@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 0/9] Refactor PCI/SHPC/PCIE hotplug to use a more generic hotplug API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: kwolf@redhat.com, peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, stefanha@redhat.com, marcel.a@redhat.com, jan.kiszka@siemens.com, qemu-devel@nongnu.org, armbru@redhat.com, blauwirbel@gmail.com, alex.williamson@redhat.com, kraxel@redhat.com, aliguori@amazon.com, pbonzini@redhat.com, afaerber@suse.de On Mon, 10 Feb 2014 11:09:16 +0200 "Michael S. Tsirkin" wrote: > On Wed, Feb 05, 2014 at 04:36:43PM +0100, Igor Mammedov wrote: > > changes since v5: > > - fixed typos Eric pointed to > > - fix conflict of [5/9] with new patch "acpi-build: append description for non-hotplug" > > - rebased on top of todays PCI tree > > > > changes since v4: > > - rebased on top of PCI tree > > - added wrapper to set hotplug-device property > > > > changes since v3: > > - fixup/add comments as reqused by Peter Crosthwaite > > - use error_abort to reduce error handling verbosity > > - fix tests/test-qdev-global-props build failure on make check > > - rebase on top of current master:133fe7743 (with interface fixes) > > > > changes since v2: > > * s/hotplugable/hotpluggable/ > > * move hotplug check to an earlier patch: > > "qdev: add "hotpluggable" property to Device" > > This was on top my > acpi-build: append description for non-hotplug > which I'm not merging yet, so I had to rebase. > > Applied and pushed, please verify and confirm. Rebased patch looks good. Thanks!