From 920413364148cb5a54858168797df336347b35f5 Mon Sep 17 00:00:00 2001 From: Anushree-Mathur Date: Thu, 6 Nov 2025 13:13:06 +0530 Subject: [PATCH] Adding P1, P2 and P3 priority config files for MIGRATION Test Bucket! Created new config files divided as P1, P2 & P3 priorities. I have added all the passed tests to run and for now removed the FAILED, CANCELLED and ERRORED tests. Mentioned those tests as "no" in the config files. Signed-off-by: Anushree-Mathur --- config/tests/guest/libvirt/migrate_p1.cfg | 119 ++ config/tests/guest/libvirt/migrate_p2.cfg | 2289 +++++++++++++++++++++ config/tests/guest/libvirt/migrate_p3.cfg | 1721 ++++++++++++++++ 3 files changed, 4129 insertions(+) create mode 100644 config/tests/guest/libvirt/migrate_p1.cfg create mode 100644 config/tests/guest/libvirt/migrate_p2.cfg create mode 100644 config/tests/guest/libvirt/migrate_p3.cfg diff --git a/config/tests/guest/libvirt/migrate_p1.cfg b/config/tests/guest/libvirt/migrate_p1.cfg new file mode 100644 index 00000000..24905c6e --- /dev/null +++ b/config/tests/guest/libvirt/migrate_p1.cfg @@ -0,0 +1,119 @@ +include tests-shared.cfg + +disk_target = sda +setup_local_nfs = yes +username = root +password = Aform@fvt +main_vm = avocado-vt-vm1 +vms = avocado-vt-vm1 +migrate_main_vm = "${main_vm}" + +# Network +nettype = bridge +netdst=virbr0 + +# Using Text mode of installation +display = 'nographic' +take_regular_screendumps = no +keep_screendumps_on_error = no +keep_screendumps = no +store_vm_register = no +virt_install_binary = /usr/bin/virt-install +qemu_img_binary = /usr/bin/qemu-img +qemu_binary = /usr/bin/qemu-system-ppc64 +emulator_path = /usr/bin/qemu-system-ppc64 +use_os_variant=yes +hvm_or_pv = hvm +machine_type = pseries +only bridge +no xen, lxc, esx, ovmf + +#Filterout unwanted disk types +no ide,xenblk,lsi_scsi,ahci,sd +no qed,qcow2v3,raw_dd,vmdk, usb2 +no e1000-82540em,e1000-82545em,e1000-82544gc,xennet,nic_custom +only no_virtio_rng +only smp2 +no spapr-vlan +only no_9p_export +only no_pci_assignable +only (image_backend=filesystem) +only smallpages +smp = 16 +vcpu_cores = 16 +vcpu_threads = 1 +vcpu_sockets = 1 +login_timeout = 600 +# 8G +mem = 8192 + +# NFS related configurations +storage_type = nfs +nfs_mount_dir=/home/migrate/sharing +nfs_mount_options="rw" +export_options=rw,sync,no_root_squash +nfs_mount_src=/home/migrate/NFS +export_dir=/home/migrate/NFS + +# libvirt (host information for remote testcases) +local_ip = "10.48.36.118" +local_pwd = "Aform@fvt" +remote_ip = "10.48.36.121" +remote_user = root + +# Default password is same as local_pwd +remote_pwd = "Aform@fvt" + +# Migration source and destination machine details +migrate_source_host = "${local_ip}" +migrate_source_pwd = "${local_pwd}" +migrate_dest_host = "${remote_ip}" +migrate_dest_pwd = "${remote_pwd}" + +# This param required for testcases with hugepages +hugepage_force_allocate = "yes" + +# These params required for CPU hotplug/unplug testcases +cpu_topology_sockets = "4" +cpu_topology_cores = "16" +cpu_topology_threads = "1" + +ping_count = 10 + +variants: + - guest_import: + only unattended_install.import.import.default_install.aio_native + - guest_migration: + only virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.normal_test.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back.normal_test.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back.with_HP_only.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_live.normal_test.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.migrate_postcopy.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_offline.with_inactive_guest.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_offline.with_active_guest.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_suspend.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_change-protection.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_change-protection.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_timeout.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_timeout_short.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_timeout_short.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_dname.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_dname.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_xml.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_online.normal_test.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_online.with_HP_only.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_online_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_online_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_online_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_online_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_online_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_xml_with_dname.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_xml_with_dname.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_vm_suspend_live.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_vm_suspend_online.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_timeout_suspend.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_vm_shutdown_live.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_vm_shutdown_online.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_libvirtd_stop_online.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_compressed.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_compressed.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_seamless_migration_with_graphicsuri.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_domain_nonexist.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_domain_nonexist.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_domain_missing.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_domain_missing.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_desturi_nonexist.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_desturi_nonexist.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_desturi_missing.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_desturi_missing.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_migrateuri_nonexist.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_migrateuri_nonexist.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_timeout_invalid.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_timeout_invalid.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_timeout_online.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_timeout_online.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_dname_exist.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_xml_nonexist.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_xml_nonexist.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_xml_with_same_dname.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_xml_with_same_dname.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_xml_with_diff_dname.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_xml_with_diff_dname.without_cpu_hotplug.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.with_postcopy + no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.with_postcopy + no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.non_compat_migration.default + no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.non_compat_migration.with_postcopy + no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_compressed.without_cpu_hotplug.compat_migration.non_compat_migration.default + no virsh.migrate.there_dname_exist.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy + no virsh.migrate.there_and_back.normal_test.without_cpu_hotplug.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.non_compat_migration.default + no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_timeout_short.without_cpu_hotplug.compat_migration.non_compat_migration.default + - guest_remove: + only remove_guest.without_disk diff --git a/config/tests/guest/libvirt/migrate_p2.cfg b/config/tests/guest/libvirt/migrate_p2.cfg new file mode 100644 index 00000000..6aac399e --- /dev/null +++ b/config/tests/guest/libvirt/migrate_p2.cfg @@ -0,0 +1,2289 @@ +include tests-shared.cfg + +disk_target = sda +setup_local_nfs = yes +username = root +password = Aform@fvt +main_vm = avocado-vt-vm1 +vms = avocado-vt-vm1 +migrate_main_vm = "${main_vm}" + +# Network +nettype = bridge +netdst=virbr0 + +# Using Text mode of installation +display = 'nographic' +take_regular_screendumps = no +keep_screendumps_on_error = no +keep_screendumps = no +store_vm_register = no +virt_install_binary = /usr/bin/virt-install +qemu_img_binary = /usr/bin/qemu-img +qemu_binary = /usr/bin/qemu-system-ppc64 +emulator_path = /usr/bin/qemu-system-ppc64 +use_os_variant=yes +hvm_or_pv = hvm +machine_type = pseries +only bridge +no xen, lxc, esx, ovmf + +#Filterout unwanted disk types +no ide,xenblk,lsi_scsi,ahci,sd +no qed,qcow2v3,raw_dd,vmdk, usb2 +no e1000-82540em,e1000-82545em,e1000-82544gc,xennet,nic_custom +only no_virtio_rng +only smp2 +no spapr-vlan +only no_9p_export +only no_pci_assignable +only (image_backend=filesystem) +only smallpages +smp = 16 +vcpu_cores = 16 +vcpu_threads = 1 +vcpu_sockets = 1 +login_timeout = 600 +# 8G +mem = 8192 + +# NFS related configurations +storage_type = nfs +nfs_mount_dir=/home/migrate/sharing +nfs_mount_options="rw" +export_options=rw,sync,no_root_squash +nfs_mount_src=/home/migrate/NFS +export_dir=/home/migrate/NFS + +# libvirt (host information for remote testcases) +local_ip = "10.48.36.118" +local_pwd = "Aform@fvt" +remote_ip = "10.48.36.121" +remote_user = root + +# Default password is same as local_pwd +remote_pwd = "Aform@fvt" + +# Migration source and destination machine details +migrate_source_host = "${local_ip}" +migrate_source_pwd = "${local_pwd}" +migrate_dest_host = "${remote_ip}" +migrate_dest_pwd = "${remote_pwd}" + +# This param required for testcases with hugepages +hugepage_force_allocate = "yes" + +# These params required for CPU hotplug/unplug testcases +cpu_topology_sockets = "4" +cpu_topology_cores = "16" +cpu_topology_threads = "1" + +ping_count = 10 + +variants: + - guest_import: + only unattended_install.import.import.default_install.aio_native + - guest_migration: + variants: + - migrate: + only virsh.migrate_compcache.get_compcache.positive_test.live_vm.min_size, virsh.migrate_compcache.get_compcache.positive_test.paused_vm.min_size, virsh.migrate_compcache.set_compcache.positive_test.live_vm.min_size, virsh.migrate_compcache.set_compcache.positive_test.live_vm.max_size, virsh.migrate_compcache.set_compcache.positive_test.paused_vm.min_size, virsh.migrate_compcache.set_compcache.positive_test.paused_vm.max_size, virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default, virsh.migrate.there_p2p.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_p2p.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_persistent.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_undefinesource.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_suspend_undefinesource.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_with_scsi_disk.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_verbose.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy + no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.non_compat_migration.default + no virsh.migrate.there_p2p.without_cpu_hotplug.compat_migration.non_compat_migration.default + no virsh.migrate.there_persistent.without_cpu_hotplug.compat_migration.non_compat_migration.default + no virsh.migrate.there_with_scsi_disk.without_cpu_hotplug.compat_migration.non_compat_migration.default + no virsh.migrate.there_verbose.without_cpu_hotplug.compat_migration.non_compat_migration.default + - migration: + only virsh.migration.machine_type.default.migrate_precopy.online, virsh.migration.machine_type.default.migrate_precopy.offline + no virsh.migration.machine_type.default.migrate_precopy.live + no virsh.migration.machine_type.default.migrate_postcopy.postcopy + no virsh.migration.machine_type.default.migrate_postcopy.postcopy_after_precopy + #- migrate_virtio_scsi: + # no virsh.migrate_virtio_scsi.attach_before_migration.single_disk.disk_device.file_source.format_raw + # no virsh.migrate_virtio_scsi.attach_before_migration.single_disk.disk_device.file_source.format_qcow2 + # no virsh.migrate_virtio_scsi.attach_before_migration.multiple_disks.1.disk_device.file_source.format_raw + # no virsh.migrate_virtio_scsi.attach_before_migration.multiple_disks.1.disk_device.file_source.format_qcow2 + # no virsh.migrate_virtio_scsi.attach_before_migration.multiple_disks.1.disk_device.block_source.format_raw + # no virsh.migrate_virtio_scsi.attach_before_migration.multiple_disks.1.disk_device.block_source.format_qcow2 + # no virsh.migrate_virtio_scsi.attach_before_migration.multiple_disks.1.lun_device.file_source.format_raw + # no virsh.migrate_virtio_scsi.attach_before_migration.multiple_disks.1.lun_device.file_source.format_qcow2 + # no virsh.migrate_virtio_scsi.attach_before_migration.multiple_disks.1.lun_device.block_source.format_raw + # no virsh.migrate_virtio_scsi.attach_before_migration.multiple_disks.1.lun_device.block_source.format_qcow2 + # no virsh.migrate_virtio_scsi.attach_before_migration.multiple_disks.256.lun_device.file_source.format_raw + # no virsh.migrate_virtio_scsi.attach_before_migration.multiple_disks.256.lun_device.file_source.format_qcow2 + # no virsh.migrate_virtio_scsi.migrating_attachment.multiple_disks.1.disk_device.file_source.format_raw + # no virsh.migrate_virtio_scsi.migrating_attachment.multiple_disks.1.disk_device.file_source.format_qcow2 + # no virsh.migrate_virtio_scsi.migrating_attachment.multiple_disks.1.disk_device.block_source.format_raw + # no virsh.migrate_virtio_scsi.migrating_attachment.multiple_disks.1.disk_device.block_source.format_qcow2 + # no virsh.migrate_virtio_scsi.migrating_attachment.multiple_disks.1.lun_device.file_source.format_raw + # no virsh.migrate_virtio_scsi.migrating_attachment.multiple_disks.1.lun_device.file_source.format_qcow2 + # no virsh.migrate_virtio_scsi.migrating_attachment.multiple_disks.1.lun_device.block_source.format_raw + #- migrate_setmaxdowntime: + # no virsh.migrate_setmaxdowntime.normal_test.valid_uuid.with_postcopy + # no virsh.migrate_setmaxdowntime.normal_test.valid_uuid.without_postcopy + # no virsh.migrate_setmaxdowntime.normal_test.valid_id.with_postcopy + # no virsh.migrate_setmaxdowntime.normal_test.valid_id.without_postcopy + # no virsh.migrate_set_get_speed.normal_test.zero + # no virsh.migrate_set_get_speed.normal_test.one + # no virsh.migrate_set_get_speed.normal_test.default + # no virsh.migrate_set_get_speed.normal_test.uint32_max + # no virsh.migrate_set_get_speed.normal_test.int64_max + # no virsh.migrate_set_get_speed.error_test.space_option + # no virsh.migrate_set_get_speed.error_test.no_option + # no virsh.migrate_set_get_speed.error_test.invalid_option + # no virsh.migrate_set_get_speed.error_test.negone + # no virsh.migrate_set_get_speed.error_test.additional_option + # no virsh.migrate_set_get_speed.error_test.uint64_max + #- migrate_option_mix: + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.no_persistent_xml.no_xml.no_dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.no_persistent.no_xml.no_dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + # - migration_p10_p11: + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default +  #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default +  #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p11.from_power11.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power10.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p11.from_power11.default + + - guest_remove: + only remove_guest.without_disk diff --git a/config/tests/guest/libvirt/migrate_p3.cfg b/config/tests/guest/libvirt/migrate_p3.cfg new file mode 100644 index 00000000..c81fdb2c --- /dev/null +++ b/config/tests/guest/libvirt/migrate_p3.cfg @@ -0,0 +1,1721 @@ +include tests-shared.cfg + +disk_target = sda +setup_local_nfs = yes +username = root +password = Aform@fvt +main_vm = avocado-vt-vm1 +vms = avocado-vt-vm1 +migrate_main_vm = "${main_vm}" + +# Network +nettype = bridge +netdst=virbr0 + +# Using Text mode of installation +display = 'nographic' +take_regular_screendumps = no +keep_screendumps_on_error = no +keep_screendumps = no +store_vm_register = no +virt_install_binary = /usr/bin/virt-install +qemu_img_binary = /usr/bin/qemu-img +qemu_binary = /usr/bin/qemu-system-ppc64 +emulator_path = /usr/bin/qemu-system-ppc64 +use_os_variant=yes +hvm_or_pv = hvm +machine_type = pseries +only bridge +no xen, lxc, esx, ovmf + +#Filterout unwanted disk types +no ide,xenblk,lsi_scsi,ahci,sd +no qed,qcow2v3,raw_dd,vmdk, usb2 +no e1000-82540em,e1000-82545em,e1000-82544gc,xennet,nic_custom +only no_virtio_rng +only smp2 +no spapr-vlan +only no_9p_export +only no_pci_assignable +only (image_backend=filesystem) +only smallpages +smp = 32 +vcpu_cores = 32 +vcpu_threads = 1 +vcpu_sockets = 1 +login_timeout = 600 +# 8G +mem = 8192 + +# NFS related configurations +storage_type = nfs +nfs_mount_dir=/home/migrate/sharing +nfs_mount_options="rw" +export_options=rw,sync,no_root_squash +nfs_mount_src=/home/migrate/NFS +export_dir=/home/migrate/NFS + +# libvirt (host information for remote testcases) +local_ip = "10.48.36.118" +local_pwd = "Aform@fvt" +remote_ip = "10.48.36.121" +remote_user = root + +# Default password is same as local_pwd +remote_pwd = "Aform@fvt" + +# Migration source and destination machine details +migrate_source_host = "${local_ip}" +migrate_source_pwd = "${local_pwd}" +migrate_dest_host = "${remote_ip}" +migrate_dest_pwd = "${remote_pwd}" + +# This param required for testcases with hugepages +hugepage_force_allocate = "yes" + +# These params required for CPU hotplug/unplug testcases +cpu_topology_sockets = "4" +cpu_topology_cores = "16" +cpu_topology_threads = "1" + +ping_count = 10 + +variants: + - guest_import: + only unattended_install.import.import.default_install.aio_native + - guest_migration: + variants: + - migrate_compcache: + only virsh.migrate_compcache.get_compcache.negative_test.invalid_vm, virsh.migrate_compcache.get_compcache.negative_test.shutoff_vm, virsh.migrate_compcache.set_compcache.negative_test.invalid_vm, virsh.migrate_compcache.set_compcache.negative_test.shutoff_vm, virsh.migrate_compcache.set_compcache.negative_test.invalid_size.nondigit_size, virsh.migrate_compcache.set_compcache.negative_test.invalid_size.empty_size, virsh.migrate_compcache.set_compcache.negative_test.invalid_size.zero_size, virsh.migrate_compcache.set_compcache.negative_test.invalid_size.small_size, virsh.migrate_compcache.set_compcache.negative_test.invalid_size.large_size, virsh.migrate_compcache.set_compcache.negative_test.invalid_size.huge_size + no virsh.migrate_copy_storage.error_test.space_occupied.copy_storage_inc.file_image + no virsh.migrate_copy_storage.error_test.space_occupied.copy_storage_all.file_image + no virsh.migrate_copy_storage.error_test.nonexist_image.copy_storage_inc.file_image + no virsh.migrate_copy_storage.error_test.nonexist_image.copy_storage_all.file_image + no virsh.migrate_copy_storage.error_test.migration_interupted.copy_storage_inc.file_image + no virsh.migrate_copy_storage.error_test.migration_interupted.copy_storage_all.file_image + - migrate_setmaxdowntime: + only virsh.migrate_setmaxdowntime.error_test.invalid_uuid.with_postcopy, virsh.migrate_setmaxdowntime.error_test.invalid_uuid.without_postcopy, virsh.migrate_setmaxdowntime.error_test.downtime_zero.with_postcopy, virsh.migrate_setmaxdowntime.error_test.downtime_zero.without_postcopy, virsh.migrate_setmaxdowntime.error_test.none_downtime.with_postcopy, virsh.migrate_setmaxdowntime.error_test.none_downtime.without_postcopy, virsh.migrate_setmaxdowntime.error_test.extra_args.with_postcopy, virsh.migrate_setmaxdowntime.error_test.extra_args.without_postcopy, virsh.migrate_setmaxdowntime.error_test.do_not_migrate.without_postcopy, virsh.migrate_setmaxdowntime.error_test.vm_shutdown.with_postcopy, virsh.migrate_setmaxdowntime.error_test.vm_shutdown.without_postcopy + - migrate: + only virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_unsafe.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy, virsh.migrate.there_unsafe.without_cpu_hotplug.compat_migration.non_compat_migration.default, virsh.migrate.there_unsafe_cache_writeback.without_cpu_hotplug.compat_migration.non_compat_migration.with_postcopy + no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.non_compat_migration.default + #- migrate_set_get_speed: + #no virsh.migrate_set_get_speed.verify_speed_with_migration.half.stress_tool.stress.memory + #no virsh.migrate_set_get_speed.verify_speed_with_migration.half.stress_tool.stress.vcpu + #no virsh.migrate_set_get_speed.verify_speed_with_migration.half.load_vms + #no virsh.migrate_set_get_speed.verify_speed_with_migration.half.multi_vms + #no virsh.migrate_set_get_speed.verify_speed_with_migration.two_times.stress_tool.stress.memory + #no virsh.migrate_set_get_speed.verify_speed_with_migration.two_times.stress_tool.stress.vcpu + #no virsh.migrate_set_get_speed.verify_speed_with_migration.two_times.load_vms + #no virsh.migrate_set_get_speed.verify_speed_with_migration.two_times.multi_vms + #no virsh.migrate_set_get_speed.verify_speed_with_migration.no_change.stress_tool.stress.memory + #no virsh.migrate_set_get_speed.verify_speed_with_migration.no_change.stress_tool.stress.vcpu + #no virsh.migrate_set_get_speed.verify_speed_with_migration.no_change.load_vms + #no virsh.migrate_set_get_speed.verify_speed_with_migration.no_change.multi_vms + #- migrate_options_mix + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_persistent.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.non_p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.p2p.postcopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_running.src_vm_transient.no_graphic_passwd.tunnelled.precopy.live + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.non_p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.graphic_passwd.p2p.precopy.offline + #no virsh.migrate_option_mix.persistent.persistent_xml.xml.dname.no_undefinesource.src_vm_shutoff.src_vm_persistent.no_graphic_passwd.non_p2p.precopy.offline + #- migrate_compat_p8_p9: + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_and_back_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live.normal_test.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live.normal_test.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.with_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_only.without_mem_hotplug.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_and_HP.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_strict_interleave.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_interleave_preferred.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.strict_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.interleave_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.with_postcopy + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.without_HP.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_only.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_one_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotplug.hotplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_before_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_before_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_after_unplug_after_migration.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.with_cpu_hotplug.with_hotunplug.hotplug_unplug_before_hotplug_unplug_after.compat_migration.ppc_compat_migration_p9.from_power9.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power8.default + #no virsh.migrate.there_live_with_numa.with_numa_pinning.memnode_with_preferred_strict.preferred_memory_mode.with_HP_pin.HP_pin_with_both_numa_node.without_cpu_hotplug.compat_migration.ppc_compat_migration_p9.from_power9.default + ` + - guest_remove: + only remove_guest.without_disk