From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2gvz-0001K2-Ih for qemu-devel@nongnu.org; Tue, 17 May 2016 11:29:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2gvu-0002eZ-Cn for qemu-devel@nongnu.org; Tue, 17 May 2016 11:29:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2gvu-0002eV-6S for qemu-devel@nongnu.org; Tue, 17 May 2016 11:29:18 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2AE416330F for ; Tue, 17 May 2016 15:29:17 +0000 (UTC) References: <1463496205-251412-1-git-send-email-imammedo@redhat.com> <1463496205-251412-31-git-send-email-imammedo@redhat.com> From: Eric Blake Message-ID: <573B38CB.2020609@redhat.com> Date: Tue, 17 May 2016 09:29:15 -0600 MIME-Version: 1.0 In-Reply-To: <1463496205-251412-31-git-send-email-imammedo@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="c6hvF1Tv3aqvKA79TKo3lDT4LavU6ctGb" Subject: Re: [Qemu-devel] [PATCH 30/33] acpi: cpuhp: add cpu._OST handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , qemu-devel@nongnu.org Cc: drjones@redhat.com, ehabkost@redhat.com, rkrcmar@redhat.com, mst@redhat.com, armbru@redhat.com, marcel@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --c6hvF1Tv3aqvKA79TKo3lDT4LavU6ctGb Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 05/17/2016 08:43 AM, Igor Mammedov wrote: > Signed-off-by: Igor Mammedov > --- > hw/acpi/cpu.c | 83 +++++++++++++++++++++++++++++++++++++++++++= ++++++++ > hw/acpi/ich9.c | 3 ++ > hw/acpi/piix4.c | 3 ++ > include/hw/acpi/cpu.h | 4 +++ > qapi-schema.json | 3 +- > trace-events | 2 ++ > 6 files changed, 97 insertions(+), 1 deletion(-) >=20 > +++ b/qapi-schema.json > @@ -4018,8 +4018,9 @@ > ## @ACPISlotType > # > # @DIMM: memory slot > +# @CPU: logical CPU slot Missing a marker '(since 2.7)' > # > -{ 'enum': 'ACPISlotType', 'data': [ 'DIMM' ] } > +{ 'enum': 'ACPISlotType', 'data': [ 'DIMM', 'CPU' ] } Hmm. ACPISlotType is already on our whitelist of exceptions that allow upper-case names (we prefer lower), so adding another one doesn't necessarily hurt. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --c6hvF1Tv3aqvKA79TKo3lDT4LavU6ctGb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXOzjLAAoJEKeha0olJ0Nq9/MH/2qZDdtCDA5Yd1hdE4284FnQ v9Qbbtm345ktUexTVgVefhkJST118Dym96e1DHeS9qLx9TJkVpn+Rzoa84yA3Sjn stlhnySZB8+DyhjA+8lPhD5Sk3utnDxlGRl9gRo1vyERiEjKHNG5ewvoIWXu67za CWyGS62IoVzX8PJN8LOv7X0SLSml+UzyaszU64OUwSvfINLcK91CWjZGrjnLQ78f KzdAtiYNr5Yc7cVAMPALUciSxTPiwZHWNYya4svln32L/Afto/FgFmNrSaLgCNs4 abib29+t5F6FGVWLup2p5lX7dog7fh7lK+sUMSDcNEMmAq6fhHniZ1IYFZ5dnrY= =y9WO -----END PGP SIGNATURE----- --c6hvF1Tv3aqvKA79TKo3lDT4LavU6ctGb--