From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0Esb-0000Ni-NX for qemu-devel@nongnu.org; Tue, 10 May 2016 17:07:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0EsY-0007ja-Cx for qemu-devel@nongnu.org; Tue, 10 May 2016 17:07:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0EsY-0007jS-6Q for qemu-devel@nongnu.org; Tue, 10 May 2016 17:07:42 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (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 6C346201FA for ; Tue, 10 May 2016 21:07:41 +0000 (UTC) References: <1462192431-146342-1-git-send-email-imammedo@redhat.com> <1462192431-146342-37-git-send-email-imammedo@redhat.com> From: Eric Blake Message-ID: <57324D9C.6040806@redhat.com> Date: Tue, 10 May 2016 15:07:40 -0600 MIME-Version: 1.0 In-Reply-To: <1462192431-146342-37-git-send-email-imammedo@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="alvXKqpfJxD0NXoVpH7tEjGu9bicGo4kS" Subject: Re: [Qemu-devel] [RFC 36/42] 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: mst@redhat.com, ehabkost@redhat.com, marcel@redhat.com, armbru@redhat.com, drjones@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --alvXKqpfJxD0NXoVpH7tEjGu9bicGo4kS Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 05/02/2016 06:33 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 | 2 +- > trace-events | 2 ++ > 6 files changed, 96 insertions(+), 1 deletion(-) > +++ b/qapi-schema.json > @@ -4019,7 +4019,7 @@ > # > # @DIMM: memory slot > # > -{ 'enum': 'ACPISlotType', 'data': [ 'DIMM' ] } > +{ 'enum': 'ACPISlotType', 'data': [ 'DIMM', 'CPU' ] } Missing documentation of the new value. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --alvXKqpfJxD0NXoVpH7tEjGu9bicGo4kS 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/ iQEcBAEBCAAGBQJXMk2cAAoJEKeha0olJ0NqM2MH/iCLGHUtqXdncTbjydOOfy83 t5VQI88rsWeOdYCGvLYmAPZ0NA11ywaQ13ciPP4Ce/ey+87zubN55uVSK2AZfuhq bgxSkXe5AWjQVNvVrccwNlbRDmRneYmtWEB0f8IxbtECm59+cc8/q112srChaAUM 0jHiw0h/HylVYPsNQsaz5V6Iv2vileEU9e8+GK3kAWMgCD4EkL08klalTerSIHVS d83DsY+iWHAa76DlGz/QfA5M9g/1h7CRav7WQtDU5lGb4MyBsHyod4g5KsyrCBkW 7xz94lRjcLbYBdKJCfWXgnMD834KWeBvkzV+N8VhNzrjSlCt9RnP0rzRpkmDwRY= =pA6J -----END PGP SIGNATURE----- --alvXKqpfJxD0NXoVpH7tEjGu9bicGo4kS--