From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: [PATCH v3 15/32] stubs: rename qmp_pc_dimm_device_list.c Date: Sun, 11 Oct 2015 11:52:47 +0800 Message-ID: <1444535584-18220-16-git-send-email-guangrong.xiao@linux.intel.com> References: <1444535584-18220-1-git-send-email-guangrong.xiao@linux.intel.com> Cc: gleb@kernel.org, mtosatti@redhat.com, stefanha@redhat.com, mst@redhat.com, rth@twiddle.net, ehabkost@redhat.com, dan.j.williams@intel.com, kvm@vger.kernel.org, qemu-devel@nongnu.org, Xiao Guangrong To: pbonzini@redhat.com, imammedo@redhat.com Return-path: Received: from mga03.intel.com ([134.134.136.65]:57371 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752699AbbJJT6v (ORCPT ); Sat, 10 Oct 2015 15:58:51 -0400 In-Reply-To: <1444535584-18220-1-git-send-email-guangrong.xiao@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Rename qmp_pc_dimm_device_list.c to qmp_dimm_device_list.c Signed-off-by: Xiao Guangrong --- 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 85e4e81..c2fdcbb 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -37,5 +37,5 @@ 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 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