From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH] Paging and memory sharing for HVM guests Date: Thu, 17 Dec 2009 12:16:48 -0800 Message-ID: <4B2A91B0.5030908@goop.org> References: <4B2A8AC0.1080902@goop.org> <4B2A8FBE.4090000@cs.ubc.ca> <4B2A9178.2000404@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B2A9178.2000404@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Patrick Colp Cc: xen-devel@lists.xensource.com, Keir Fraser , Grzegorz Milos , Andrew Peace List-Id: xen-devel@lists.xenproject.org On 12/17/2009 12:15 PM, Jeremy Fitzhardinge wrote: > On 12/17/2009 12:08 PM, Patrick Colp wrote: >> That's odd. I just pulled a fresh copy of xen-unstable and built xen >> and the tools. Both compiled with no errors or problems. Maybe this >> is some sort of distro-dependent problem? > > Possibly. I'm using Fedora 11 on this machine, and it also fails in > Fedora 12. For the sleep() prototype, is it possible your versions > headers are implicitly including unistd.h, or otherwise have a > prototype for it? > > And for the xen/mem_event.h problem, might you have that header > installed somewhere? Though I just did a clean+build and it found the header, so maybe it was something in the header symlink mess. So just the sleep prototype problem. J