提交 1437ea6f 编写于 作者: T Tang Chen 提交者: Daniel Veillard

Remove a redundant line in src/qemu/qemu_driver.c

Signed-off-by: NTang Chen <tangchen@cn.fujitsu.com>
上级 8b6f831c
......@@ -4050,7 +4050,6 @@ qemudDomainPinEmulator(virDomainPtr dom,
if (VIR_ALLOC(newVcpuPin) < 0) {
virReportOOMError();
goto cleanup;
newVcpuPinNum = 0;
}
if (virDomainVcpuPinAdd(&newVcpuPin, &newVcpuPinNum, cpumap, maplen, -1) < 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册