Re: [PATCH v2] linux-user: Add missing /proc/cpuinfo fields for sparc

2025-01-16 Thread Richard Henderson
On 1/8/25 19:26, Helge Deller wrote: Add some missing fields which may be parsed by userspace applications. Signed-off-by: Helge Deller v2: - fixed cpu name and type depending on currently active CPU Queued, thanks r~

Re: [PATCH v2] linux-user: Add missing /proc/cpuinfo fields for sparc

2025-01-09 Thread Richard Henderson
On 1/8/25 19:26, Helge Deller wrote: Add some missing fields which may be parsed by userspace applications. Signed-off-by: Helge Deller v2: - fixed cpu name and type depending on currently active CPU diff --git a/linux-user/sparc/target_proc.h b/linux-user/sparc/target_proc.h index 3bb3134a47

[PATCH v2] linux-user: Add missing /proc/cpuinfo fields for sparc

2025-01-08 Thread Helge Deller
Add some missing fields which may be parsed by userspace applications. Signed-off-by: Helge Deller v2: - fixed cpu name and type depending on currently active CPU diff --git a/linux-user/sparc/target_proc.h b/linux-user/sparc/target_proc.h index 3bb3134a47..744fa10730 100644 --- a/linux-user/sp