[PULL 0/7] Fixes for QEMU v11.0-rc2

Thomas Huth posted 7 patches 2 days, 14 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260330102815.6759-1-thuth@redhat.com
Maintainers: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Gerd Hoffmann <kraxel@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Thomas Huth <th.huth+qemu@posteo.eu>, "Daniel P. Berrangé" <berrange@redhat.com>
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
[PULL 0/7] Fixes for QEMU v11.0-rc2
Posted by Thomas Huth 2 days, 14 hours ago
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


Re: [PULL 0/7] Fixes for QEMU v11.0-rc2
Posted by Peter Maydell 2 days, 12 hours ago
On Mon, 30 Mar 2026 at 11:28, Thomas Huth <thuth@redhat.com> wrote:
>
> 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



Applied, thanks.

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

-- PMM