mbox

[PULL,v2,0/4] Hexagon (target/hexagon) bug fixes

Message ID 1624986876-2264-1-git-send-email-tsimpson@quicinc.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Taylor Simpson June 29, 2021, 5:14 p.m. UTC
The following changes since commit 13d5f87cc3b94bfccc501142df4a7b12fee3a6e7:

  Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-axp-20210628' into staging (2021-06-29 10:02:42 +0100)

are available in the git repository at:

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

for you to fetch changes up to fb858fb76b1b2dfdf64f82669df1270c0c19a033:

  Hexagon (target/hexagon) remove unused TCG variables (2021-06-29 11:32:50 -0500)

----------------------------------------------------------------
Fixes for bugs found by inspection and internal testing
Tests added to tests/tcg/hexagon/misc.c

----------------------------------------------------------------
Taylor Simpson (4):
      Hexagon (target/hexagon) fix bug in fLSBNEW*
      Hexagon (target/hexagon) fix l2fetch instructions
      Hexagon (target/hexagon) cleanup gen_store_conditional[48] functions
      Hexagon (target/hexagon) remove unused TCG variables

 target/hexagon/gen_tcg.h              | 15 +++++++++--
 target/hexagon/macros.h               | 30 ++++++++--------------
 target/hexagon/genptr.c               | 22 +++-------------
 target/hexagon/op_helper.c            |  5 ----
 target/hexagon/translate.c            | 11 ++------
 tests/tcg/hexagon/misc.c              | 48 ++++++++++++++++++++++++++++++++++-
 target/hexagon/imported/encode_pp.def |  3 +++
 7 files changed, 80 insertions(+), 54 deletions(-)

Comments

Peter Maydell June 30, 2021, 8:08 p.m. UTC | #1
On Tue, 29 Jun 2021 at 18:14, Taylor Simpson <tsimpson@quicinc.com> wrote:
>
> The following changes since commit 13d5f87cc3b94bfccc501142df4a7b12fee3a6e7:
>
>   Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-axp-20210628' into staging (2021-06-29 10:02:42 +0100)
>
> are available in the git repository at:
>
>   https://github.com/quic/qemu tags/pull-hex-20210629
>
> for you to fetch changes up to fb858fb76b1b2dfdf64f82669df1270c0c19a033:
>
>   Hexagon (target/hexagon) remove unused TCG variables (2021-06-29 11:32:50 -0500)
>
> ----------------------------------------------------------------
> Fixes for bugs found by inspection and internal testing
> Tests added to tests/tcg/hexagon/misc.c
>

Applied, thanks.

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

-- PMM