From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50314 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PK93t-0001pq-QG for qemu-devel@nongnu.org; Sun, 21 Nov 2010 07:30:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PK93s-0005hQ-LW for qemu-devel@nongnu.org; Sun, 21 Nov 2010 07:30:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PK93s-0005h8-E0 for qemu-devel@nongnu.org; Sun, 21 Nov 2010 07:30:28 -0500 Message-ID: <4CE910DC.2010700@redhat.com> Date: Sun, 21 Nov 2010 13:30:20 +0100 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/1] NBD isn't used by qemu-img, so don't link qemu-img against NBD objects References: <1290184248-30078-1-git-send-email-Jes.Sorensen@redhat.com> <7BADF5D6-2BE4-4F2B-A241-24D6BD45DD8E@web.de> <8E25C0D9-8F6A-4B4C-BC08-EAD9A4654A8F@web.de> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: =?windows-1252?Q?Andreas_F=E4rber?= , QEMU Developers On 11/20/10 19:31, Stefan Hajnoczi wrote: > On Sat, Nov 20, 2010 at 6:04 PM, Andreas F=E4rber wrote: >> http://developer.apple.com/library/mac/#documentation/Darwin/Reference= /ManPages/man3/daemon.3.html >=20 > Deprecated in favor of using launchd. >=20 > Removing qemu-nbd from the build because there is warning isn't a good > strategy. You may not use qemu-io either but it is always built. > That's important because otherwise it could bitrot, no one would > notice, and one day qemu-tools wouldn't work on Mac OSX at all > anymore. Instead we should fix the code that causes a warning. >=20 > Is it cheating much to daemonize manually in qemu-nbd? ;) Maybe it would be feasible to write an os_daemonize() implementation based on launchd() on OSX?