mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +00:00
hv: Fix for PARTITION_MODE compilation
This patch fixes compilation issue for PARTITION_MODE. Tracked-On: #1404 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
This commit is contained in:
committed by
Xie, Nanlin
parent
eebccac2a7
commit
5b28b37842
@@ -157,7 +157,7 @@ static struct vpci_vdev_array vpci_vdev_array2 = {
|
||||
/*******************************/
|
||||
/* User Defined VM definitions */
|
||||
/*******************************/
|
||||
const struct vm_description_array vm_desc_partition = {
|
||||
struct vm_description_array vm_desc_partition = {
|
||||
/* Number of user virtual machines */
|
||||
.num_vm_desc = NUM_USER_VMS,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user