mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-23 22:18:17 +00:00
HV: vpci_vdev_array cleanup
remove vpci_vdev_array in vm_config struct as it is not used any more; 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:
parent
a25f1a4060
commit
f5504e8077
@ -207,7 +207,6 @@ struct acrn_vm_config {
|
|||||||
|
|
||||||
#ifdef CONFIG_PARTITION_MODE
|
#ifdef CONFIG_PARTITION_MODE
|
||||||
bool vm_vuart;
|
bool vm_vuart;
|
||||||
struct vpci_vdev_array *vpci_vdev_array;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
} __aligned(8);
|
} __aligned(8);
|
||||||
|
Loading…
Reference in New Issue
Block a user