From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MR71s-0002KL-TU for qemu-devel@nongnu.org; Wed, 15 Jul 2009 12:08:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MR71o-0002B4-AG for qemu-devel@nongnu.org; Wed, 15 Jul 2009 12:08:24 -0400 Received: from [199.232.76.173] (port=35805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MR71o-0002Ak-4Z for qemu-devel@nongnu.org; Wed, 15 Jul 2009 12:08:20 -0400 Received: from mx20.gnu.org ([199.232.41.8]:39567) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MR71n-0008ON-QD for qemu-devel@nongnu.org; Wed, 15 Jul 2009 12:08:19 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MR71m-0003QW-W2 for qemu-devel@nongnu.org; Wed, 15 Jul 2009 12:08:19 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] rev5: support colon in filenames Date: Wed, 15 Jul 2009 17:08:14 +0100 References: <1245862739.6278.7.camel@localhost> <4A5DF252.50408@us.ibm.com> <4A5DFDCE.8000604@redhat.com> In-Reply-To: <4A5DFDCE.8000604@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907151708.16624.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Kevin Wolf , Anthony Liguori , kvm-devel , linuxram@us.ibm.com, qemu-devel@nongnu.org, Blue Swirl , Jan Kiszka > Instead of using '-drive if=none' we could use some other syntax where > the filename can be passed as separate argument. Can switches have two > arguments? If so, maybe this: > > -hostdrive $file $options This only works for a single mandatory argument that needs to contain awkward characters. Paul