Remove a redundant line in src/qemu/qemu_driver.c
Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
This commit is contained in:
parent
8b6f831c8e
commit
1437ea6f48
@ -4050,7 +4050,6 @@ qemudDomainPinEmulator(virDomainPtr dom,
|
|||||||
if (VIR_ALLOC(newVcpuPin) < 0) {
|
if (VIR_ALLOC(newVcpuPin) < 0) {
|
||||||
virReportOOMError();
|
virReportOOMError();
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
newVcpuPinNum = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (virDomainVcpuPinAdd(&newVcpuPin, &newVcpuPinNum, cpumap, maplen, -1) < 0) {
|
if (virDomainVcpuPinAdd(&newVcpuPin, &newVcpuPinNum, cpumap, maplen, -1) < 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user