Skip to content

Commit 253cbf0

Browse files
committed
migration: Delete redundant configuration
The qemu64 CPU model may cause incompatibility errors during migration on some hosts. Removing this redundant setting ensures broader compatibility. Signed-off-by: lcheng <lcheng@redhat.com>
1 parent e924cd0 commit 253cbf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libvirt/tests/cfg/migration/migrate_mem.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
aarch64:
3434
cpuxml_cpu_mode = "host-passthrough"
3535
cpuxml_fallback = "allow"
36-
cpuxml_model = "qemu64"
3736
cpuxml_numa_cell = [{'id': '0', 'cpus': '0-1', 'memory': '1024', 'unit': 'MiB', 'discard': 'yes'}, {'id': '1', 'cpus': '2-3', 'memory': '1024', 'unit': 'MiB'}]
3837
setvm_max_mem_rt_slots = "16"
3938
setvm_max_mem_rt = 8192

0 commit comments

Comments
 (0)