Re: [PATCH v3] linux-user: Fix /proc/cpuinfo output for sparc and hppa

2023-01-26 Thread Laurent Vivier
Le 28/12/2022 à 22:09, Helge Deller a écrit : The sparc and hppa architectures provide an own output for the emulated /proc/cpuinfo file. Some userspace applications count (even if that's not the recommended way) the number of lines which start with "processor:" and assume that this number then

Re: [PATCH v3] linux-user: Fix /proc/cpuinfo output for sparc and hppa

2022-12-28 Thread Philippe Mathieu-Daudé
On 28/12/22 22:09, Helge Deller wrote: The sparc and hppa architectures provide an own output for the emulated /proc/cpuinfo file. Some userspace applications count (even if that's not the recommended way) the number of lines which start with "processor:" and assume that this number then reflect

[PATCH v3] linux-user: Fix /proc/cpuinfo output for sparc and hppa

2022-12-28 Thread Helge Deller
The sparc and hppa architectures provide an own output for the emulated /proc/cpuinfo file. Some userspace applications count (even if that's not the recommended way) the number of lines which start with "processor:" and assume that this number then reflects the number of online CPUs. Since those