mbox

[PULL,0/7] Hexagon update

Message ID 20230105173826.21444-1-tsimpson@quicinc.com
State New
Headers show

Pull-request

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

Message

Taylor Simpson Jan. 5, 2023, 5:38 p.m. UTC
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

Comments

Peter Maydell Jan. 6, 2023, 1:34 p.m. UTC | #1
On Thu, 5 Jan 2023 at 17:38, Taylor Simpson <tsimpson@quicinc.com> wrote:
>
> 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
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.

-- PMM