未验证 提交 d3a4436d 编写于 作者: Y Yu Yihuang 提交者: GitHub

Merge pull request #2226 from huangyum/cpu_max

cpu_device_hotplug_maximum: update case 'max_socket' and 'max_thread'
......@@ -17,6 +17,7 @@
extra_params = "-device intel-iommu,intremap=on,eim=on"
variants:
- max_socket:
only Linux
vcpu_sockets = 0
vcpu_cores = 1
vcpu_threads = 1
......@@ -25,13 +26,11 @@
vcpu_cores = 0
vcpu_threads = 1
- max_thread:
only ppc64 ppc64le
smp = 8
vcpu_sockets = 1
vcpu_cores = 1
vcpu_threads = 0
ppc64, ppc64le:
smp = 8
vcpu_threads = 8
vcpu_cores = 0
vcpu_cores = 0
vcpu_threads = 8
variants:
- @default:
- with_hugepages:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册