From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cD5tA-0000S5-DB for qemu-devel@nongnu.org; Sat, 03 Dec 2016 03:41:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cD5t7-0000UZ-Bz for qemu-devel@nongnu.org; Sat, 03 Dec 2016 03:41:44 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:36726) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cD5t7-0000UN-5L for qemu-devel@nongnu.org; Sat, 03 Dec 2016 03:41:41 -0500 Received: by mail-wm0-x229.google.com with SMTP id g23so37160901wme.1 for ; Sat, 03 Dec 2016 00:41:40 -0800 (PST) Sender: Paolo Bonzini References: <6AEB7A4C-14B5-41D2-8905-35296B337347@gmail.com> From: Paolo Bonzini Message-ID: <0ac3720a-6e4b-81b9-10a7-5103546f1a40@redhat.com> Date: Sat, 3 Dec 2016 09:41:36 +0100 MIME-Version: 1.0 In-Reply-To: <6AEB7A4C-14B5-41D2-8905-35296B337347@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] New wiki page: http://wiki.qemu.org/Hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: qemu-devel qemu-devel On 02/12/2016 23:59, Programmingkid wrote: > I thought we could use a Hosts page to sort all the host documentation we have. It is located here: http://wiki.qemu.org/Hosts > > Here is what I have so far: > > AIX > Darwin > FreeBSD, NetBSD, OpenBSD > Linux > Mac OS X > Solaris > Windows > Since this stuff changes rarely, it should be in the source tree instead. You can link to the source tree from the wiki with something like this: {{src|path=BUILDING|description=the BUILDING file in the source tree}} Would you like to make a patch moving the information from the wiki to such a file? Paolo