All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/5] hex queue
@ 2024-12-13  4:18 Brian Cain
  2024-12-13  4:18 ` [PULL 1/5] Hexagon (target/hexagon) Remove HEX_DEBUG/HEX_DEBUG_LOG Brian Cain
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Brian Cain @ 2024-12-13  4:18 UTC (permalink / raw)
  To: qemu-devel
  Cc: brian.cain, philmd, peter.maydell, quic_mathbern, ale, anjo,
	quic_mliebel, ltaylorsimpson

The following changes since commit a5ba0a7e4e150d1350a041f0d0ef9ca6c8d7c307:

  Merge tag 'pull-aspeed-20241211' of https://github.com/legoater/qemu into staging (2024-12-11 15:16:47 +0000)

are available in the Git repository at:

  https://github.com/quic/qemu tags/pull-hex-20241212

for you to fetch changes up to b29b11b51f1ac1884a64c5b6bde969a46206263f:

  target/hexagon: Make HVX vector args. restrict * (2024-12-12 21:43:57 -0600)

----------------------------------------------------------------
Remove HEX_DEBUG, EXCP/CAUSE fixes

----------------------------------------------------------------
Anton Johansson (2):
      target/hexagon: Use argparse in all python scripts
      target/hexagon: Make HVX vector args. restrict *

Brian Cain (2):
      target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_*
      target/hexagon: add enums for event, cause

Taylor Simpson (1):
      Hexagon (target/hexagon) Remove HEX_DEBUG/HEX_DEBUG_LOG

 linux-user/hexagon/cpu_loop.c           |   4 +-
 target/hexagon/README                   |   9 ---
 target/hexagon/cpu.h                    |   8 +--
 target/hexagon/cpu_bits.h               |  21 ++++--
 target/hexagon/gen_analyze_funcs.py     |   6 +-
 target/hexagon/gen_decodetree.py        |  19 ++++--
 target/hexagon/gen_helper_funcs.py      |   7 +-
 target/hexagon/gen_helper_protos.py     |   7 +-
 target/hexagon/gen_idef_parser_funcs.py |  11 +++-
 target/hexagon/gen_op_attribs.py        |  11 +++-
 target/hexagon/gen_opcodes_def.py       |  11 +++-
 target/hexagon/gen_printinsn.py         |  11 +++-
 target/hexagon/gen_tcg.h                |   2 +-
 target/hexagon/gen_tcg_func_table.py    |  11 +++-
 target/hexagon/gen_tcg_funcs.py         |   9 +--
 target/hexagon/gen_trans_funcs.py       |  18 ++++-
 target/hexagon/genptr.c                 |   7 --
 target/hexagon/helper.h                 |   3 -
 target/hexagon/hex_common.py            |  33 +++++-----
 target/hexagon/internal.h               |  11 ----
 target/hexagon/meson.build              |   2 +-
 target/hexagon/mmvec/macros.h           |  36 +++++-----
 target/hexagon/op_helper.c              | 112 --------------------------------
 target/hexagon/translate.c              |  72 +-------------------
 target/hexagon/translate.h              |   2 -
 25 files changed, 148 insertions(+), 295 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-12-16 14:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13  4:18 [PULL 0/5] hex queue Brian Cain
2024-12-13  4:18 ` [PULL 1/5] Hexagon (target/hexagon) Remove HEX_DEBUG/HEX_DEBUG_LOG Brian Cain
2024-12-13  4:18 ` [PULL 2/5] target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_* Brian Cain
2024-12-13  4:18 ` [PULL 3/5] target/hexagon: add enums for event, cause Brian Cain
2024-12-13  4:18 ` [PULL 4/5] target/hexagon: Use argparse in all python scripts Brian Cain
2024-12-13  4:18 ` [PULL 5/5] target/hexagon: Make HVX vector args. restrict * Brian Cain
2024-12-15  3:29 ` [PULL 0/5] hex queue Brian Cain
2024-12-15 12:33 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.