mbox

[PULL,0/2] hex queue - GETPC() fixes, shadowing fixes

Message ID 20231019021733.2258592-1-bcain@quicinc.com
State New
Headers show

Pull-request

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

Message

Brian Cain Oct. 19, 2023, 2:17 a.m. UTC
The following changes since commit deaca3fd30d3a8829160f8d3705d65ad83176800:

  Merge tag 'pull-vfio-20231018' of https://github.com/legoater/qemu into staging (2023-10-18 06:21:15 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 20c34a9216f41977803659f5bd458618c291d56c:

  target/hexagon: fix some occurrences of -Wshadow=local (2023-10-18 16:56:17 -0700)

----------------------------------------------------------------
hexagon: GETPC() fixes, shadowing fixes

----------------------------------------------------------------
Brian Cain (1):
      target/hexagon: fix some occurrences of -Wshadow=local

Matheus Tavares Bernardino (1):
      target/hexagon: move GETPC() calls to top level helpers

 target/hexagon/imported/alu.idef |  6 +--
 target/hexagon/macros.h          | 19 +++++----
 target/hexagon/mmvec/macros.h    |  2 +-
 target/hexagon/op_helper.c       | 84 +++++++++++++++-------------------------
 target/hexagon/op_helper.h       |  9 -----
 target/hexagon/translate.c       | 10 ++---
 6 files changed, 50 insertions(+), 80 deletions(-)

Comments

Stefan Hajnoczi Oct. 30, 2023, 6:08 a.m. UTC | #1
Applied, thanks.

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