qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/7] Hexagon update
@ 2023-01-05 17:38 Taylor Simpson
  2023-01-05 17:38 ` [PULL 1/7] linux-user/hexagon: fix signal context save & restore Taylor Simpson
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Taylor Simpson @ 2023-01-05 17:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: tsimpson, richard.henderson, philmd, peter.maydell, bcain,
	quic_mathbern, stefanha

The following changes since commit cb9c6a8e5ad6a1f0ce164d352e3102df46986e22:

  .gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs (2023-01-04 18:58:33 +0000)

are available in the Git repository at:

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

for you to fetch changes up to dc63b1492c2d8140d3b47093700bb9bb52c0d97b:

  Update scripts/meson-buildoptions.sh (2023-01-05 09:19:02 -0800)

----------------------------------------------------------------
Hexagon update: patches from several folks

----------------------------------------------------------------
Alessandro Di Federico (2):
      target/hexagon: suppress unused variable warning
      Update scripts/meson-buildoptions.sh

Marco Liebel (1):
      Hexagon (target/hexagon) implement mutability mask for GPRs

Matheus Tavares Bernardino (1):
      target/hexagon/idef-parser: fix two typos in README

Mukilan Thiyagarajan (3):
      linux-user/hexagon: fix signal context save & restore
      target/hexagon: rename aliased register HEX_REG_P3_0
      tests/tcg/hexagon: fix underspecifed asm constraints

 target/hexagon/idef-parser/README.rst    |   4 +-
 target/hexagon/hex_regs.h                |   2 +-
 linux-user/hexagon/signal.c              |  17 ++--
 target/hexagon/cpu.c                     |   6 +-
 target/hexagon/genptr.c                  |  56 ++++++++++--
 tests/tcg/hexagon/mem_noshuf.c           |   2 +-
 tests/tcg/hexagon/misc.c                 |   6 +-
 tests/tcg/hexagon/reg_mut.c              | 152 +++++++++++++++++++++++++++++++
 tests/tcg/hexagon/signal_context.c       |  84 +++++++++++++++++
 scripts/meson-buildoptions.sh            |  18 ++--
 target/hexagon/idef-parser/idef-parser.y |   2 +
 target/hexagon/meson.build               |   1 -
 tests/tcg/hexagon/Makefile.target        |   2 +
 13 files changed, 321 insertions(+), 31 deletions(-)
 create mode 100644 tests/tcg/hexagon/reg_mut.c
 create mode 100644 tests/tcg/hexagon/signal_context.c

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

end of thread, other threads:[~2023-01-06 13:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05 17:38 [PULL 0/7] Hexagon update Taylor Simpson
2023-01-05 17:38 ` [PULL 1/7] linux-user/hexagon: fix signal context save & restore Taylor Simpson
2023-01-05 17:38 ` [PULL 2/7] target/hexagon: rename aliased register HEX_REG_P3_0 Taylor Simpson
2023-01-05 17:38 ` [PULL 3/7] tests/tcg/hexagon: fix underspecifed asm constraints Taylor Simpson
2023-01-05 17:38 ` [PULL 4/7] target/hexagon/idef-parser: fix two typos in README Taylor Simpson
2023-01-05 17:38 ` [PULL 5/7] target/hexagon: suppress unused variable warning Taylor Simpson
2023-01-05 17:38 ` [PULL 6/7] Hexagon (target/hexagon) implement mutability mask for GPRs Taylor Simpson
2023-01-05 17:38 ` [PULL 7/7] Update scripts/meson-buildoptions.sh Taylor Simpson
2023-01-06 13:34 ` [PULL 0/7] Hexagon update Peter Maydell

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).