提交 741ed443 编写于 作者: J Jie Tang 提交者: Chen Qun

cpu_hotplug: can not offline all cpus.

Can not offline all vcpus of vm, keep one vcpu alive at least.
Signed-off-by: NJie Tang <tangjie18@huawei.com>
上级 92f4d0ff
......@@ -173,5 +173,4 @@ def run(test, params, env):
session.cmd("echo %s > /proc/irq/%s/smp_affinity" % (irq_mask, irq))
for online_file in online_files:
session.cmd("echo 0 > %s" % online_file)
for online_file in online_files:
session.cmd("echo 1 > %s" % online_file)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册