qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Brian Cain <brian.cain@oss.qualcomm.com>
To: qemu-devel@nongnu.org
Cc: brian.cain@oss.qualcomm.com, richard.henderson@linaro.org,
	philmd@linaro.org, matheus.bernardino@oss.qualcomm.com,
	ale@rev.ng, anjo@rev.ng, marco.liebel@oss.qualcomm.com,
	ltaylorsimpson@gmail.com, alex.bennee@linaro.org,
	quic_mburton@quicinc.com, sidneym@quicinc.com
Subject: [PATCH 0/6] misc hexagon patches
Date: Thu,  3 Apr 2025 19:51:57 -0700	[thread overview]
Message-ID: <20250404025203.335025-1-brian.cain@oss.qualcomm.com> (raw)

While preparing the system emulation patches, these ones stuck out as
not-strictly-related to sysemu.  We can review and apply them independently
of those.

Brian Cain (6):
  target/hexagon: handle .new values
  target/hexagon: Fix badva reference, delete CAUSE
  target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
  target/hexagon: s/pkt_has_store/pkt_has_scalar_store
  target/hexagon: Remove unreachable
  target/hexagon: Add memory order definition

 target/hexagon/idef-parser/README.rst       |  2 +-
 target/hexagon/cpu-param.h                  |  5 +++
 target/hexagon/insn.h                       |  4 +--
 target/hexagon/macros.h                     |  8 ++---
 target/hexagon/cpu.c                        |  3 +-
 target/hexagon/decode.c                     | 10 ++++--
 target/hexagon/genptr.c                     |  3 +-
 target/hexagon/idef-parser/parser-helpers.c |  4 +--
 target/hexagon/op_helper.c                  |  4 +--
 target/hexagon/translate.c                  |  9 +++---
 target/hexagon/gen_helper_funcs.py          |  2 +-
 target/hexagon/hex_common.py                | 34 ++++++++++++++++-----
 12 files changed, 59 insertions(+), 29 deletions(-)

-- 
2.34.1


             reply	other threads:[~2025-04-04  2:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-04  2:51 Brian Cain [this message]
2025-04-04  2:51 ` [PATCH 1/6] target/hexagon: handle .new values Brian Cain
2025-04-04 13:25   ` Matheus Tavares Bernardino
2025-04-04 13:34     ` Brian Cain
2025-04-04  2:51 ` [PATCH 2/6] target/hexagon: Fix badva reference, delete CAUSE Brian Cain
2025-04-04  2:52 ` [PATCH 3/6] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof Brian Cain
2025-04-04  2:52 ` [PATCH 4/6] target/hexagon: s/pkt_has_store/pkt_has_scalar_store Brian Cain
2025-04-04  2:52 ` [PATCH 5/6] target/hexagon: Remove unreachable Brian Cain
2025-04-04  2:52 ` [PATCH 6/6] target/hexagon: Add memory order definition Brian Cain
2025-04-04 14:33   ` Richard Henderson
2025-04-04 15:20     ` Brian Cain

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=20250404025203.335025-1-brian.cain@oss.qualcomm.com \
    --to=brian.cain@oss.qualcomm.com \
    --cc=ale@rev.ng \
    --cc=alex.bennee@linaro.org \
    --cc=anjo@rev.ng \
    --cc=ltaylorsimpson@gmail.com \
    --cc=marco.liebel@oss.qualcomm.com \
    --cc=matheus.bernardino@oss.qualcomm.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quic_mburton@quicinc.com \
    --cc=richard.henderson@linaro.org \
    --cc=sidneym@quicinc.com \
    /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).