mbox

[PULL,0/3] Optional fixes for inclusion into QEMU 7.2.0-rc4

Message ID 20221204073043.54402-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2022-12-04

Message

Thomas Huth Dec. 4, 2022, 7:30 a.m. UTC
Hi Stefan!

The following changes since commit c4ffd91aba1c3d878e99a3e7ba8aad4826728ece:

  Update VERSION for v7.2.0-rc3 (2022-11-29 18:15:26 -0500)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-12-04

for you to fetch changes up to c1966f515d9bb6d8ed7076f4bebdc45407700100:

  hw/display/next-fb: Fix comment typo (2022-12-03 22:07:07 +0100)

----------------------------------------------------------------
In case we're doing a rc4 before the release, I'd like to see
these three patches included. They contain:
* Fix for a potential undefined behavior in cleanup of migration-test
* Fix for a s390x instruction that causes Java to crash
* Fix for a typo in a comment in next-fb.c
All patches are rather small and self-contained and have been
properly reviewed, so I think it should be OK to still include
them at this point in time.

----------------------------------------------------------------
Evgeny Ermakov (1):
      hw/display/next-fb: Fix comment typo

Thomas Huth (2):
      tests/qtest/migration-test: Fix unlink error and memory leaks
      target/s390x/tcg: Fix and improve the SACF instruction

 target/s390x/tcg/insn-data.h.inc |  2 +-
 hw/display/next-fb.c             |  2 +-
 target/s390x/tcg/cc_helper.c     |  7 +++++++
 tests/qtest/migration-test.c     | 20 ++++++++++++++++----
 4 files changed, 25 insertions(+), 6 deletions(-)

Comments

Stefan Hajnoczi Dec. 4, 2022, 11:47 p.m. UTC | #1
Applied, thanks.

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