Re: [PATCH 03/10] linux-user/aarch64: Remove unused get/put_user macros

2025-03-06 Thread Richard Henderson
On 3/6/25 08:39, Peter Maydell wrote: At the top of linux-user/aarch64/cpu_loop.c we define a set of macros for reading and writing data and code words, but we never use these macros. Delete them. Signed-off-by: Peter Maydell --- linux-user/aarch64/cpu_loop.c | 48 -

[PATCH 03/10] linux-user/aarch64: Remove unused get/put_user macros

2025-03-06 Thread Peter Maydell
At the top of linux-user/aarch64/cpu_loop.c we define a set of macros for reading and writing data and code words, but we never use these macros. Delete them. Signed-off-by: Peter Maydell --- linux-user/aarch64/cpu_loop.c | 48 --- 1 file changed, 48 deletions(-)