qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/7] linux-user/elfload.c: Add missing arm and arm64 hwcap va


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 3/7] linux-user/elfload.c: Add missing arm and arm64 hwcap values
Date: Mon, 11 Sep 2023 16:59:00 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.0

On 11/9/23 15:53, Peter Maydell wrote:
Our lists of Arm 32 and 64 bit hwcap values have lagged behind
the Linux kernel. Update them to include all the bits defined
as of upstream Linux git commit a48fa7efaf1161c1 (in the middle
of the kernel 6.6 dev cycle).

For 64-bit, we don't yet implement any of the features reported via
these hwcap bits.  For 32-bit we do in fact already implement them
all; we'll add the code to set them in a subsequent commit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
  linux-user/elfload.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 44 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Why can't we import asm/hwcap.h with update-linux-headers.sh?



reply via email to

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