Re: [PATCH v2 19/43] bsd-user: start to move target CPU functions to target_arch*

2021-08-27 Thread Warner Losh
> On Aug 26, 2021, at 10:39 PM, Philippe Mathieu-Daudé wrote: > > On 8/26/21 11:11 PM, i...@bsdimp.com wrote: >> From: Warner Losh >> >> Move the CPU functons into target_arch_cpu.c that are unique to each > > Typo "functions" doh! Thanks! >> CPU. These are defined in target_arch.h. >> >>

Re: [PATCH v2 19/43] bsd-user: start to move target CPU functions to target_arch*

2021-08-26 Thread Philippe Mathieu-Daudé
On 8/26/21 11:11 PM, i...@bsdimp.com wrote: > From: Warner Losh > > Move the CPU functons into target_arch_cpu.c that are unique to each Typo "functions" > CPU. These are defined in target_arch.h. > > Signed-off-by: Stacey Son > Signed-off-by: Warner Losh > Reviewed-by: Richard Henderson >

[PATCH v2 19/43] bsd-user: start to move target CPU functions to target_arch*

2021-08-26 Thread imp
From: Warner Losh Move the CPU functons into target_arch_cpu.c that are unique to each CPU. These are defined in target_arch.h. Signed-off-by: Stacey Son Signed-off-by: Warner Losh Reviewed-by: Richard Henderson --- bsd-user/i386/target_arch.h | 31 + bsd-user/i386/target_a