From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPuHW-0001SD-GQ for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:37:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPuHT-0005je-I0 for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:37:42 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:52041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPuHT-0005jY-C3 for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:37:39 -0400 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Apr 2013 08:37:39 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id A03C56E803F for ; Wed, 10 Apr 2013 08:37:34 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3ACbb3B287118 for ; Wed, 10 Apr 2013 08:37:37 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3ACbaQL026116 for ; Wed, 10 Apr 2013 08:37:36 -0400 Message-ID: <51655D0E.7060100@linux.vnet.ibm.com> Date: Wed, 10 Apr 2013 08:37:34 -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> In-Reply-To: <51651A4A.1060402@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 03:52 AM, Paolo Bonzini wrote: > Il 10/04/2013 06:29, mrhines@linux.vnet.ibm.com ha scritto: >> diff --git a/Makefile.objs b/Makefile.objs >> index e568c01..10431bd 100644 >> --- a/Makefile.objs >> +++ b/Makefile.objs >> @@ -49,6 +49,7 @@ common-obj-$(CONFIG_POSIX) += os-posix.o >> common-obj-$(CONFIG_LINUX) += fsdev/ >> >> common-obj-y += migration.o migration-tcp.o >> +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? - Michael