Re: [Qemu-devel] [PATCH 24/33] acpi: add CPU hotplug methods to DSDT

2016-05-31 Thread Igor Mammedov
On Tue, 31 May 2016 07:38:08 +0300 "Michael S. Tsirkin" wrote: > On Tue, May 17, 2016 at 04:43:16PM +0200, Igor Mammedov wrote: > > Add necessary CPU hotplug methods to handle hotplug > > events. > > > > Signed-off-by: Igor Mammedov > > --- > > v1: > > -

Re: [Qemu-devel] [PATCH 24/33] acpi: add CPU hotplug methods to DSDT

2016-05-30 Thread Michael S. Tsirkin
On Tue, May 17, 2016 at 04:43:16PM +0200, Igor Mammedov wrote: > Add necessary CPU hotplug methods to handle hotplug > events. > > Signed-off-by: Igor Mammedov > --- > v1: > - make replace _MAT method with named buffer object > as its content is static > --- >

[Qemu-devel] [PATCH 24/33] acpi: add CPU hotplug methods to DSDT

2016-05-17 Thread Igor Mammedov
Add necessary CPU hotplug methods to handle hotplug events. Signed-off-by: Igor Mammedov --- v1: - make replace _MAT method with named buffer object as its content is static --- hw/acpi/cpu.c | 187 +-