From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPuMq-0006gb-3A for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:43:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPuMo-0007hQ-TW for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:43:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPuMo-0007hD-La for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:43:10 -0400 Message-ID: <51655E52.90105@redhat.com> Date: Wed, 10 Apr 2013 14:42:58 +0200 From: Paolo Bonzini 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> In-Reply-To: <51655D0E.7060100@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 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: "Michael R. Hines" 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 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