From: Thomas Huth <thuth@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: [PULL 0/7] Fixes for QEMU v11.0-rc2
Date: Mon, 30 Mar 2026 12:28:08 +0200 [thread overview]
Message-ID: <20260330102815.6759-1-thuth@redhat.com> (raw)
The following changes since commit 770f50c14f098717fd40ae6e826a495681152447:
Merge tag 'pull-nvme-20260326' of https://gitlab.com/birkelund/qemu into staging (2026-03-26 10:26:39 +0000)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2026-03-30
for you to fetch changes up to c0eaf14d93135e13d8b003f7cb41187e3510373d:
tests/functional/migration.py: Skip migration_with_exec() if socat is not available (2026-03-30 12:21:09 +0200)
----------------------------------------------------------------
* Fix some warnings from pylint in the functional tests
* Fix migration of the isa-cirrus-vga device
* Remove obsolete linuxboot.bin prebuilt blob
* Fix migration functional test to check for socat instead of ncat now
----------------------------------------------------------------
Daniel P. Berrangé (1):
pc-bios: remove obsolete linuxboot.bin prebuilt blob
Thomas Huth (5):
tests/functional/qemu_test: Silence (most) warnings from pylint in asset.py
tests/functional/qemu_test: Split huge fetch() function in asset.py
tests/functional/qemu_test: Silence warnings from pylint in config.py
hw/display/vga-isa: Fix migration of the isa-vga device
hw/display/cirrus_vga_isa: Disable global_vmstate by default for new machines
Zhao Liu (1):
tests/functional/migration.py: Skip migration_with_exec() if socat is not available
hw/core/machine.c | 1 +
hw/display/cirrus_vga_isa.c | 3 +-
hw/display/vga-isa.c | 13 ++++-
pc-bios/linuxboot.bin | Bin 1024 -> 0 bytes
tests/functional/migration.py | 4 +-
tests/functional/qemu_test/asset.py | 94 +++++++++++++++++++++++------------
tests/functional/qemu_test/config.py | 11 ++--
7 files changed, 84 insertions(+), 42 deletions(-)
delete mode 100644 pc-bios/linuxboot.bin
next reply other threads:[~2026-03-30 10:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-30 10:28 Thomas Huth [this message]
2026-03-30 10:28 ` [PULL 1/7] tests/functional/qemu_test: Silence (most) warnings from pylint in asset.py Thomas Huth
2026-03-30 10:28 ` [PULL 2/7] tests/functional/qemu_test: Split huge fetch() function " Thomas Huth
2026-03-30 10:28 ` [PULL 3/7] tests/functional/qemu_test: Silence warnings from pylint in config.py Thomas Huth
2026-03-30 10:28 ` [PULL 4/7] hw/display/vga-isa: Fix migration of the isa-vga device Thomas Huth
2026-03-30 10:28 ` [PULL 5/7] hw/display/cirrus_vga_isa: Disable global_vmstate by default for new machines Thomas Huth
2026-03-30 10:28 ` [PULL 6/7] pc-bios: remove obsolete linuxboot.bin prebuilt blob Thomas Huth
2026-03-30 10:28 ` [PULL 7/7] tests/functional/migration.py: Skip migration_with_exec() if socat is not available Thomas Huth
2026-03-30 12:54 ` [PULL 0/7] Fixes for QEMU v11.0-rc2 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260330102815.6759-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.