[PULL 0/9] Migration patches for 2024-05-22

Fabiano Rosas posted 9 patches 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240522222034.4001-1-farosas@suse.de
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, "Michael S. Tsirkin" <mst@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Hailiang Zhang <zhanghailiang@xfusion.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/core/machine.c              |  7 +++---
hw/display/virtio-gpu.c        | 30 ++++++++++++++++++-------
include/hw/virtio/virtio-gpu.h |  1 +
include/migration/colo.h       |  2 +-
migration/colo-stubs.c         |  3 +--
migration/colo.c               | 12 +++-------
migration/migration.c          | 12 +++++-----
migration/trace-events         |  2 +-
migration/vmstate.c            |  7 +++---
tests/qtest/migration-test.c   | 41 +++++++++++++++++-----------------
10 files changed, 64 insertions(+), 53 deletions(-)
[PULL 0/9] Migration patches for 2024-05-22
Posted by Fabiano Rosas 6 months ago
The following changes since commit 01782d6b294f95bcde334386f0aaac593cd28c0d:

  Merge tag 'hw-misc-20240517' of https://github.com/philmd/qemu into staging (2024-05-18 11:49:01 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 8f023a0bd946bb0c122543c64fe2b34bad0dd048:

  tests/qtest/migration-test: Fix the check for a successful run of analyze-migration.py (2024-05-22 17:34:41 -0300)

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

- Li Zhijian's COLO minor fixes
- Marc-André's virtio-gpu fix
- Fiona's virtio-net USO fix
- A couple of migration-test fixes from Thomas

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

Fiona Ebner (1):
  hw/core/machine: move compatibility flags for VirtIO-net USO to
    machine 8.1

Li Zhijian (3):
  migration/colo: Minor fix for colo error message
  migration/colo: make colo_incoming_co() return void
  migration/colo: Tidy up bql_unlock() around bdrv_activate_all()

Marc-André Lureau (3):
  migration: add "exists" info to load-state-field trace
  migration: fix a typo
  virtio-gpu: fix v2 migration

Thomas Huth (2):
  tests/qtest/migration-test: Run some basic tests on s390x and ppc64
    with TCG, too
  tests/qtest/migration-test: Fix the check for a successful run of
    analyze-migration.py

 hw/core/machine.c              |  7 +++---
 hw/display/virtio-gpu.c        | 30 ++++++++++++++++++-------
 include/hw/virtio/virtio-gpu.h |  1 +
 include/migration/colo.h       |  2 +-
 migration/colo-stubs.c         |  3 +--
 migration/colo.c               | 12 +++-------
 migration/migration.c          | 12 +++++-----
 migration/trace-events         |  2 +-
 migration/vmstate.c            |  7 +++---
 tests/qtest/migration-test.c   | 41 +++++++++++++++++-----------------
 10 files changed, 64 insertions(+), 53 deletions(-)

-- 
2.35.3


Re: [PULL 0/9] Migration patches for 2024-05-22
Posted by Richard Henderson 6 months ago
On 5/22/24 15:20, Fabiano Rosas wrote:
> The following changes since commit 01782d6b294f95bcde334386f0aaac593cd28c0d:
> 
>    Merge tag 'hw-misc-20240517' ofhttps://github.com/philmd/qemu  into staging (2024-05-18 11:49:01 +0200)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/farosas/qemu.git  tags/migration-20240522-pull-request
> 
> for you to fetch changes up to 8f023a0bd946bb0c122543c64fe2b34bad0dd048:
> 
>    tests/qtest/migration-test: Fix the check for a successful run of analyze-migration.py (2024-05-22 17:34:41 -0300)
> 
> ----------------------------------------------------------------
> Migration pull request
> 
> - Li Zhijian's COLO minor fixes
> - Marc-André's virtio-gpu fix
> - Fiona's virtio-net USO fix
> - A couple of migration-test fixes from Thomas

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


r~