Re: [PATCH v2] numa: Introduce MachineClass::auto_enable_numa for implicit NUMA node

2019-09-26 Thread Eduardo Habkost
On Tue, Sep 24, 2019 at 11:34:40AM +0800, Tao Xu wrote: > Hi Eduardo, > > How about this version of patch? Last month this patch is reverted from pull > request. And I submitted this version. Sorry for taking so long to reply. I will queue it this week. -- Eduardo

Re: [PATCH v2] numa: Introduce MachineClass::auto_enable_numa for implicit NUMA node

2019-09-23 Thread Tao Xu
Hi Eduardo, How about this version of patch? Last month this patch is reverted from pull request. And I submitted this version. Tao On 9/5/2019 4:32 PM, Xu, Tao3 wrote: Add MachineClass::auto_enable_numa field. When it is true, a NUMA node is expected to be created implicitly. Acked-by: Dav

Re: [Qemu-devel] [PATCH v2] numa: Introduce MachineClass::auto_enable_numa for implicit NUMA node

2019-09-15 Thread Tao Xu
Gentle ping. On 9/5/2019 4:32 PM, Xu, Tao3 wrote: Add MachineClass::auto_enable_numa field. When it is true, a NUMA node is expected to be created implicitly. Acked-by: David Gibson Suggested-by: Igor Mammedov Suggested-by: Eduardo Habkost Reviewed-by: Igor Mammedov Signed-off-by: Tao Xu -

[Qemu-devel] [PATCH v2] numa: Introduce MachineClass::auto_enable_numa for implicit NUMA node

2019-09-05 Thread Tao Xu
Add MachineClass::auto_enable_numa field. When it is true, a NUMA node is expected to be created implicitly. Acked-by: David Gibson Suggested-by: Igor Mammedov Suggested-by: Eduardo Habkost Reviewed-by: Igor Mammedov Signed-off-by: Tao Xu --- Note: Parameter -numa node,mem is deprecated too.