WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [Xen-changelog] [xen-unstable] libxc: use new (replaceme

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: [Xen-changelog] [xen-unstable] libxc: use new (replacement) mmap-batch ioctl
From: Mark Johnson <johnson.nh@xxxxxxxxx>
Date: Thu, 14 Jan 2010 09:24:04 -0500
Delivery-date: Thu, 14 Jan 2010 06:24:25 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Z7wM8PmYjEq4A7RgEKtOiGndC24PRmfeT1PtuJfRCJU=; b=Vu0r87dZHUmY5ZEdOb7qAiBdohZWTSzPIDbi96owsNa00NuVvlKUBAYF6BUe1cmaVa QDx79gxJc5B5WrjVj0qiy9rfkyx2QD3JAflJnO+r3dinqcibKqEYHak9Cy2D/dvWtzdw VNZvb1qRKaqkSDplmGSOAwB1xhL4ez+aOAkiU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=eGgoOSIn/BJVPmX1qBZywOQshQyaIsV7+H1czwBfRpUBAo29nQVm41kk3lqniElRH5 w1tNxF0Hqm5wrY5CwYRyd8cChjLlOGkTVWvj1FEc73eIZq9Rmh9UnBHMYJsqbKjs6Mb7 PHTryWMGn0kde0H0oSojhWGfGYfCZ7fDU0ghE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <201001130840.o0D8eO0h006077@xxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <201001130840.o0D8eO0h006077@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, Jan 13, 2010 at 3:40 AM, Xen patchbot-unstable
<patchbot-unstable@xxxxxxxxxxxxxxxxxxx> wrote:
> # HG changeset patch
> # User Keir Fraser <keir.fraser@xxxxxxxxxx>
> # Date 1263370376 0
> # Node ID 0b138a01929237f671a3bb7021755d304e294699
> # Parent  0e3910f1de6483cd22d066d491db646a6bc41fa4
> libxc: use new (replacement) mmap-batch ioctl
>
> Replace all calls to xc_map_foreign_batch() where the caller doesn't
> look at the passed in array to check for errors by calls to
> xc_map_foreign_pages(). Replace all remaining calls by such to the
> newly introduced xc_map_foreign_bulk().
>

FYI, I see the following build error with this patch...
xc_map_foreign_bulk() should be moved up.


MRJ


xc_misc.c:390: warning: weak declaration of 'xc_map_foreign_bulk'
after first use results in unspecified behavior
gmake[5]: *** [xc_misc.o] Error 1
gmake[4]: *** [build] Error 2
gmake[3]: *** [subdir-install-libxc] Error 2
gmake[2]: *** [subdirs-install] Error 2
gmake[1]: *** [install-tools] Error 2
gmake: *** [world] Error 2

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>