[PULL 0/3] Migration patches for 2026-03-30

Fabiano Rosas posted 3 patches 2 days, 4 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260330190508.8634-1-farosas@suse.de
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
migration/options.c                   | 36 +++++++++++++--------------
tests/qtest/migration/precopy-tests.c |  4 +--
2 files changed, 20 insertions(+), 20 deletions(-)
[PULL 0/3] Migration patches for 2026-03-30
Posted by Fabiano Rosas 2 days, 4 hours ago
The following changes since commit e389503e73f1726c997531447288ce154394d07a:

  Merge tag 'pull-request-2026-03-30' of https://gitlab.com/thuth/qemu into staging (2026-03-30 11:50:24 +0100)

are available in the Git repository at:

  https://gitlab.com/farosas/qemu.git tags/migration-20260330-pull-request

for you to fetch changes up to 6f33b6eebb7d406871150b0285c36454a1b4d0d3:

  tests/qtest/migration: Fix slow test dirty_limit (2026-03-30 10:48:12 -0300)

----------------------------------------------------------------
Migration pull request

- Fix dirty limit (-m thorough) test
- Fix a few error message strings

----------------------------------------------------------------

Fabiano Rosas (1):
  tests/qtest/migration: Fix slow test dirty_limit

Markus Armbruster (2):
  migration: Fix up error message for max-cpu-throttle
  migration: Fix references to parameter names in error messages

 migration/options.c                   | 36 +++++++++++++--------------
 tests/qtest/migration/precopy-tests.c |  4 +--
 2 files changed, 20 insertions(+), 20 deletions(-)

-- 
2.51.0
Re: [PULL 0/3] Migration patches for 2026-03-30
Posted by Peter Maydell 1 day, 13 hours ago
On Mon, 30 Mar 2026 at 20:06, Fabiano Rosas <farosas@suse.de> wrote:
>
> The following changes since commit e389503e73f1726c997531447288ce154394d07a:
>
>   Merge tag 'pull-request-2026-03-30' of https://gitlab.com/thuth/qemu into staging (2026-03-30 11:50:24 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/farosas/qemu.git tags/migration-20260330-pull-request
>
> for you to fetch changes up to 6f33b6eebb7d406871150b0285c36454a1b4d0d3:
>
>   tests/qtest/migration: Fix slow test dirty_limit (2026-03-30 10:48:12 -0300)
>
> ----------------------------------------------------------------
> Migration pull request
>
> - Fix dirty limit (-m thorough) test
> - Fix a few error message strings
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM