Re: [PATCH v2 01/10] bsd-user: drop not longer used target_reset_cpu()

2025-03-01 Thread Warner Losh
On Fri, Feb 7, 2025 at 9:21 AM Igor Mammedov wrote: > target_reset_cpu() static inlines have no user, > remove them. > > Signed-off-by: Igor Mammedov > --- > CC: Warner Losh > CC: Kyle Evans > --- > bsd-user/aarch64/target_arch_cpu.h | 5 - > bsd-user/arm/target_arch_cpu.h | 4 >

Re: [PATCH v2 01/10] bsd-user: drop not longer used target_reset_cpu()

2025-02-25 Thread Alex Bennée
Igor Mammedov writes: > target_reset_cpu() static inlines have no user, > remove them. > > Signed-off-by: Igor Mammedov > --- > CC: Warner Losh > CC: Kyle Evans Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v2 01/10] bsd-user: drop not longer used target_reset_cpu()

2025-02-07 Thread Igor Mammedov
target_reset_cpu() static inlines have no user, remove them. Signed-off-by: Igor Mammedov --- CC: Warner Losh CC: Kyle Evans --- bsd-user/aarch64/target_arch_cpu.h | 5 - bsd-user/arm/target_arch_cpu.h | 4 bsd-user/i386/target_arch_cpu.h| 5 - bsd-user/riscv/target_arch_c