mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-29 08:47:24 +00:00
HV: rename vpci files
Renamed 3 files: hypervisor/dm/vpci/hostbridge.c => vhostbridge.c} hypervisor/dm/vpci/{msi.c => vmsi.c} hypervisor/dm/vpci/{msix.c => vmsix.c} And change Makefile accordingly Tracked-On: #2534 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
c6a60dd29c
commit
1a3c9b3255
@ -222,11 +222,11 @@ ifeq ($(CONFIG_PARTITION_MODE),y)
|
||||
C_SRCS += dm/vmptable.c
|
||||
endif
|
||||
C_SRCS += dm/vpci/partition_mode.c
|
||||
C_SRCS += dm/vpci/hostbridge.c
|
||||
C_SRCS += dm/vpci/vhostbridge.c
|
||||
C_SRCS += dm/vpci/pci_pt.c
|
||||
C_SRCS += dm/vpci/sharing_mode.c
|
||||
C_SRCS += dm/vpci/msi.c
|
||||
C_SRCS += dm/vpci/msix.c
|
||||
C_SRCS += dm/vpci/vmsi.c
|
||||
C_SRCS += dm/vpci/vmsix.c
|
||||
|
||||
C_SRCS += bsp/firmware_wrapper.c
|
||||
C_SRCS += bsp/firmware_sbl.c
|
||||
|
Loading…
Reference in New Issue
Block a user