Skip to content

Commit

Permalink
Merge pull request autotest#5241 from hs0210/memory_access_mode
Browse files Browse the repository at this point in the history
memory: Enable test for aarch64
  • Loading branch information
Yingshun committed Oct 31, 2023
2 parents 0c5807e + 70b81c8 commit 5bc199d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
set_pagesize = 2048
set_pagenum = 1024
numa_mem = 2097152
aarch64:
set_pagesize = 524288
set_pagenum = 4
start_vm = no
qemu_monitor_option = '--hmp'
qemu_monitor_cmd = 'info memdev'
Expand Down Expand Up @@ -45,6 +48,8 @@
numa_attrs = {'vcpu': 4,'cpu': {'numa_cell': [{'id': '0', 'cpus': '0-3', 'memory': '${numa_mem}', 'unit': 'KiB'}]}}
- no_numa:
mem_backend = "memory backend: pc.ram"
aarch64:
mem_backend = "memory backend: mach-virt.ram"
variants mem_pagesize:
- without_hugepage:
- with_hugepage:
Expand Down

0 comments on commit 5bc199d

Please sign in to comment.