HV: Fix some inconsistent comments in vm_description.c
This patch is for fixing inconsistent comments in vm_description.c Tracked-On: #1160 Signed-off-by: Kaige Fu <kaige.fu@intel.com>
This commit is contained in:
parent
8860af3b4c
commit
7961a5bad2
|
@ -8,21 +8,13 @@
|
|||
|
||||
#define NUM_USER_VMS 2U
|
||||
|
||||
/**********************/
|
||||
/* VIRTUAL MACHINE 0 */
|
||||
/*********************/
|
||||
|
||||
/* Number of CPUs in this VM*/
|
||||
/* Number of CPUs in VM1 */
|
||||
#define VM1_NUM_CPUS 2U
|
||||
|
||||
/* Logical CPU IDs assigned to this VM */
|
||||
uint16_t VM1_CPUS[VM1_NUM_CPUS] = {0U, 2U};
|
||||
|
||||
/*********************/
|
||||
/* VIRTUAL MACHINE 1 */
|
||||
/*********************/
|
||||
|
||||
/* Number of CPUs in this VM*/
|
||||
/* Number of CPUs in VM2 */
|
||||
#define VM2_NUM_CPUS 2U
|
||||
|
||||
/* Logical CPU IDs assigned with this VM */
|
||||
|
|
Loading…
Reference in New Issue