Skip to content

Commit

Permalink
numa_topology_with_numa_distance: Enable test for aarch64
Browse files Browse the repository at this point in the history
cpu model: aarch64 support host-passthrough

Signed-off-by: Hu Shuai <[email protected]>
  • Loading branch information
hs0210 committed Jun 28, 2023
1 parent 91badd8 commit f804a02
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 f804a02

Please sign in to comment.