From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRCmR-0004iT-Px for qemu-devel@nongnu.org; Wed, 15 Jul 2009 18:16:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRCmM-0004W0-Ri for qemu-devel@nongnu.org; Wed, 15 Jul 2009 18:16:50 -0400 Received: from [199.232.76.173] (port=58046 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRCmM-0004VY-PH for qemu-devel@nongnu.org; Wed, 15 Jul 2009 18:16:46 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:54079) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRCmM-0002SL-6d for qemu-devel@nongnu.org; Wed, 15 Jul 2009 18:16:46 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e7.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n6FM3PWg018622 for ; Wed, 15 Jul 2009 18:03:25 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n6FMGeqe187572 for ; Wed, 15 Jul 2009 18:16:40 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n6FMGeng030218 for ; Wed, 15 Jul 2009 18:16:40 -0400 Message-ID: <4A5E5545.5060603@us.ibm.com> Date: Wed, 15 Jul 2009 17:16:37 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] rev3: support colon in filenames References: <4A434009.5010009@redhat.com> <1245998284.6278.99.camel@localhost> <4A447C8D.5000104@kevin-wolf.de> <1246063310.6278.115.camel@localhost> <1246511321.6429.31.camel@localhost> <4A4C754D.10109@redhat.com> <4A4CAD86.9020607@us.ibm.com> <4A4CB39F.5070506@redhat.com> <20090715181405.GB3056@shareable.org> <4A5E4206.20602@web.de> <20090715213635.GN3056@shareable.org> <4A5E4D33.9070901@web.de> In-Reply-To: <4A5E4D33.9070901@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Kevin Wolf , linuxram@us.ibm.com, qemu-devel@nongnu.org, kvm-devel Jan Kiszka wrote: > We would still have to deal with the fact that so far '\' had no special > meaning on Windows - except that is was the well-known path separator. > So redefining its meaning would break a bit... > That's the problem. You will break existing Windows users. I know this goes against the current momentum in qemu, but overloading one option with a bunch of parameters seems absolutely silly to me. IMHO, -drive file=foo.img,if=virtio,cache=off should have always been at least three parameters. -- Regards, Anthony Liguori