From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55981 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTHbC-0006U4-JR for qemu-devel@nongnu.org; Mon, 28 Jun 2010 12:54:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTHb7-0007Ga-Rb for qemu-devel@nongnu.org; Mon, 28 Jun 2010 12:54:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42760) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTHb7-0007GM-Hq for qemu-devel@nongnu.org; Mon, 28 Jun 2010 12:54:17 -0400 Message-ID: <4C28CE41.3090000@redhat.com> Date: Mon, 28 Jun 2010 18:30:57 +0200 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 14/17] Move daemonize handling to OS specific files References: <1276162951-842-1-git-send-email-Jes.Sorensen@redhat.com> <1276162951-842-15-git-send-email-Jes.Sorensen@redhat.com> <1277484082.24464.24.camel@mendozza.osrc.amd.com> <4C24E111.7080606@redhat.com> <1277487263.24464.37.camel@mendozza.osrc.amd.com> <4C28B6C2.4030807@redhat.com> <4C28C7C1.4030409@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Frank Arnold , "qemu-devel@nongnu.org" , "Przywara, Andre" On 06/28/10 18:20, Blue Swirl wrote: > On Mon, Jun 28, 2010 at 4:03 PM, Jes Sorensen wrote: >> Yeah, the problem with tying it to CONFIG_LINUX is that older version of >> Linux may not support it. Looking through the list, MAP_POPULATE is >> really an oddball in there though, so maybe it would be cleaner to catch >> it via configure and then use CONFIG_MAP_POPULATE or something like that? > > There'd be 1:1 relation between MAP_POPULATE and CONFIG_MAP_POPULATE, > so maybe not. That is correct, but CONFIG_MAP_POPULATE would be in config.h so it would not get missed out in cases where someone includes qemu-options.h without including sys/mmap.h first. But it is a corner case, so my patch should be fine. Cheers, Jes