mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-23 14:07:42 +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
|
||||
bool vm_vuart;
|
||||
struct vpci_vdev_array *vpci_vdev_array;
|
||||
#endif
|
||||
|
||||
} __aligned(8);
|
||||
|
Loading…
Reference in New Issue
Block a user