Re: [PATCH 04/23] AArch64 specific CPU for bsd-user

2024-06-17 Thread Richard Henderson
On 6/17/24 11:57, Ajeet Singh wrote: From: Stacey Son Function to set and recieve thread-local-storage value from tpidr_el0 register Signed-off-by: Stacey Son Signed-off-by: Ajeet Singh --- bsd-user/aarch64/target_arch_cpu.c | 34 ++ 1 file changed, 34 insertio

[PATCH 04/23] AArch64 specific CPU for bsd-user

2024-06-17 Thread Ajeet Singh
From: Stacey Son Function to set and recieve thread-local-storage value from tpidr_el0 register Signed-off-by: Stacey Son Signed-off-by: Ajeet Singh --- bsd-user/aarch64/target_arch_cpu.c | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 bsd-user/aarch6