qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v15 1/9] linux-user: Add LoongArch generic header files


From: WANG Xuerui
Subject: Re: [PATCH v15 1/9] linux-user: Add LoongArch generic header files
Date: Thu, 9 Jun 2022 17:54:02 +0800
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Thunderbird/103.0a1


On 2022/6/9 10:42, Song Gao wrote:
This includes:
- sockbits.h
- target_errno_defs.h
- target_fcntl.h
- termbits.h
- target_resource.h
- target_structs.h

Signed-off-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
  linux-user/loongarch64/sockbits.h          | 11 +++++++++++
  linux-user/loongarch64/target_errno_defs.h | 12 ++++++++++++
  linux-user/loongarch64/target_fcntl.h      | 11 +++++++++++
  linux-user/loongarch64/target_prctl.h      |  1 +
  linux-user/loongarch64/target_resource.h   | 11 +++++++++++
  linux-user/loongarch64/target_structs.h    | 11 +++++++++++
  linux-user/loongarch64/termbits.h          | 11 +++++++++++
  7 files changed, 68 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/target_prctl.h
  create mode 100644 linux-user/loongarch64/target_resource.h
  create mode 100644 linux-user/loongarch64/target_structs.h
  create mode 100644 linux-user/loongarch64/termbits.h

So this is all nicely generic.

Reviewed-by: WANG Xuerui <git@xen0n.name>




reply via email to

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