qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v11 17/26] linux-user: Add LoongArch generic header files


From: Richard Henderson
Subject: Re: [PATCH v11 17/26] linux-user: Add LoongArch generic header files
Date: Sat, 20 Nov 2021 10:54:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 11/19/21 7:13 AM, Song Gao wrote:
This includes:
- sockbits.h
- target_errno_defs.h
- target_fcntl.h
- termbits.h

Signed-off-by: Song Gao<gaosong@loongson.cn>
Signed-off-by: Xiaojuan Yang<yangxiaojuan@loongson.cn>
---
  linux-user/loongarch64/sockbits.h          | 11 +++++++++++
  linux-user/loongarch64/target_errno_defs.h | 12 ++++++++++++
  linux-user/loongarch64/target_fcntl.h      | 11 +++++++++++
  linux-user/loongarch64/termbits.h          | 11 +++++++++++
  4 files changed, 45 insertions(+)
  create mode 100644 linux-user/loongarch64/sockbits.h
  create mode 100644 linux-user/loongarch64/target_errno_defs.h
  create mode 100644 linux-user/loongarch64/target_fcntl.h
  create mode 100644 linux-user/loongarch64/termbits.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]