mbox

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

Message ID 20240522222034.4001-1-farosas@suse.de
State New
Headers show

Pull-request

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

Message

Fabiano Rosas May 22, 2024, 10:20 p.m. UTC
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(-)

Comments

Richard Henderson May 23, 2024, 2:02 a.m. UTC | #1
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~