mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +00:00
HV: use term of UUID
The code mixed the usage on term of UUID and GUID, now use UUID to make code more consistent, also will use lowercase (i.e. uuid) in variable name definition. Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
4557033a3a
commit
6071234337
@@ -111,7 +111,7 @@ struct profiling_vcpu_pcpu_map {
|
||||
|
||||
struct profiling_vm_info {
|
||||
uint16_t vm_id_num;
|
||||
uint8_t guid[16];
|
||||
uint8_t uuid[16];
|
||||
char vm_name[16];
|
||||
uint16_t num_vcpus;
|
||||
struct profiling_vcpu_pcpu_map cpu_map[CONFIG_MAX_VCPUS_PER_VM];
|
||||
|
Reference in New Issue
Block a user