From f54491e5913b644855839939d151919e6ef6288f Mon Sep 17 00:00:00 2001 From: hholoubk Date: Mon, 15 Jun 2026 15:42:54 +0200 Subject: [PATCH] migration: Skip vhostuser disk migration test on aarch64 RHEL aarch64 QEMU does not expose vhost-user-blk, so define fails with "unsupported configuration: vhostuser disk is not supported with this QEMU binary". Exclude aarch64 like ppc64le. Assisted-by: Auto (Cursor Agent) (~90%) Signed-off-by: hholoubk --- .../migration/migration_with_disk/migration_with_vhostuser.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt/tests/cfg/migration/migration_with_disk/migration_with_vhostuser.cfg b/libvirt/tests/cfg/migration/migration_with_disk/migration_with_vhostuser.cfg index a62c07a8334..d660657c949 100644 --- a/libvirt/tests/cfg/migration/migration_with_disk/migration_with_vhostuser.cfg +++ b/libvirt/tests/cfg/migration/migration_with_disk/migration_with_vhostuser.cfg @@ -32,5 +32,6 @@ disk_dict = {"type_name": "vhostuser", "device": "disk", "driver": {"name": "qemu", "type": "raw", "queues": ${queues}}, "source": {"attrs": {"type": "unix", "path": "${source_file}"}}, "target": {"dev": "vdb", "bus": "virtio"}} check_disk_after_mig = "yes" no ppc64le + no aarch64 variants: - with_precopy: