From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8hMO-0006eR-Tg for qemu-devel@nongnu.org; Fri, 03 Jun 2016 01:09:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8hMJ-0007dn-6u for qemu-devel@nongnu.org; Fri, 03 Jun 2016 01:09:27 -0400 Date: Fri, 3 Jun 2016 15:10:45 +1000 From: David Gibson Message-ID: <20160603051045.GI1087@voom.fritz.box> References: <1463024905-28401-1-git-send-email-bharata@linux.vnet.ibm.com> <1463024905-28401-6-git-send-email-bharata@linux.vnet.ibm.com> <20160602011544.GH15455@voom.fritz.box> <20160602113213.6f928795@igors-macbook-pro.local> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LYw3s/afESlflPpp" Content-Disposition: inline In-Reply-To: <20160602113213.6f928795@igors-macbook-pro.local> Subject: Re: [Qemu-devel] [for-2.7 PATCH v3 05/15] qdev: hotplug: Introduce HotplugHandler.pre_plug() callback List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: Bharata B Rao , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, afaerber@suse.de, armbru@redhat.com, thuth@redhat.com, aik@ozlabs.ru, agraf@suse.de, pbonzini@redhat.com, ehabkost@redhat.com, pkrempa@redhat.com, mdroth@linux.vnet.ibm.com, eblake@redhat.com, mjrosato@linux.vnet.ibm.com, borntraeger@de.ibm.com --LYw3s/afESlflPpp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 02, 2016 at 11:32:13AM +0200, Igor Mammedov wrote: > On Thu, 2 Jun 2016 11:15:44 +1000 > David Gibson wrote: >=20 > > On Thu, May 12, 2016 at 09:18:15AM +0530, Bharata B Rao wrote: > > > From: Igor Mammedov > > >=20 > > > pre_plug callback is to be called before device.realize() is > > > executed. This would allow to check/set device's properties from > > > HotplugHandler. > > >=20 > > > Signed-off-by: Igor Mammedov > > > Signed-off-by: Bharata B Rao > > > Reviewed-by: David Gibson > >=20 > > Igor, do you think we're ready to merge this? > Yes, I think so. >=20 > >=20 > > If so, do you want to take it through your tree, or should I take it > > through the ppc tree? > Please take it through your tree, along with the rest patches > in this series. Ok, I've made a branch to collate these into, see: https://github.com/dgibson/qemu/tree/ppc-cpu-hotplug For now just patches 5&6 are there (not ppc specific), but I plan to merge in the rest as I review them. --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --LYw3s/afESlflPpp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXURFVAAoJEGw4ysog2bOSIBEP/j5UzeG3TcAd1AWUdrubSvGW 6WJdI0nzOc1ZAabwf0uIrSl5htQEH1z5dow8+4LiYAr3u7PIKWOQYzCsMtNB/BnM D+rz09Uy2leUchD0QhNxNtTtQCNUxnaW6htKRLUHE2mPu2dbG7q0RPpUnx0t6x0r muSAUj4vqbh/iz0qKv8wCa7m88rnW+1jFMTtJngftA51APQBdFaSCCj1f8JjlIoj 5WnSnFezkxXz1rR3al6xnCJXPeo4L2KriLwBWN/0ifCugi3GftH4ng26SxsCT69t hRjhHRRV0CgUAF/fhCcHHvYhS0UK2eKmbICHLLBRk2Z2lwf2E/qAbf96AwgRcMvB vzLtJRoqL4kznEvB8BlVZ+7d1EqygnQ/wLPQYIjlP+mLZ4kaBvEEc6KPFwfM3SQG gam6xkYiWqgaDAZiqWmeMxCytRdY6WuO935OHlJFIEkv3v7Gvc+9AoKkGppdlyaz hP/8JDKv8OtSMY+5pORuJulkjVurCkhXS5RYPuwdc6WyihENj31Vc81A2UvZFfRt 1Fg59yLQYwy49WFf+O7ag1YM6yllXVa2SALZFojuzQ9oGyKwtlWzw7fdUviPENfN AfeiedfiFzceMFdQ+ZlQM4vld7OLNMMCl8mRAMtyhC+fWzNkmtbVb0B0JVIfWTKt H8ocigysPwHRIQJeETvr =ZtUw -----END PGP SIGNATURE----- --LYw3s/afESlflPpp--