All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ppc: Fix migration issue with quiesced state
@ 2025-12-17 16:45 Fabiano Rosas
  2025-12-17 16:45 ` [PATCH v2 1/2] target/ppc: Fix env->quiesced migration Fabiano Rosas
  2025-12-17 16:45 ` [PATCH v2 2/2] tests/functional: Add a OS level migration test for pseries Fabiano Rosas
  0 siblings, 2 replies; 7+ messages in thread
From: Fabiano Rosas @ 2025-12-17 16:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: thuth, peterx

A while back, Fabian reported two issues with migration on ppc64le,
one of which was already fixed. There remains this one from the
previous series:

pseries migration causes a guest hang after migration due to a new
variable used to track the stopped state of vcpus, which is not
migrated. Fix is to migrate the new variable. To avoid breaking
backward migration, a compat property is added. For forward migration,
a heuritics based on the known QEMU code is used.

Thanks

CI run: https://gitlab.com/farosas/qemu/-/pipelines/2220496446

v1:
https://lore.kernel.org/r/20250819223905.2247-1-farosas@suse.de

Fabiano Rosas (2):
  target/ppc: Fix env->quiesced migration
  tests/functional: Add a OS level migration test for pseries

 hw/ppc/spapr.c                           |  6 +++
 target/ppc/cpu.h                         |  1 +
 target/ppc/cpu_init.c                    |  7 +++
 target/ppc/machine.c                     | 63 ++++++++++++++++++++++++
 tests/functional/ppc64/test_migration.py | 12 +++++
 tests/functional/ppc64/test_pseries.py   | 35 +++++++++++++
 6 files changed, 124 insertions(+)

-- 
2.51.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-01-08 12:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-17 16:45 [PATCH v2 0/2] ppc: Fix migration issue with quiesced state Fabiano Rosas
2025-12-17 16:45 ` [PATCH v2 1/2] target/ppc: Fix env->quiesced migration Fabiano Rosas
2026-01-05  9:00   ` Harsh Prateek Bora
2026-01-08  6:27     ` Harsh Prateek Bora
2026-01-08 12:56       ` Fabiano Rosas
2025-12-17 16:45 ` [PATCH v2 2/2] tests/functional: Add a OS level migration test for pseries Fabiano Rosas
2026-01-05 10:05   ` Thomas Huth

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.