Hi, Laurent.
On 09/23/2021 02:53 PM, Laurent Vivier wrote:
>> diff --git a/linux-user/loongarch64/syscall_nr.h
>> b/linux-user/loongarch64/syscall_nr.h
>> new file mode 100644
>> index 000..8fbf287
>> --- /dev/null
>> +++ b/linux-user/loongarch64/syscall_nr.h
>> @@ -0,0 +1,312 @@
>> +/*
>> +
Le 17/09/2021 à 10:12, Song Gao a écrit :
> Implementation of linux user emulation for LoongArch.
>
> Signed-off-by: Song Gao
> Signed-off-by: XiaoJuan Yang
> ---
> accel/tcg/user-exec.c | 15 ++
> configure | 5 +
> include/elf.h
Implementation of linux user emulation for LoongArch.
Signed-off-by: Song Gao
Signed-off-by: XiaoJuan Yang
---
accel/tcg/user-exec.c | 15 ++
configure | 5 +
include/elf.h | 2 +
linux-user/elfload.c