Skip to content

Fix postcopy migration on s390x

Thomas Huth requested to merge (removed):bz2099934 into c9s

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2099934

Revert a patch that caused migration issues on s390x. I also added a patch that fixes known migration issues with the zlib accelerator on s390x, just in case someone wants to use zlib compression during migration.

Both patches are clean cherry-picks from upstream, with a small exception in the "revert" patch where I had to fix a trivial contextual conflict in the trace-events file.

Patches have been tested by both me and the reporter of the problem (see comments in the BZ) to verify that the problem is fixed now.

Signed-off-by: Thomas Huth thuth@redhat.com

Merge request reports