From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] rev5: support colon in filenames Date: Wed, 15 Jul 2009 17:08:14 +0100 Message-ID: <200907151708.16624.paul@codesourcery.com> References: <1245862739.6278.7.camel@localhost> <4A5DF252.50408@us.ibm.com> <4A5DFDCE.8000604@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , Blue Swirl , Kevin Wolf , "kvm-devel" , linuxram@us.ibm.com, qemu-devel@nongnu.org, Jan Kiszka To: Gerd Hoffmann Return-path: Received: from mail.codesourcery.com ([65.74.133.4]:56474 "EHLO mail.codesourcery.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755549AbZGOQIS (ORCPT ); Wed, 15 Jul 2009 12:08:18 -0400 In-Reply-To: <4A5DFDCE.8000604@redhat.com> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: > 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