qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 06/18] target/arm/translate.h: expand comment on DISAS_EXIT
Date: Mon, 17 Jul 2017 13:44:42 +0100	[thread overview]
Message-ID: <1500295494-8991-7-git-send-email-peter.maydell@linaro.org> (raw)
In-Reply-To: <1500295494-8991-1-git-send-email-peter.maydell@linaro.org>

From: Alex Bennée <alex.bennee@linaro.org>

We already have an exit condition, DISAS_UPDATE which will exit the
run-loop. Expand on the difference with DISAS_EXIT in the comments.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-id: 20170713141928.25419-4-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 target/arm/translate.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/target/arm/translate.h b/target/arm/translate.h
index 15d383d..12fd79b 100644
--- a/target/arm/translate.h
+++ b/target/arm/translate.h
@@ -140,7 +140,10 @@ static void disas_set_insn_syndrome(DisasContext *s, uint32_t syn)
  */
 #define DISAS_BX_EXCRET 11
 /* For instructions which want an immediate exit to the main loop,
- * as opposed to attempting to use lookup_and_goto_ptr.
+ * as opposed to attempting to use lookup_and_goto_ptr. Unlike
+ * DISAS_UPDATE this doesn't write the PC on exiting the translation
+ * loop so you need to ensure something (gen_a64_set_pc_im or runtime
+ * helper) has done so before we reach return from cpu_tb_exec.
  */
 #define DISAS_EXIT 12
 
-- 
2.7.4

  parent reply	other threads:[~2017-07-17 12:45 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-17 12:44 [Qemu-devel] [PULL 00/18] target-arm queue Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 01/18] qdev-properties.h: Explicitly set the default value for arraylen properties Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 02/18] qdev: support properties which don't set a default value Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 03/18] target/arm: Make Cortex-M3 and M4 default to 8 PMSA regions Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 04/18] include/exec/exec-all: document common exit conditions Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 05/18] target/arm/translate: make DISAS_UPDATE match declared semantics Peter Maydell
2017-07-17 12:44 ` Peter Maydell [this message]
2017-07-17 12:44 ` [Qemu-devel] [PULL 07/18] target/arm/translate: ensure gen_goto_tb sets exit flags Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 08/18] target/arm: use gen_goto_tb for ISB handling Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 09/18] target/arm: use DISAS_EXIT for eret handling Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 10/18] hw/arm/mps2: Implement skeleton mps2-an385 and mps2-an511 board models Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 11/18] hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UART Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 12/18] hw/arm/mps2: Add UARTs Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 13/18] hw/char/cmsdk-apb-timer: Implement CMSDK APB timer device Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 14/18] hw/arm/mps2: Add timers Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 15/18] hw/misc/mps2_scc: Implement MPS2 Serial Communication Controller Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 16/18] hw/arm/mps2: Add SCC Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 17/18] hw/arm/mps2: Add ethernet Peter Maydell
2017-07-17 12:44 ` [Qemu-devel] [PULL 18/18] MAINTAINERS: Add entries for MPS2 board Peter Maydell
2017-07-18  1:46 ` [Qemu-devel] [PULL 00/18] target-arm queue no-reply
2017-07-18 10:40 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1500295494-8991-7-git-send-email-peter.maydell@linaro.org \
    --to=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).