Re: [Qemu-devel] [RFC PATCH] numa: enable sparse node numbering

2014-06-24 Thread Nishanth Aravamudan
On 24.06.2014 [09:33:48 +0200], Igor Mammedov wrote: > On Mon, 23 Jun 2014 12:33:10 -0700 > Nishanth Aravamudan wrote: > > > Add a present field to NodeInfo which indicates if a given nodeid was > > present on the command-line or not. Current code relies on a memory > > value being passed for a n

Re: [Qemu-devel] [RFC PATCH] numa: enable sparse node numbering

2014-06-24 Thread Alexey Kardashevskiy
On 06/24/2014 05:33 PM, Igor Mammedov wrote: > On Mon, 23 Jun 2014 12:33:10 -0700 > Nishanth Aravamudan wrote: > >> Add a present field to NodeInfo which indicates if a given nodeid was >> present on the command-line or not. Current code relies on a memory >> value being passed for a node to indi

Re: [Qemu-devel] [RFC PATCH] numa: enable sparse node numbering

2014-06-24 Thread Igor Mammedov
On Mon, 23 Jun 2014 12:33:10 -0700 Nishanth Aravamudan wrote: > Add a present field to NodeInfo which indicates if a given nodeid was > present on the command-line or not. Current code relies on a memory > value being passed for a node to indicate presence, which is > insufficient in the presence

[Qemu-devel] [RFC PATCH] numa: enable sparse node numbering

2014-06-23 Thread Nishanth Aravamudan
Add a present field to NodeInfo which indicates if a given nodeid was present on the command-line or not. Current code relies on a memory value being passed for a node to indicate presence, which is insufficient in the presence of memoryless nodes or sparse numbering. Adjust the iteration of variou