Skip to content

Commit

Permalink
Merge pull request #5973 from Yingshun/migrate_mem
Browse files Browse the repository at this point in the history
migration: Fix cpu mode and feature for aarch64
  • Loading branch information
Yingshun authored Nov 1, 2024
2 parents dde0b30 + cf39cc0 commit 8194862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvirt/tests/cfg/migration/migrate_mem.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
variants case:
- mem_device:
cpuxml_cpu_mode = "host-model"
aarch64:
cpuxml_cpu_mode = "host-passthrough"
cpuxml_fallback = "allow"
cpuxml_model = "qemu64"
cpu_feature = "svm"
cpu_feature_policy = "disable"
cpuxml_numa_cell = [{'id': '0', 'cpus': '0-1', 'memory': '1024', 'unit': 'MiB', 'discard': 'yes'}, {'id': '1', 'cpus': '2-3', 'memory': '1024', 'unit': 'MiB'}]
setvm_max_mem_rt_slots = "16"
setvm_max_mem_rt = 8192
Expand Down

0 comments on commit 8194862

Please sign in to comment.