qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 8/8] target/tricore: Fix ICR.IE offset in RESTORE insn


From: Richard Henderson
Subject: Re: [PATCH v4 8/8] target/tricore: Fix ICR.IE offset in RESTORE insn
Date: Wed, 21 Jun 2023 16:39:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/21/23 16:23, Bastian Koppelmann wrote:
from ISA v1.6.1 onwards the bit position of ICR.IE changed.
ctx->icr_ie_offset contains the correct value for the ISA version used
by the vCPU. We also need to exit this tb here, as we might have enabled
interrupts.

Signed-off-by: Bastian Koppelmann<kbastian@mail.uni-paderborn.de>
---
v3 -> v4:
     - Exit tb for RESTORE

  target/tricore/translate.c | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)

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

r~



reply via email to

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