mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +00:00
[client] main: print guest CPU socket count information
This commit is contained in:
parent
bf059a6eda
commit
8e8d8834de
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue