From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42843 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKYC1-0005AL-KJ for qemu-devel@nongnu.org; Mon, 22 Nov 2010 10:20:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKYBr-00031c-AF for qemu-devel@nongnu.org; Mon, 22 Nov 2010 10:20:33 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:46997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKYBr-00031O-4J for qemu-devel@nongnu.org; Mon, 22 Nov 2010 10:20:23 -0500 Received: by gye5 with SMTP id 5so2132066gye.4 for ; Mon, 22 Nov 2010 07:20:22 -0800 (PST) Message-ID: <4CEA8A31.60900@codemonkey.ws> Date: Mon, 22 Nov 2010 09:20:17 -0600 From: Anthony Liguori 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> <4CEA6102.3020709@redhat.com> <4CEA794F.40506@redhat.com> <4CEA7AFD.2050609@redhat.com> <4CEA7DBD.9020904@redhat.com> <4CEA806C.8040501@redhat.com> <4CEA8437.4090900@codemonkey.ws> <4CEA8501.9040603@redhat.com> <4CEA8785.2030208@codemonkey.ws> <4CEA87F4.1020207@redhat.com> In-Reply-To: <4CEA87F4.1020207@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: Kevin Wolf , qemu-devel@nongnu.org On 11/22/2010 09:10 AM, Jes Sorensen wrote: > On 11/22/10 16:08, Anthony Liguori wrote: > >> On 11/22/2010 08:58 AM, Jes Sorensen wrote: >> >>> On 11/22/10 15:54, Anthony Liguori wrote: >>> >>>> Using block format whitelisting should be enough to disable nbd. I >>>> don't see a need for an explicit --disable-nbd option. >>>> >>>> >>> Right, the right solution is probably to create a block driver list >>> argument for configure, similar to what we have for the sound drivers. >>> >>> >> --block-drv-whitelist= >> > Any idea what the difference is between 'whitelist' and 'list' in this > context? > Everything is built, but only the formats that are in the whitelist are usable. Regards, Anthony Liguori > Jes >