From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nckt2-0005XY-8i for qemu-devel@nongnu.org; Wed, 03 Feb 2010 14:27:40 -0500 Received: from [199.232.76.173] (port=33807 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nckt1-0005XG-F1 for qemu-devel@nongnu.org; Wed, 03 Feb 2010 14:27:39 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ncksz-0007El-2P for qemu-devel@nongnu.org; Wed, 03 Feb 2010 14:27:39 -0500 Received: from mail-iw0-f172.google.com ([209.85.223.172]:37887) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ncksy-0007D4-Rm for qemu-devel@nongnu.org; Wed, 03 Feb 2010 14:27:36 -0500 Received: by mail-iw0-f172.google.com with SMTP id 2so1928045iwn.19 for ; Wed, 03 Feb 2010 11:27:36 -0800 (PST) Message-ID: <4B69CE26.6010609@codemonkey.ws> Date: Wed, 03 Feb 2010 13:27:34 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] The new qemu.org References: <4B692EC4.2010408@redhat.com> <4E44A832-3B24-45F8-93CD-0045246E6E8F@claunia.com> <4B69851E.3060405@codemonkey.ws> <2382D417-FEFF-4974-B705-C879CC8220C8@web.de> In-Reply-To: <2382D417-FEFF-4974-B705-C879CC8220C8@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Jes Sorensen , qemu-devel@nongnu.org On 02/03/2010 01:20 PM, Andreas Färber wrote: > > Am 03.02.2010 um 15:15 schrieb Anthony Liguori: > >> On 02/03/2010 08:11 AM, Natalia Portillo wrote: >>> Indeed that section is just a static HTML so all the wiki advantages >>> get lost with it. >> >> It's derived from qemu-doc.texi in the git tree so patches can be >> submitted against it. >> >> I'd like to convert it to just a wiki page but there was quite a bit >> of support for keeping it in the repository. > > Didn't that mostly apply to the ever-changing options, > machine/hardware emulation etc.? > > Would there be something wrong with having the pretty stable > ./configure --target-list=...; make; make install stuff in a new Wiki > page and referencing the other stuff from there? Nope. I think migrating chunks of reasonable static content from qemu-doc.texi into the wiki would be a potentially non-contraversal thing to do. Regards, Anthony Liguori > Andreas