From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAPCf-0001i0-LW for qemu-devel@nongnu.org; Mon, 03 Feb 2014 14:29:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAPCa-0007Bl-Q1 for qemu-devel@nongnu.org; Mon, 03 Feb 2014 14:29:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAPCa-0007Bc-Fr for qemu-devel@nongnu.org; Mon, 03 Feb 2014 14:29:04 -0500 Message-ID: <52EFEDEF.2000401@redhat.com> Date: Mon, 03 Feb 2014 12:28:47 -0700 From: Eric Blake MIME-Version: 1.0 References: <1391443030-8662-1-git-send-email-imammedo@redhat.com> <1391443030-8662-2-git-send-email-imammedo@redhat.com> In-Reply-To: <1391443030-8662-2-git-send-email-imammedo@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="EgbQWvGoWJ2qJi4tReRKIT7Jw27aWvCeG" Subject: Re: [Qemu-devel] [PATCH v5 1/9] define hotplug interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, stefanha@redhat.com, mst@redhat.com, jan.kiszka@siemens.com, marcel.a@redhat.com, armbru@redhat.com, blauwirbel@gmail.com, alex.williamson@redhat.com, kraxel@redhat.com, aliguori@amazon.com, pbonzini@redhat.com, afaerber@suse.de This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --EgbQWvGoWJ2qJi4tReRKIT7Jw27aWvCeG Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/03/2014 08:57 AM, Igor Mammedov wrote: > Provide a generic hotplug interface for hotplug handlers. > Intended for replacing hotplug mechanism used by > PCI/PCIE/SHPC code and will be used for memory hotplug. >=20 > Signed-off-by: Igor Mammedov > --- > v3: > * amend commit description as requested by Peter Crosthwaite > * add doc comments to type definitions > --- /dev/null > +++ b/hw/core/hotplug.c > @@ -0,0 +1,48 @@ > +/* > + * Hotplug handler interface. > + * > + * Copyright (c) 2013 Red Hat Inc. It's 2014 now :) --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --EgbQWvGoWJ2qJi4tReRKIT7Jw27aWvCeG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJS7+3vAAoJEKeha0olJ0Nq6dIIAJHUdBNYIrW9+sJMgUL/PnsZ vksP/stmym0zuCDIvCea2SmQzJCPLHe6ulCmCykiGGiiqXK5zR8sKxx0yW2M6fMP fx8UMI3TcL42FEQlz2o90OaVc9amZ6Kvr4lXPM+UTC50yaElGdaLkiJZJRHPc78E Ds6SVWcBYJdwubb7NTHgAWRKQNSGm88MhliOG+9fEMiJPC5Wwl086RlDaSnyHYxQ SSAp1ffZSGK7brzZj+IG/gY/bOuF1sQlPcuV8eOoH9CymrweTdi1wQEANv68mZaX wSAKSjE5qrQ/P/VaVDeUXOnhmToeUbeOakLaNIK7ftReGzqhzjWgA3TAH7WiDXw= =bbYJ -----END PGP SIGNATURE----- --EgbQWvGoWJ2qJi4tReRKIT7Jw27aWvCeG--