Re: [Qemu-devel] [PATCH 3/4] acpi: provide _PXM method for CPU devices if QEMU is started numa enabled

2016-07-01 Thread Igor Mammedov
On Thu, 30 Jun 2016 20:47:33 +0300 "Michael S. Tsirkin" wrote: Thanks for review, I'll fix up patch according to your comments and post v3 shortly > On Thu, Jun 30, 2016 at 02:23:06PM +0200, Igor Mammedov wrote: > > fixes long standing issue where Linux kernel would assing >

Re: [Qemu-devel] [PATCH 3/4] acpi: provide _PXM method for CPU devices if QEMU is started numa enabled

2016-06-30 Thread Michael S. Tsirkin
On Thu, Jun 30, 2016 at 04:11:44PM +0300, Marcel Apfelbaum wrote: > On 06/30/2016 04:01 PM, Igor Mammedov wrote: > > On Thu, 30 Jun 2016 15:48:54 +0300 > > Marcel Apfelbaum wrote: > > > > > On 06/30/2016 03:23 PM, Igor Mammedov wrote: > > > > fixes long standing issue where

Re: [Qemu-devel] [PATCH 3/4] acpi: provide _PXM method for CPU devices if QEMU is started numa enabled

2016-06-30 Thread Michael S. Tsirkin
On Thu, Jun 30, 2016 at 02:23:06PM +0200, Igor Mammedov wrote: > fixes long standing issue where Linux kernel would assing assign? > hotplugged CPU to 1st numa node as it discards proximity > for hotplugged CPUs after SRAT is parsed. > > Signed-off-by: Igor Mammedov > ---

Re: [Qemu-devel] [PATCH 3/4] acpi: provide _PXM method for CPU devices if QEMU is started numa enabled

2016-06-30 Thread Marcel Apfelbaum
On 06/30/2016 04:01 PM, Igor Mammedov wrote: On Thu, 30 Jun 2016 15:48:54 +0300 Marcel Apfelbaum wrote: On 06/30/2016 03:23 PM, Igor Mammedov wrote: fixes long standing issue where Linux kernel would assing hotplugged CPU to 1st numa node as it discards proximity for

Re: [Qemu-devel] [PATCH 3/4] acpi: provide _PXM method for CPU devices if QEMU is started numa enabled

2016-06-30 Thread Igor Mammedov
On Thu, 30 Jun 2016 15:48:54 +0300 Marcel Apfelbaum wrote: > On 06/30/2016 03:23 PM, Igor Mammedov wrote: > > fixes long standing issue where Linux kernel would assing > > hotplugged CPU to 1st numa node as it discards proximity > > for hotplugged CPUs after SRAT is parsed. >

Re: [Qemu-devel] [PATCH 3/4] acpi: provide _PXM method for CPU devices if QEMU is started numa enabled

2016-06-30 Thread Marcel Apfelbaum
On 06/30/2016 03:23 PM, Igor Mammedov wrote: fixes long standing issue where Linux kernel would assing hotplugged CPU to 1st numa node as it discards proximity for hotplugged CPUs after SRAT is parsed. Signed-off-by: Igor Mammedov --- hw/acpi/cpu.c | 9 + 1 file

[Qemu-devel] [PATCH 3/4] acpi: provide _PXM method for CPU devices if QEMU is started numa enabled

2016-06-30 Thread Igor Mammedov
fixes long standing issue where Linux kernel would assing hotplugged CPU to 1st numa node as it discards proximity for hotplugged CPUs after SRAT is parsed. Signed-off-by: Igor Mammedov --- hw/acpi/cpu.c | 9 + 1 file changed, 9 insertions(+) diff --git