Skip to content

Commit 731b044

Browse files
donshengEddie Dong
authored andcommitted
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>
1 parent 819bcec commit 731b044

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hypervisor/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ C_SRCS += hw/pci.c
212212

213213
C_SRCS += dm/vpic.c
214214
C_SRCS += dm/vioapic.c
215-
C_SRCS += dm/vpci/core.c
215+
C_SRCS += dm/vpci/vdev.c
216216
C_SRCS += dm/vpci/vpci.c
217217
ifeq ($(CONFIG_PARTITION_MODE),y)
218218
C_SRCS += dm/vmptable.c
File renamed without changes.

0 commit comments

Comments
 (0)