[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL for-9.1 0/6] Miscellaneous fixes for QEMU 9.1-rc
From: |
Paolo Bonzini |
Subject: |
[PULL for-9.1 0/6] Miscellaneous fixes for QEMU 9.1-rc |
Date: |
Tue, 13 Aug 2024 19:05:49 +0200 |
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(-)
--
2.46.0
- [PULL for-9.1 0/6] Miscellaneous fixes for QEMU 9.1-rc,
Paolo Bonzini <=
- [PULL 1/6] target/hexagon: don't look for static glib, Paolo Bonzini, 2024/08/13
- [PULL 2/6] target/i386: Do not apply REX to MMX operands, Paolo Bonzini, 2024/08/13
- [PULL 3/6] target/i386: Use unit not type in decode_modrm, Paolo Bonzini, 2024/08/13
- [PULL 5/6] module: Prevent crash by resetting local_err in module_load_qom_all(), Paolo Bonzini, 2024/08/13
- [PULL 6/6] po: update Italian translation, Paolo Bonzini, 2024/08/13
- [PULL 4/6] target/i386: Assert MMX and XMM registers in range, Paolo Bonzini, 2024/08/13
- Re: [PULL for-9.1 0/6] Miscellaneous fixes for QEMU 9.1-rc, Richard Henderson, 2024/08/13