qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC 36/42] acpi: cpuhp: add cpu._OST handling


From: Igor Mammedov
Subject: Re: [Qemu-devel] [RFC 36/42] acpi: cpuhp: add cpu._OST handling
Date: Wed, 11 May 2016 16:02:10 +0200

On Tue, 10 May 2016 15:07:40 -0600
Eric Blake <address@hidden> wrote:

> On 05/02/2016 06:33 AM, Igor Mammedov wrote:
> > Signed-off-by: Igor Mammedov <address@hidden>
> > ---
> >  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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]