summary refs log tree commit diff stats
path: root/linux-user/mips64/target_proc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+1
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>