[client] main: print guest CPU socket count information

This commit is contained in:
Quantum 2022-01-07 03:21:18 -05:00 committed by Geoffrey McRae
parent bf059a6eda
commit 8e8d8834de

View File

@ -1279,8 +1279,8 @@ restart:
vmInfo->uuid[15]);
DEBUG_INFO("CPU Model: %s", vmInfo->model);
DEBUG_INFO("CPU : %u cores, %u threads",
vmInfo->cores, vmInfo->cpus);
DEBUG_INFO("CPU : %u sockets, %u cores, %u threads",
vmInfo->sockets, vmInfo->cores, vmInfo->cpus);
DEBUG_INFO("Using : %s", vmInfo->capture);
bool uuidValid = false;