mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 04:31:57 +00:00 
			
		
		
		
	[common] kvmfr: add field for CPU socket count
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Quantum
					Quantum