mbox

[PULL,for-9.1,0/6] Miscellaneous fixes for QEMU 9.1-rc

Message ID 20240813170556.104193-1-pbonzini@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/bonzini/qemu.git tags/for-upstream

Message

Paolo Bonzini Aug. 13, 2024, 5:05 p.m. UTC
The following changes since commit 9eb51530c12ae645b91e308d16196c68563ea883:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2024-08-13 07:59:32 +1000)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 3ef11c991e501768f2fa646e8438f075be1cd2f5:

  po: update Italian translation (2024-08-13 19:01:42 +0200)

----------------------------------------------------------------
* fix --static compilation of hexagon
* fix incorrect application of REX to MMX operands
* fix crash on module load
* update Italian translation

----------------------------------------------------------------
Alexander Ivanov (1):
      module: Prevent crash by resetting local_err in module_load_qom_all()

Alyssa Ross (1):
      target/hexagon: don't look for static glib

Paolo Bonzini (1):
      po: update Italian translation

Richard Henderson (3):
      target/i386: Do not apply REX to MMX operands
      target/i386: Use unit not type in decode_modrm
      target/i386: Assert MMX and XMM registers in range

 util/module.c                    |  2 +-
 target/i386/tcg/decode-new.c.inc | 13 ++++++++-----
 target/i386/tcg/emit.c.inc       |  9 +++++++--
 po/it.po                         |  2 +-
 target/hexagon/meson.build       |  2 +-
 5 files changed, 18 insertions(+), 10 deletions(-)

Comments

Richard Henderson Aug. 14, 2024, 2:53 a.m. UTC | #1
On 8/14/24 03:05, Paolo Bonzini wrote:
> The following changes since commit 9eb51530c12ae645b91e308d16196c68563ea883:
> 
>    Merge tag 'block-pull-request' ofhttps://gitlab.com/stefanha/qemu into staging (2024-08-13 07:59:32 +1000)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to 3ef11c991e501768f2fa646e8438f075be1cd2f5:
> 
>    po: update Italian translation (2024-08-13 19:01:42 +0200)
> 
> ----------------------------------------------------------------
> * fix --static compilation of hexagon
> * fix incorrect application of REX to MMX operands
> * fix crash on module load
> * update Italian translation


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.

r~