Re: [RFC PATCH v3 03/13] hw/arm/virt: Replace smp_parse with one that prefers cores

2020-11-09 Thread Andrew Jones
ha...@gmail.com; alistair.fran...@wdc.com; > > Zhanghailiang ; Salil Mehta > > > > Subject: [RFC PATCH v3 03/13] hw/arm/virt: Replace smp_parse with one that > > prefers cores > > > > From: Andrew Jones > > > > The virt machine type has never used the CP

RE: [RFC PATCH v3 03/13] hw/arm/virt: Replace smp_parse with one that prefers cores

2020-11-09 Thread Salil Mehta
ect: [RFC PATCH v3 03/13] hw/arm/virt: Replace smp_parse with one that > prefers cores > > From: Andrew Jones > > The virt machine type has never used the CPU topology parameters, other > than number of online CPUs and max CPUs. When choosing how to allocate > th

[RFC PATCH v3 03/13] hw/arm/virt: Replace smp_parse with one that prefers cores

2020-11-08 Thread Ying Fang
From: Andrew Jones The virt machine type has never used the CPU topology parameters, other than number of online CPUs and max CPUs. When choosing how to allocate those CPUs the default has been to assume cores. In preparation for using the other CPU topology parameters let's use an smp_parse