From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnIku-0000dt-BW for qemu-devel@nongnu.org; Fri, 27 Mar 2009 16:34:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnIkq-0000cx-Vr for qemu-devel@nongnu.org; Fri, 27 Mar 2009 16:34:20 -0400 Received: from [199.232.76.173] (port=57843 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnIkq-0000cu-Pm for qemu-devel@nongnu.org; Fri, 27 Mar 2009 16:34:16 -0400 Received: from main.gmane.org ([80.91.229.2]:38166 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LnIkq-0004eI-9M for qemu-devel@nongnu.org; Fri, 27 Mar 2009 16:34:16 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LnIkk-0008BX-4P for qemu-devel@nongnu.org; Fri, 27 Mar 2009 20:34:10 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Mar 2009 20:34:10 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Mar 2009 20:34:10 +0000 From: Consul Date: Fri, 27 Mar 2009 13:33:58 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: Sender: news Subject: [Qemu-devel] Re: [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v6 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 Blue Swirl wrote: > Hi, > > In this version only the script invocation has been changed. > > I still wonder if this is OK for Windows, please test. No. c:/test/qemu/vl.c: In function `main': c:/test/qemu/vl.c:4663: error: `QEMU_OPTION_k' undeclared (first use in this function) c:/test/qemu/vl.c:4663: error: (Each undeclared identifier is reported only once c:/test/qemu/vl.c:4663: error: for each function it appears in.) c:/test/qemu/vl.c:4842: error: `QEMU_OPTION_daemonize' undeclared (first use in this function) c:/test/qemu/vl.c:4933: error: `QEMU_OPTION_chroot' undeclared (first use in this function) c:/test/qemu/vl.c:4936: error: `QEMU_OPTION_runas' undeclared (first use in this function) c:/test/qemu/vl.c:5146: warning: implicit declaration of function `dma_helper_init' c:/test/qemu/vl.c:4269: warning: unused variable `pwd' make[1]: *** [vl.o] Error 1 make[1]: Leaving directory `/c/test/qemu/i386-softmmu' make: *** [subdir-i386-softmmu] Error 2