Skip to content

Commit f5504e8

Browse files
jsun26intelacrnsi
authored andcommitted
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>
1 parent a25f1a4 commit f5504e8

File tree

1 file changed

+0
-1
lines changed
  • hypervisor/include/arch/x86/guest

1 file changed

+0
-1
lines changed

hypervisor/include/arch/x86/guest/vm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ struct acrn_vm_config {
207207

208208
#ifdef CONFIG_PARTITION_MODE
209209
bool vm_vuart;
210-
struct vpci_vdev_array *vpci_vdev_array;
211210
#endif
212211

213212
} __aligned(8);

0 commit comments

Comments
 (0)