The following changes since commit c52d69e7dbaaed0ffdef8125e79218672c30161d:
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20211027' into staging (2021-10-27 11:45:18 -0700) are available in the git repository at: https://github.com/quic/qemu tags/pull-hex-20211028 for you to fetch changes up to b9dd6ff91d29b9e38afd7facf1d683f34bd1ec10: Hexagon (target/hexagon) put writes to USR into temp until commit (2021-10-28 22:22:49 -0500) ---------------------------------------------------------------- Followup to replace more tcg_const_* with tcg_constant_tl* Fix bug to delay writes to USR until packet commit ---------------------------------------------------------------- Taylor Simpson (2): Hexagon (target/hexagon) more tcg_constant_* Hexagon (target/hexagon) put writes to USR into temp until commit target/hexagon/gen_tcg.h | 9 ++-- target/hexagon/macros.h | 9 ++-- target/hexagon/attribs_def.h.inc | 1 + target/hexagon/translate.c | 12 +++-- tests/tcg/hexagon/overflow.c | 107 ++++++++++++++++++++++++++++++++++++++ target/hexagon/gen_tcg_funcs.py | 11 +--- target/hexagon/hex_common.py | 2 + tests/tcg/hexagon/Makefile.target | 1 + 8 files changed, 129 insertions(+), 23 deletions(-) create mode 100644 tests/tcg/hexagon/overflow.c