mbox

[PULL,0/3] Optional fixes for 9.1.0-rc4

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

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2024-08-26

Message

Thomas Huth Aug. 26, 2024, 9:43 a.m. UTC
Hi Richard,

since it seems like we're going to have RC4, here are some minor
fixes that could still be included.

The following changes since commit f259e4cb8a8b4ef5463326fc214a7d8d7703d5de:

  Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2024-08-24 08:09:27 +1000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2024-08-26

for you to fetch changes up to aee07f2563d27167935ae3557a9f435937eb3f9f:

  tests/qtest: Delete previous boot file (2024-08-26 10:58:11 +0200)

----------------------------------------------------------------
* Disable the broken qtests in the MSYS2 CI job
* Replace deprecated keyword in the Cirrus-CI scripts
* Fix a simple leak in the migration-test qtest

----------------------------------------------------------------
Akihiko Odaki (1):
      tests/qtest: Delete previous boot file

Philippe Mathieu-Daudé (1):
      gitlab-ci: Replace build_script -> step_script in Cirrus jobs

Thomas Huth (1):
      .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job

 tests/qtest/migration-test.c  | 18 +++++++++++-------
 .gitlab-ci.d/cirrus/build.yml |  2 +-
 .gitlab-ci.d/windows.yml      | 26 ++------------------------
 3 files changed, 14 insertions(+), 32 deletions(-)

Comments

Richard Henderson Aug. 26, 2024, 9:06 p.m. UTC | #1
On 8/26/24 19:43, Thomas Huth wrote:
>   Hi Richard,
> 
> since it seems like we're going to have RC4, here are some minor
> fixes that could still be included.
> 
> The following changes since commit f259e4cb8a8b4ef5463326fc214a7d8d7703d5de:
> 
>    Merge tag 'pull-trivial-patches' ofhttps://gitlab.com/mjt0k/qemu into staging (2024-08-24 08:09:27 +1000)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2024-08-26
> 
> for you to fetch changes up to aee07f2563d27167935ae3557a9f435937eb3f9f:
> 
>    tests/qtest: Delete previous boot file (2024-08-26 10:58:11 +0200)
> 
> ----------------------------------------------------------------
> * Disable the broken qtests in the MSYS2 CI job
> * Replace deprecated keyword in the Cirrus-CI scripts
> * Fix a simple leak in the migration-test qtest


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

r~