From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9DKu-0007ni-4D for qemu-devel@nongnu.org; Wed, 16 Dec 2015 09:45:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9DKp-0008D6-KO for qemu-devel@nongnu.org; Wed, 16 Dec 2015 09:45:48 -0500 Received: from smtp.citrix.com ([66.165.176.89]:60580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9DKp-0008D2-GT for qemu-devel@nongnu.org; Wed, 16 Dec 2015 09:45:43 -0500 Message-ID: <1450277067.4053.51.camel@citrix.com> From: Ian Campbell Date: Wed, 16 Dec 2015 14:44:27 +0000 In-Reply-To: References: <1450269007.4053.48.camel@citrix.com> <1450269131-27735-1-git-send-email-ian.campbell@citrix.com> <1450269131-27735-6-git-send-email-ian.campbell@citrix.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH QEMU-XEN v7 5/8] xen: Switch uses of xc_map_foreign_{pages, bulk} to use libxenforeignmemory API. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: wei.liu2@citrix.com, ian.jackson@eu.citrix.com, qemu-devel@nongnu.org, xen-devel@lists.xen.org On Wed, 2015-12-16 at 14:39 +0000, Stefano Stabellini wrote: >=C2=A0 > Why not move the definition of xenforeignmemory_open and > xenforeignmemory_unmap here too? I failed to spot they were also the same. Will do. Ian.