From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4Mm6-0001Fp-NN for qemu-devel@nongnu.org; Wed, 22 Aug 2012 22:03:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4Mm4-0008IB-JM for qemu-devel@nongnu.org; Wed, 22 Aug 2012 22:03:58 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:35447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4Mm4-0008I7-Cp for qemu-devel@nongnu.org; Wed, 22 Aug 2012 22:03:56 -0400 Received: from /spool/local by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 22 Aug 2012 20:03:55 -0600 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 61ACB19D8039 for ; Wed, 22 Aug 2012 20:03:52 -0600 (MDT) Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7N23let162446 for ; Wed, 22 Aug 2012 20:03:48 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7N23lXs015901 for ; Wed, 22 Aug 2012 20:03:47 -0600 From: Anthony Liguori In-Reply-To: References: <1345667067-24298-1-git-send-email-aliguori@us.ibm.com> <87k3wqo8f6.fsf@codemonkey.ws> Date: Wed, 22 Aug 2012 21:03:44 -0500 Message-ID: <87haru8iv3.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH] boards: add a 'none' machine type to all platforms List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Markus Armbruster Peter Maydell writes: > On 22 August 2012 23:42, Anthony Liguori wrote: >> Peter Maydell writes: >>> How about documenting this machine (and its purpose) somewhere? >> >> Okay, but where? I don't know an obvious place. > > If we hadn't got ourselves into this mess where we can't change > -help output, the obvious place would be in the qemu-options.hx > documentation of the -machine option. > > Is it possible to mark up qemu-options.hx for "put this text > in the HTML docs but not the -help output" ? Since 1.3 is just a couple weeks away from being open, let's just wait until then and change the help output. Regards, Anthony Liguori > > -- PMM