From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPuo7-0007oV-E8 for qemu-devel@nongnu.org; Wed, 10 Apr 2013 09:11:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPuo4-0000Hr-JT for qemu-devel@nongnu.org; Wed, 10 Apr 2013 09:11:23 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:46432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPuo4-0000Hc-FM for qemu-devel@nongnu.org; Wed, 10 Apr 2013 09:11:20 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Apr 2013 09:11:19 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 018356E803F for ; Wed, 10 Apr 2013 09:11:14 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3ADBGgf299276 for ; Wed, 10 Apr 2013 09:11:16 -0400 Received: from d01av05.pok.ibm.com (loopback [127.0.0.1]) by d01av05.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3ADBGFs000977 for ; Wed, 10 Apr 2013 09:11:16 -0400 Message-ID: <516564F3.5050701@linux.vnet.ibm.com> Date: Wed, 10 Apr 2013 09:11:15 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <1365568180-19593-1-git-send-email-mrhines@linux.vnet.ibm.com> <1365568180-19593-2-git-send-email-mrhines@linux.vnet.ibm.com> <51651A4A.1060402@redhat.com> <51655D0E.7060100@linux.vnet.ibm.com> <51655E52.90105@redhat.com> In-Reply-To: <51655E52.90105@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH RDMA support v6: 1/7] ./configure and Makefile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: aliguori@us.ibm.com, mst@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com On 04/10/2013 08:42 AM, Paolo Bonzini wrote: > Il 10/04/2013 14:37, Michael R. Hines ha scritto: >>>> +common-obj-$(CONFIG_RDMA) += migration-rdma.o >>>> common-obj-y += qemu-char.o #aio.o >>>> common-obj-y += block-migration.o >>>> common-obj-y += page_cache.o xbzrle.o >>> This is in patch 5. >>> >>> Paolo >>> >> I don't understand this comment. Can you clarify? > You should not add the file to the Makefile until the file exists. > > Paolo > Ah! Ok. Understood =)