From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqLym-0000hP-7t for qemu-devel@nongnu.org; Thu, 26 Jan 2012 04:50:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqLyg-0002af-KB for qemu-devel@nongnu.org; Thu, 26 Jan 2012 04:50:52 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:37730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqLyg-0002ZZ-E1 for qemu-devel@nongnu.org; Thu, 26 Jan 2012 04:50:46 -0500 Message-ID: <4F2121EC.1080501@msgid.tls.msk.ru> Date: Thu, 26 Jan 2012 13:50:36 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1327140203-3165-1-git-send-email-ronniesahlberg@gmail.com> <1327140203-3165-2-git-send-email-ronniesahlberg@gmail.com> <4F1DA1D5.1010600@redhat.com> <4F20266F.20409@redhat.com> <4F211813.7060404@redhat.com> In-Reply-To: <4F211813.7060404@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] iSCSI: add configuration variables for iSCSI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Eric Blake , qemu-devel@nongnu.org, ronnie sahlberg On 26.01.2012 13:08, Kevin Wolf wrote: [] >> -readconfig fd:9 > Magic prefixes like this have one big problem: What if someone has a > config file called "fd:9"? We have the very same problem with protocols -readconfig ./fd:9 does the trick. > in the block layer and while in the general case it's a convenient > syntax, we've come to hate it in cases where it misinterprets things. /mjt