mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-04 09:50:54 +00:00
HV: rename core.c to vdev.c
core.c contains functions all related to pci vdev management, so it makes sense to give it a more meaningful file name. 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
819bcec693
commit
731b0444b1
@ -212,7 +212,7 @@ C_SRCS += hw/pci.c
|
|||||||
|
|
||||||
C_SRCS += dm/vpic.c
|
C_SRCS += dm/vpic.c
|
||||||
C_SRCS += dm/vioapic.c
|
C_SRCS += dm/vioapic.c
|
||||||
C_SRCS += dm/vpci/core.c
|
C_SRCS += dm/vpci/vdev.c
|
||||||
C_SRCS += dm/vpci/vpci.c
|
C_SRCS += dm/vpci/vpci.c
|
||||||
ifeq ($(CONFIG_PARTITION_MODE),y)
|
ifeq ($(CONFIG_PARTITION_MODE),y)
|
||||||
C_SRCS += dm/vmptable.c
|
C_SRCS += dm/vmptable.c
|
||||||
|
Loading…
Reference in New Issue
Block a user