From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjiXW-0007Ux-G4 for qemu-devel@nongnu.org; Tue, 17 Mar 2009 19:17:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjiXR-0007Ty-SC for qemu-devel@nongnu.org; Tue, 17 Mar 2009 19:17:42 -0400 Received: from [199.232.76.173] (port=53494 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjiXR-0007Tt-Gy for qemu-devel@nongnu.org; Tue, 17 Mar 2009 19:17:37 -0400 Received: from mx20.gnu.org ([199.232.41.8]:13851) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LjiXR-0004ea-5T for qemu-devel@nongnu.org; Tue, 17 Mar 2009 19:17:37 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LjiXQ-0004sF-AQ for qemu-devel@nongnu.org; Tue, 17 Mar 2009 19:17:36 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v3 Date: Tue, 17 Mar 2009 23:08:46 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903172308.47070.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl On Tuesday 17 March 2009, Blue Swirl wrote: > Hi, > > This version uses a C tool to parse the options file instead of Perl > script. I also added HXCOMM for comment purposes. > > Does this work on Windows? I'm pretty sure it doesn't work in cross environments. Paul