mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[client] main: print guest CPU socket count information
This commit is contained in:
parent
bf059a6eda
commit
8e8d8834de
@ -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 New Issue
Block a user