summary refs log tree commit diff stats
path: root/linux-user/sparc/target_proc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* linux-user: Add missing /proc/cpuinfo fields for sparcHelge Deller2025-01-161-1/+19
| | | | | | | | | Add some missing fields which may be parsed by userspace applications. Signed-off-by: Helge Deller <deller@gmx.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <Z39B1wzNNpndmOxZ@p100>
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+16
Move the various open_cpuinfo functions into new files. Move the m68k open_hardware function as well. All other guest architectures get a boilerplate empty file. Tested-by: Helge Deller <deller@gmx.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>