[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] hex queue
From: |
Brian Cain |
Subject: |
[PULL 0/5] hex queue |
Date: |
Thu, 12 Dec 2024 20:18:31 -0800 |
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(-)
- [PULL 0/5] hex queue,
Brian Cain <=
- [PULL 3/5] target/hexagon: add enums for event, cause, Brian Cain, 2024/12/12
- [PULL 1/5] Hexagon (target/hexagon) Remove HEX_DEBUG/HEX_DEBUG_LOG, Brian Cain, 2024/12/12
- [PULL 5/5] target/hexagon: Make HVX vector args. restrict *, Brian Cain, 2024/12/12
- [PULL 2/5] target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_*, Brian Cain, 2024/12/12
- [PULL 4/5] target/hexagon: Use argparse in all python scripts, Brian Cain, 2024/12/12
- Re: [PULL 0/5] hex queue, Brian Cain, 2024/12/14
- Re: [PULL 0/5] hex queue, Stefan Hajnoczi, 2024/12/16