Skip to content

Commit

Permalink
Merge pull request #4999 from hs0210/numa_various_numa_topology_settings
Browse files Browse the repository at this point in the history
numa_various_numa_topology_settings: Enable test for aarch64
  • Loading branch information
dzhengfy committed Jun 29, 2023
2 parents b937ab4 + 1aa588d commit bd1a200
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
memory_backing = {'hugepages': {}}
qemu_monitor_option = '--hmp'
qemu_monitor_cmd = 'info memdev'
cpu_mode = 'host-model'
cpu_mode = 'host-model'
target_hugepages = 1024
aarch64:
cpu_mode = 'host-passthrough'
target_hugepages = 32
hugepage_size = 2048
numa_cell_0 = {'id': '0', 'memory': '1048576', 'cpus': '0-1'}
numa_cell_1 = {'id': '1', 'memory': '1048576', 'cpus': '2-3'}
Expand Down

0 comments on commit bd1a200

Please sign in to comment.