qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] cb4693: linux-user/elfload: Implement ELF_HWC


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] cb4693: linux-user/elfload: Implement ELF_HWCAP for RISC-V
Date: Thu, 08 Jul 2021 08:36:11 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: cb46938c45144045c1ae278abb05b6a1cf2de445
      
https://github.com/qemu/qemu/commit/cb46938c45144045c1ae278abb05b6a1cf2de445
  Author: Kito Cheng <kito.cheng@sifive.com>
  Date:   2021-07-07 (Wed, 07 Jul 2021)

  Changed paths:
    M linux-user/elfload.c

  Log Message:
  -----------
  linux-user/elfload: Implement ELF_HWCAP for RISC-V

Set I, M, A, F, D and C bit for hwcap if misa is set.

Signed-off-by: Kito Cheng <kito.cheng@sifive.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210706035015.122899-1-kito.cheng@sifive.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 7aa9fe3a520266cbbe16c249381fe542f9e4c6a4
      
https://github.com/qemu/qemu/commit/7aa9fe3a520266cbbe16c249381fe542f9e4c6a4
  Author: Andreas Schwab <schwab@suse.de>
  Date:   2021-07-07 (Wed, 07 Jul 2021)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  linux-user: fill ppid field in /proc/self/stat

Signed-off-by: Andreas Schwab <schwab@suse.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <mvmwnqnef5g.fsf@suse.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: a46955ff61104d13e5769a47a1b4e0f78dd1c70d
      
https://github.com/qemu/qemu/commit/a46955ff61104d13e5769a47a1b4e0f78dd1c70d
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2021-07-07 (Wed, 07 Jul 2021)

  Changed paths:
    M linux-user/linuxload.c

  Log Message:
  -----------
  linux-user: Fix style problems in linuxload.c

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210706234932.356913-3-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: f5f35cec5a08e3b16bff482e8fe1578f62dd3e09
      
https://github.com/qemu/qemu/commit/f5f35cec5a08e3b16bff482e8fe1578f62dd3e09
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-07-07 (Wed, 07 Jul 2021)

  Changed paths:
    M linux-user/alpha/target_syscall.h

  Log Message:
  -----------
  linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN

Linux kernel defines EWOULDBLOCK as EAGAIN (since before v2.6.12-rc2).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210704183755.655002-2-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: db10481c00e5787c57523579c2571791a5bffb38
      
https://github.com/qemu/qemu/commit/db10481c00e5787c57523579c2571791a5bffb38
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-07-07 (Wed, 07 Jul 2021)

  Changed paths:
    M linux-user/hppa/target_syscall.h

  Log Message:
  -----------
  linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN

Linux kernel defines EWOULDBLOCK as EAGAIN (since before v2.6.12-rc2).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210704183755.655002-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: bc3359f7395bbc0a50ac1499948a028b885a207c
      
https://github.com/qemu/qemu/commit/bc3359f7395bbc0a50ac1499948a028b885a207c
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-07-07 (Wed, 07 Jul 2021)

  Changed paths:
    M linux-user/mips/target_syscall.h
    M linux-user/mips64/target_syscall.h

  Log Message:
  -----------
  linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN

Linux kernel defines EWOULDBLOCK as EAGAIN (since before v2.6.12-rc2).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210704183755.655002-4-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 04b853935f96bec799c9bd5f1e2e1343213df187
      
https://github.com/qemu/qemu/commit/04b853935f96bec799c9bd5f1e2e1343213df187
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-07-07 (Wed, 07 Jul 2021)

  Changed paths:
    M linux-user/alpha/target_syscall.h

  Log Message:
  -----------
  linux-user/alpha: Remove hardcoded tabs (code style)

We are going to move this code, fix its style first.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210704183755.655002-7-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: c632ea1dd90313bc360b9de9d5014c2167f4d038
      
https://github.com/qemu/qemu/commit/c632ea1dd90313bc360b9de9d5014c2167f4d038
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-07-07 (Wed, 07 Jul 2021)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  linux-user/syscall: Remove hardcoded tabs (code style)

We are going to move this code, fix its style first.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210704183755.655002-12-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 9db3065c62a983286d06c207f4981408cf42184d
      
https://github.com/qemu/qemu/commit/9db3065c62a983286d06c207f4981408cf42184d
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-07-08 (Thu, 08 Jul 2021)

  Changed paths:
    M linux-user/alpha/target_syscall.h
    M linux-user/elfload.c
    M linux-user/hppa/target_syscall.h
    M linux-user/linuxload.c
    M linux-user/mips/target_syscall.h
    M linux-user/mips64/target_syscall.h
    M linux-user/syscall.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/vivier2/tags/linux-user-for-6.1-pull-request' into staging

linux-user pull request 20210708

Code and style cleanup
Add ppid in self/stat
ELF_HWCAP for RISC-V

# gpg: Signature made Thu 08 Jul 2021 11:07:31 BST
# gpg:                using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
# gpg:                issuer "laurent@vivier.eu"
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" 
[full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/linux-user-for-6.1-pull-request:
  linux-user/syscall: Remove hardcoded tabs (code style)
  linux-user/alpha: Remove hardcoded tabs (code style)
  linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
  linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
  linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
  linux-user: Fix style problems in linuxload.c
  linux-user: fill ppid field in /proc/self/stat
  linux-user/elfload: Implement ELF_HWCAP for RISC-V

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/eba61056e4cc...9db3065c62a9



reply via email to

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