summary refs log tree commit diff stats
path: root/linux-user/s390x/target_proc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* linux-user: Move hwcap functions to s390x/elfload.cRichard Henderson2025-08-281-1/+1
| | | | | | | | For get_elf_hwcap, change the return type to abi_ulong and pass in the cpu. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+109
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>