]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qtest/migration-test: Fix analyze-migration.py for s390x
authorThomas Huth <thuth@redhat.com>
Mon, 20 Nov 2023 11:39:51 +0000 (12:39 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 20 Dec 2023 09:29:23 +0000 (10:29 +0100)
commit81c2c9dd5dc2a39b95317ca3a9baff0184f9f097
treef09275dcac662fe4f780b3aa00bd7c8f6278bb1a
parentb447378e121713faa4c63e8c93a8ebf25218fc40
tests/qtest/migration-test: Fix analyze-migration.py for s390x

The migration stream on s390x contains data for the storage_attributes
which the analyze-migration.py cannot handle yet. Add the basic code
for handling this, so we can re-enable the check in the migration-test.

Message-ID: <20231120113951.162090-1-thuth@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>
scripts/analyze-migration.py
tests/qtest/migration-test.c