]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user: start to move target CPU functions to target_arch*
authorWarner Losh <imp@FreeBSD.org>
Tue, 3 Aug 2021 23:17:17 +0000 (17:17 -0600)
committerWarner Losh <imp@bsdimp.com>
Fri, 10 Sep 2021 20:13:06 +0000 (14:13 -0600)
commite2a74729181c51a0c9dff03bb7a99fc267bec996
tree27c763a4ccfde547b31c508a45e6baaabce84ac9
parent01a298a57ed3cd1fefbe70c691d74247c8f84906
bsd-user: start to move target CPU functions to target_arch*

Move the CPU functions into target_arch_cpu.c that are unique to each
CPU. These are defined in target_arch.h.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/i386/target_arch.h [new file with mode: 0644]
bsd-user/i386/target_arch_cpu.c [new file with mode: 0644]
bsd-user/main.c
bsd-user/x86_64/target_arch.h [new file with mode: 0644]
bsd-user/x86_64/target_arch_cpu.c [new file with mode: 0644]
configure
meson.build