From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFc2Z-0004bv-AD for qemu-devel@nongnu.org; Fri, 17 Nov 2017 03:30:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFc2W-00051r-6x for qemu-devel@nongnu.org; Fri, 17 Nov 2017 03:30:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58616) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eFc2W-00051T-1E for qemu-devel@nongnu.org; Fri, 17 Nov 2017 03:30:20 -0500 References: <81495d39-0026-dba2-10b9-86d7df5babd3@tuxfamily.org> <4a983bfc-442c-c55f-e3eb-9cb58a0d9ba8@redhat.com> From: Thomas Huth Message-ID: <3cc5c809-001e-bb14-52fd-7a66ed00b38c@redhat.com> Date: Fri, 17 Nov 2017 09:30:07 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] HAXM is now open source List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yu Ning , Paolo Bonzini , John Snow , Thomas Huth , qemu-devel , Stefan Weil Cc: Vincent Palatin On 17.11.2017 09:17, Yu Ning wrote: [...] > Is there a preferred document format for the QEMU blog, e.g. Markdown? Yes, we're using markdown of Jekyll (https://jekyllrb.com/docs/posts/). Please clone the qemu-web repository (see https://git.qemu.org/?p=3Dqemu-web.git), and have a look in the "_posts" directory to see how the files should look like. > I'll get the content ready by early next week, and then I'll need > someone to help me post it. Sure, Paolo and I should be able to help. The preferred way is to create a patch against the qemu-web repository and send that patch to qemu-devel, with CC: to Paolo and myself. We then can give feedback, do sanity checking (in case you don't want to install Jekyll on your HD), and push the patch to the website if everything is fine. Thanks! Thomas