Re: [PATCH v3 20/43] bsd-user: Move per-cpu code into target_arch_cpu.h

2021-09-05 Thread Richard Henderson
On 9/3/21 1:47 AM, i...@bsdimp.com wrote: From: Warner Losh Move cpu_loop() into target_cpu_loop(), and put that in target_arch_cpu.h for each architecture. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/i386/target_arch_cpu.c | 1 + bsd-user/i386/target_arch_cpu.h |

[PATCH v3 20/43] bsd-user: Move per-cpu code into target_arch_cpu.h

2021-09-02 Thread imp
From: Warner Losh Move cpu_loop() into target_cpu_loop(), and put that in target_arch_cpu.h for each architecture. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/i386/target_arch_cpu.c | 1 + bsd-user/i386/target_arch_cpu.h | 209 bsd-user/main.c