qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC v11 48/55] target/arm: arch_dump: restrict ELFCLASS64 to AArch6


From: Richard Henderson
Subject: Re: [RFC v11 48/55] target/arm: arch_dump: restrict ELFCLASS64 to AArch64
Date: Thu, 25 Mar 2021 13:05:31 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/23/21 9:46 AM, Claudio Fontana wrote:
this will allow us to restrict more code to TARGET_AARCH64

Signed-off-by: Claudio Fontana <cfontana@suse.de>
---
  target/arm/helper-a64.h |  2 ++
  target/arm/helper.h     |  1 -
  target/arm/arch_dump.c  | 12 +++++++-----
  target/arm/cpu.c        |  1 -
  target/arm/cpu64.c      |  4 ++++
  target/arm/tcg/helper.c | 13 +++++++++++--
  6 files changed, 24 insertions(+), 9 deletions(-)

diff --git a/target/arm/helper-a64.h b/target/arm/helper-a64.h
index c139fa81f9..342f55d577 100644
--- a/target/arm/helper-a64.h
+++ b/target/arm/helper-a64.h
@@ -119,3 +119,5 @@ DEF_HELPER_FLAGS_2(st2g_stub, TCG_CALL_NO_WG, void, env, 
i64)
  DEF_HELPER_FLAGS_2(ldgm, TCG_CALL_NO_WG, i64, env, i64)
  DEF_HELPER_FLAGS_3(stgm, TCG_CALL_NO_WG, void, env, i64, i64)
  DEF_HELPER_FLAGS_3(stzgm_tags, TCG_CALL_NO_WG, void, env, i64, i64)
+
+DEF_HELPER_FLAGS_2(rebuild_hflags_a64, TCG_CALL_NO_RWG, void, env, int)

I'm certain this has nothing to do with arch_dump.
Split your patches.


r~



reply via email to

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