]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Split out cpu/target_proc.h
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Aug 2023 00:13:14 +0000 (17:13 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 1 Sep 2023 20:33:09 +0000 (13:33 -0700)
commit121c8dd69d7fa91558954eadc11bb6ce0474713c
tree12504bb58fb47eb49cfa1cd073063a71389eb7c7
parent17780edd81d27fcfdb7a802efc870a99788bd2fc
linux-user: Split out cpu/target_proc.h

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>
22 files changed:
linux-user/aarch64/target_proc.h [new file with mode: 0644]
linux-user/alpha/target_proc.h [new file with mode: 0644]
linux-user/arm/target_proc.h [new file with mode: 0644]
linux-user/cris/target_proc.h [new file with mode: 0644]
linux-user/hexagon/target_proc.h [new file with mode: 0644]
linux-user/hppa/target_proc.h [new file with mode: 0644]
linux-user/i386/target_proc.h [new file with mode: 0644]
linux-user/loongarch64/target_proc.h [new file with mode: 0644]
linux-user/m68k/target_proc.h [new file with mode: 0644]
linux-user/microblaze/target_proc.h [new file with mode: 0644]
linux-user/mips/target_proc.h [new file with mode: 0644]
linux-user/mips64/target_proc.h [new file with mode: 0644]
linux-user/nios2/target_proc.h [new file with mode: 0644]
linux-user/openrisc/target_proc.h [new file with mode: 0644]
linux-user/ppc/target_proc.h [new file with mode: 0644]
linux-user/riscv/target_proc.h [new file with mode: 0644]
linux-user/s390x/target_proc.h [new file with mode: 0644]
linux-user/sh4/target_proc.h [new file with mode: 0644]
linux-user/sparc/target_proc.h [new file with mode: 0644]
linux-user/syscall.c
linux-user/x86_64/target_proc.h [new file with mode: 0644]
linux-user/xtensa/target_proc.h [new file with mode: 0644]