Skip to content

Commit

Permalink
Merge pull request #4998 from hs0210/numa_topology_with_numa_distance
Browse files Browse the repository at this point in the history
numa_topology_with_numa_distance: Enable test for aarch64
  • Loading branch information
Yingshun committed Jun 29, 2023
2 parents bd1a200 + f804a02 commit 83e7b5e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
start_vm = "no"
vcpu = 10
cpu_mode = 'host-model'
aarch64:
cpu_mode = 'host-passthrough'
numa_cell_0_distance = {'sibling': [{'id': '0', 'value': '10'}, {'id': '1', 'value': '21'}]}
numa_cell_0 = {'unit': 'KiB', 'id': '0', 'memory': '1048576', 'distances': ${numa_cell_0_distance}, 'cpus': '0-1,4-9'}
variants:
Expand Down

0 comments on commit 83e7b5e

Please sign in to comment.