From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH] ioemu: make daemonize optional Date: Thu, 7 Feb 2008 14:47:16 +0000 Message-ID: <20080207144716.GH4310@implementation.uk.xensource.com> References: <20080207142251.GF9343@implementation.uk.xensource.com> <20080207143754.GE30230@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20080207143754.GE30230@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Daniel P. Berrange" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Daniel P. Berrange, le Thu 07 Feb 2008 14:37:54 +0000, a écrit : > On Thu, Feb 07, 2008 at 02:22:51PM +0000, Samuel Thibault wrote: > > ioemu: make daemonize optional > > Why ? Littering up the source code with lots of #ifdef isn't > very nice for maintainance. instead of #ifndef _WIN32, yes :) > Can we at least have some explanation > of the actual need for these changes along with the patch. All my patches are needed for stub domains, where fork()ing doesn't even make sense for instance. Samuel