From patchwork Wed Nov 22 12:25:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Huth X-Patchwork-Id: 10070397 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 214B6601D5 for ; Wed, 22 Nov 2017 12:26:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0FE4D29946 for ; Wed, 22 Nov 2017 12:26:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0490B29B0F; Wed, 22 Nov 2017 12:26:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 8EF3229946 for ; Wed, 22 Nov 2017 12:26:19 +0000 (UTC) Received: from localhost ([::1]:39091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHU6c-00070c-Fv for patchwork-qemu-devel@patchwork.kernel.org; Wed, 22 Nov 2017 07:26:18 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHU5z-00070T-Dl for qemu-devel@nongnu.org; Wed, 22 Nov 2017 07:25:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHU5v-0000NC-Eo for qemu-devel@nongnu.org; Wed, 22 Nov 2017 07:25:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33348) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eHU5v-0000MU-8q for qemu-devel@nongnu.org; Wed, 22 Nov 2017 07:25:35 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 485B25D689; Wed, 22 Nov 2017 12:25:33 +0000 (UTC) Received: from [10.36.116.54] (ovpn-116-54.ams2.redhat.com [10.36.116.54]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DB92260634; Wed, 22 Nov 2017 12:25:26 +0000 (UTC) To: Yu Ning , pbonzini@redhat.com References: <1511338200-20417-1-git-send-email-yu.ning@linux.intel.com> From: Thomas Huth Message-ID: <18c1591d-a46a-cd22-fd1c-d87780829622@redhat.com> Date: Wed, 22 Nov 2017 13:25:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1511338200-20417-1-git-send-email-yu.ning@linux.intel.com> Content-Language: en-US X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 22 Nov 2017 12:25:33 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-devel] [PATCH] Add a blog post about HAXM acceleration on Windows X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: huth@tuxfamily.org, sw@weilnetz.de, jsnow@redhat.com, qemu-devel@nongnu.org, Yu Ning Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP On 22.11.2017 09:10, Yu Ning wrote: > From: Yu Ning > > Following my announcement of the open source release of HAXM, > I was asked to write a blog post for normal Windows users to > advertise the use of "-accel hax": > > https://lists.gnu.org/archive/html/qemu-devel/2017-11/msg02822.html Thanks a lot, that blog post looks very good to me! ... just the width of the qemu-debian-wheezy-gui-with-haxm.png image seems to cause some rendering ugliness in my webbrowser, causing the text to overflow into the right menu: http://people.redhat.com/~thuth/screenshot-haxm-blog.png Would it be OK to remove the qemu-debian-wheezy-gui-with-haxm.png from the blog post? Alternatively, this seems to fix the rendering problem, too: Paolo, does that look OK for you? Thomas diff --git a/assets/css/skel-noscript.css b/assets/css/skel-noscript.css index e0a141e..f574b9f 100644 --- a/assets/css/skel-noscript.css +++ b/assets/css/skel-noscript.css @@ -27,6 +27,7 @@ -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; + max-width:100%; } /* Rows */