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
|
#define NUM_USER_VMS 2U
|
||||||
|
|
||||||
/**********************/
|
/* Number of CPUs in VM1 */
|
||||||
/* VIRTUAL MACHINE 0 */
|
|
||||||
/*********************/
|
|
||||||
|
|
||||||
/* Number of CPUs in this VM*/
|
|
||||||
#define VM1_NUM_CPUS 2U
|
#define VM1_NUM_CPUS 2U
|
||||||
|
|
||||||
/* Logical CPU IDs assigned to this VM */
|
/* Logical CPU IDs assigned to this VM */
|
||||||
uint16_t VM1_CPUS[VM1_NUM_CPUS] = {0U, 2U};
|
uint16_t VM1_CPUS[VM1_NUM_CPUS] = {0U, 2U};
|
||||||
|
|
||||||
/*********************/
|
/* Number of CPUs in VM2 */
|
||||||
/* VIRTUAL MACHINE 1 */
|
|
||||||
/*********************/
|
|
||||||
|
|
||||||
/* Number of CPUs in this VM*/
|
|
||||||
#define VM2_NUM_CPUS 2U
|
#define VM2_NUM_CPUS 2U
|
||||||
|
|
||||||
/* Logical CPU IDs assigned with this VM */
|
/* Logical CPU IDs assigned with this VM */
|
||||||
|
|
Loading…
Reference in New Issue