mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[common] kvmfr: add field for CPU socket count
This commit is contained in:
parent
2099161b7e
commit
2834c7d95b
@ -28,7 +28,7 @@
|
||||
#include "types.h"
|
||||
|
||||
#define KVMFR_MAGIC "KVMFR---"
|
||||
#define KVMFR_VERSION 15
|
||||
#define KVMFR_VERSION 16
|
||||
|
||||
#define KVMFR_MAX_DAMAGE_RECTS 64
|
||||
|
||||
@ -101,6 +101,7 @@ typedef struct KVMFRRecord_VMInfo
|
||||
char capture[32]; // the capture device in use
|
||||
uint8_t cpus; // number of CPUs
|
||||
uint8_t cores; // number of CPU cores
|
||||
uint8_t sockets; // number of CPU sockets
|
||||
char model[];
|
||||
}
|
||||
KVMFRRecord_VMInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user