Re: [PATCH 61/89] linux-user: Move get_elf_cpu_model to target/elfload.c

2025-08-02 Thread Peter Maydell
On Wed, 30 Jul 2025 at 01:38, Richard Henderson wrote: > > Rename from cpu_get_model to emphasize that this is > an elf-specific function. Declare the function once > in loader.h. > > This frees up target_elf.h for other uses. > > Signed-off-by: Richard Henderson > @@ -805,7 +804,7 @@ int main

[PATCH 61/89] linux-user: Move get_elf_cpu_model to target/elfload.c

2025-07-29 Thread Richard Henderson
Rename from cpu_get_model to emphasize that this is an elf-specific function. Declare the function once in loader.h. This frees up target_elf.h for other uses. Signed-off-by: Richard Henderson --- linux-user/aarch64/target_elf.h | 5 +--- linux-user/alpha/target_elf.h | 5 +--- lin