From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0UiS-0001Xt-8F for qemu-devel@nongnu.org; Wed, 11 May 2016 10:02:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0UiL-0001Wl-FZ for qemu-devel@nongnu.org; Wed, 11 May 2016 10:02:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0UiL-0001Wf-Ak for qemu-devel@nongnu.org; Wed, 11 May 2016 10:02:13 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (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 BC750A78A for ; Wed, 11 May 2016 14:02:12 +0000 (UTC) Date: Wed, 11 May 2016 16:02:10 +0200 From: Igor Mammedov Message-ID: <20160511160210.2c68d50a@nial.brq.redhat.com> In-Reply-To: <57324D9C.6040806@redhat.com> References: <1462192431-146342-1-git-send-email-imammedo@redhat.com> <1462192431-146342-37-git-send-email-imammedo@redhat.com> <57324D9C.6040806@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Eric Blake Cc: qemu-devel@nongnu.org, mst@redhat.com, ehabkost@redhat.com, marcel@redhat.com, armbru@redhat.com, drjones@redhat.com On Tue, 10 May 2016 15:07:40 -0600 Eric Blake wrote: > 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. Thanks, I'll fix it on respin.