Re: [Qemu-devel] [PATCH] numa: numa nodeid need not be sequential

2019-07-31 Thread Tao Xu
On 7/31/2019 5:17 PM, Daniel Black wrote: On Wed, 31 Jul 2019 18:40:33 +1000 Daniel Black wrote: Replace all nodeid assumptions with lookups in the numa_info array Tao Xu, Sorry, only just noticed your patches of the move of numa_info and other elements into MachineState. I approve of it.

Re: [Qemu-devel] [PATCH] numa: numa nodeid need not be sequential

2019-07-31 Thread Daniel Black
On Wed, 31 Jul 2019 18:40:33 +1000 Daniel Black wrote: > Replace all nodeid assumptions with lookups in the numa_info array Tao Xu, Sorry, only just noticed your patches of the move of numa_info and other elements into MachineState. I approve of it. Lets see if I can follow all of Igor's com

[Qemu-devel] [PATCH] numa: numa nodeid need not be sequential

2019-07-31 Thread Daniel Black
Replace all nodeid assumptions with lookups in the numa_info array and remove aspects that assume a sequential numbering of nodes. This enables non-sequential NUMA node number topoligies to be created. Default assignments of CPU->nodeid (get_default_cpu_node_id) now return a nodeid from the numa_i