qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: deller@kernel.org
To: qemu-devel@nongnu.org
Cc: Helge Deller <deller@gmx.de>,
	Richard Henderson <richard.henderson@linaro.org>
Subject: [PATCH v2 5/6] target/hppa: Extract diagnose immediate value
Date: Fri, 15 Sep 2023 17:38:40 +0200	[thread overview]
Message-ID: <20230915153841.57564-6-deller@kernel.org> (raw)
In-Reply-To: <20230915153841.57564-1-deller@kernel.org>

From: Helge Deller <deller@gmx.de>

Extract the immediate value given by the diagnose CPU instruction.
This is needed to distinguish the various diagnose calls.

Signed-off-by: Helge Deller <deller@gmx.de>
---
 target/hppa/insns.decode | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/hppa/insns.decode b/target/hppa/insns.decode
index 27341d27b2..aebe03ccfd 100644
--- a/target/hppa/insns.decode
+++ b/target/hppa/insns.decode
@@ -528,4 +528,4 @@ fdiv_d          001110 ..... ..... 011 ..... ... .....  @f0e_d_3
 xmpyu           001110 ..... ..... 010 .0111 .00 t:5    r1=%ra64 r2=%rb64
 
 # diag
-diag            000101 ----- ----- ---- ---- ---- ----
+diag            000101 i:26
-- 
2.41.0



  parent reply	other threads:[~2023-09-15 15:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-15 15:38 [PATCH v2 0/6] Add Block-TLB support for hppa target deller
2023-09-15 15:38 ` [PATCH v2 1/6] target/hppa: Update to SeaBIOS-hppa version 9 deller
2023-09-15 15:38 ` [PATCH v2 2/6] target/hppa: Allow up to 16 BTLB entries deller
2023-09-15 15:38 ` [PATCH v2 3/6] target/hppa: Report and clear BTLBs via fw_cfg at startup deller
2023-09-15 15:38 ` [PATCH v2 4/6] target/hppa: Add BTLB support to hppa TLB functions deller
2023-09-15 15:38 ` deller [this message]
2023-09-15 15:38 ` [PATCH v2 6/6] target/hppa: Wire up diag instruction to support BTLB deller

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=20230915153841.57564-6-deller@kernel.org \
    --to=deller@kernel.org \
    --cc=deller@gmx.de \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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).