From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FL0oT-0007Pd-Qg for qemu-devel@nongnu.org; Sun, 19 Mar 2006 11:31:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FL0oS-0007PR-8B for qemu-devel@nongnu.org; Sun, 19 Mar 2006 11:31:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FL0oS-0007PO-27 for qemu-devel@nongnu.org; Sun, 19 Mar 2006 11:31:28 -0500 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FL0to-0001J8-GP for qemu-devel@nongnu.org; Sun, 19 Mar 2006 11:37:00 -0500 From: Paul Brook Subject: Re: [Qemu-devel] qemu configure Date: Sun, 19 Mar 2006 16:31:15 +0000 References: <5b5833aa0603190818i7051754dmb1d1439ced2a29b4@mail.gmail.com> In-Reply-To: <5b5833aa0603190818i7051754dmb1d1439ced2a29b4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603191631.16579.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 On Sunday 19 March 2006 16:18, Anderson Lizardo wrote: > On 3/19/06, Paul Brook wrote: > > CVSROOT: /sources/qemu > > Module name: qemu > > Branch: > > Changes by: Paul Brook 06/03/19 14:54:16 > > > > Modified files: > > . : configure > > > > Log message: > > Configure options to enable/disable all softmmu/user targets. > > In the configure help text, you have put --enable/disable-system. I > suppose you meant --enable/disable-softmmu ? Oops. I changed my mind on the names half way through. I've updated the implementation to match the documentation. Paul