qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 03/20] Hexagon HVX (target/hexagon) register names


From: Richard Henderson
Subject: Re: [PATCH 03/20] Hexagon HVX (target/hexagon) register names
Date: Sun, 25 Jul 2021 03:10:07 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/5/21 1:34 PM, Taylor Simpson wrote:
Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
---
  target/hexagon/hex_regs.h | 1 +
  1 file changed, 1 insertion(+)

diff --git a/target/hexagon/hex_regs.h b/target/hexagon/hex_regs.h
index f291911..e1b3149 100644
--- a/target/hexagon/hex_regs.h
+++ b/target/hexagon/hex_regs.h
@@ -76,6 +76,7 @@ enum {
      /* Use reserved control registers for qemu execution counts */
      HEX_REG_QEMU_PKT_CNT      = 52,
      HEX_REG_QEMU_INSN_CNT     = 53,
+    HEX_REG_QEMU_HVX_CNT      = 54,
      HEX_REG_UTIMERLO          = 62,
      HEX_REG_UTIMERHI          = 63,
  };

Maybe move the hunk in patch 2 adjusting hexagon_regnames to here?

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

r~



reply via email to

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