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:
Victor Sun
2019-04-12 10:16:57 +08:00
committed by ACRN System Integration
parent 4557033a3a
commit 6071234337
9 changed files with 12 additions and 12 deletions

View File

@@ -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];