Rename qmp_pc_dimm_device_list.c to qmp_dimm_device_list.c Signed-off-by: Xiao Guangrong <guangrong.xiao@xxxxxxxxxxxxxxx> --- stubs/Makefile.objs | 2 +- stubs/{qmp_pc_dimm_device_list.c => qmp_dimm_device_list.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename stubs/{qmp_pc_dimm_device_list.c => qmp_dimm_device_list.c} (100%) diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index ce6ce11..e28af50 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -37,6 +37,6 @@ stub-obj-y += vmstate.o stub-obj-$(CONFIG_WIN32) += fd-register.o stub-obj-y += cpus.o stub-obj-y += kvm.o -stub-obj-y += qmp_pc_dimm_device_list.o +stub-obj-y += qmp_dimm_device_list.o stub-obj-y += target-monitor-defs.o stub-obj-y += vhost.o diff --git a/stubs/qmp_pc_dimm_device_list.c b/stubs/qmp_dimm_device_list.c similarity index 100% rename from stubs/qmp_pc_dimm_device_list.c rename to stubs/qmp_dimm_device_list.c -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html