From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIs1C-0006FZ-KC for qemu-devel@nongnu.org; Thu, 21 Mar 2013 22:47:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIs16-0006oi-KZ for qemu-devel@nongnu.org; Thu, 21 Mar 2013 22:47:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIs16-0006oe-Bt for qemu-devel@nongnu.org; Thu, 21 Mar 2013 22:47:40 -0400 Message-ID: <514BC621.8090806@redhat.com> Date: Thu, 21 Mar 2013 20:46:57 -0600 From: Eric Blake MIME-Version: 1.0 References: <1363876125-8264-1-git-send-email-imammedo@redhat.com> <1363876125-8264-13-git-send-email-imammedo@redhat.com> In-Reply-To: <1363876125-8264-13-git-send-email-imammedo@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2AQUOJQLURGPKCKTWQJSK" Subject: Re: [Qemu-devel] [PATCH 12/12] target-i386: implement CPU hot-add List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: kwolf@redhat.com, peter.maydell@linaro.org, aliguori@us.ibm.com, ehabkost@redhat.com, mst@redhat.com, jan.kiszka@siemens.com, stefano.stabellini@eu.citrix.com, claudio.fontana@huawei.com, qemu-devel@nongnu.org, quintela@redhat.com, armbru@redhat.com, blauwirbel@gmail.com, yang.z.zhang@intel.com, alex.williamson@redhat.com, aderumier@odiso.com, kraxel@redhat.com, anthony.perard@citrix.com, pbonzini@redhat.com, lcapitulino@redhat.com, afaerber@suse.de, rth@twiddle.net This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2AQUOJQLURGPKCKTWQJSK Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 03/21/2013 08:28 AM, Igor Mammedov wrote: > ... via do_cpu_hot_add() hook called by cpu_set QMP command, > for x86 target. >=20 > * add extra check that APIC ID is in allowed range > + if (x86_cpu_is_cpu_exist(qdev_get_machine(), &apic_id)) { > + error_setg(errp, "Unable to add CPU with ID: 0x%" PRIx64 > + ", it's already exists", apic_id); s/it's/it/ --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2AQUOJQLURGPKCKTWQJSK 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.4.13 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJRS8YhAAoJEKeha0olJ0Nq+NAH/0yN/f4QM50weJVjypKm6cW8 Dv4yLK/33UoaGx6NfaeqotFrvYybM9H5EqcW1BMOxLAm9WL/mXM8fWGSAAYxUxtI 1HoGw0CEUY1LCbkXqgGP9iLRnLkxzZU84YBdnRazoSwkvx0EfZ/c+QUvA7dXJclt qG2NubTvfgerx7IfL4Y7yDaBrGzBzM8VsYwdmSjVDBjcep0U7a4yAV3hMKFVVXnV FU7sob5k+K9QBFL79Mu+qKJuGMEvgUjQYxpexf0BxZEx0ymA1xkaHQ48Lat06J8l cFNn6RHs6vJAk7UpdjZc39Y2hB/fiOD1dKgm/8409SZ+mwNtd8CGb1hssR/2uN8= =NrHR -----END PGP SIGNATURE----- ------enig2AQUOJQLURGPKCKTWQJSK--