未验证 提交 927063f6 编写于 作者: Q Qianqian Zhu 提交者: GitHub

Merge pull request #1263 from huangyum/memhp

hotplug_mem: add option test for memory backend
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# guest OS really supported it. # guest OS really supported it.
- hotplug_memory: - hotplug_memory:
type = hotplug_mem type = hotplug_mem
mem_fixed = 1024 mem_fixed = 4096
slots_mem = 4 slots_mem = 4
size_mem = 1G size_mem = 1G
maxmem_mem = 32G maxmem_mem = 32G
...@@ -21,6 +21,24 @@ ...@@ -21,6 +21,24 @@
ppc64,ppc64le: ppc64,ppc64le:
threshold = 0.15 threshold = 0.15
sub_test_wait_time = 0 sub_test_wait_time = 0
variants:
- @default:
- op_on:
dump_mem = yes
merge_mem = yes
prealloc_mem = yes
share_mem = yes
discard-data = yes
only one
only no_policy
- op_off:
dump_mem = no
merge_mem = no
prealloc_mem = no
share_mem = no
discard-data = no
only one
only no_policy
variants numa_nodes: variants numa_nodes:
- one: - one:
guest_numa_nodes = "node0" guest_numa_nodes = "node0"
...@@ -62,6 +80,7 @@ ...@@ -62,6 +80,7 @@
variants: variants:
- backend_ram: - backend_ram:
backend_mem = memory-backend-ram backend_mem = memory-backend-ram
del discard-data
- backend_file: - backend_file:
# Notes: # Notes:
# Before start testing, please ensure your host # Before start testing, please ensure your host
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册