diff mbox

Add a blog post about HAXM acceleration on Windows

Message ID 18c1591d-a46a-cd22-fd1c-d87780829622@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Huth Nov. 22, 2017, 12:25 p.m. UTC
On 22.11.2017 09:10, Yu Ning wrote:
> From: Yu Ning <yu.ning@intel.com>
> 
> 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

Comments

Yu Ning Nov. 22, 2017, 2:52 p.m. UTC | #1
On 11/22/2017 20:25, Thomas Huth wrote:
> On 22.11.2017 09:10, Yu Ning wrote:
>> From: Yu Ning <yu.ning@intel.com>
>>
>> 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!

Thanks!

> ... 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?

Yes, I'm fine with removing it.  Sorry I haven't installed Jekyll and 
didn't test the rendering.

Would you confirm whether that's the only change I need to make in v2?
Thomas Huth Nov. 22, 2017, 5:03 p.m. UTC | #2
On 22.11.2017 15:52, Yu Ning wrote:
> 
> On 11/22/2017 20:25, Thomas Huth wrote:
[...]
>> Would it be OK to remove the qemu-debian-wheezy-gui-with-haxm.png from
>> the blog post?
> 
> Yes, I'm fine with removing it.  Sorry I haven't installed Jekyll and
> didn't test the rendering.
> 
> Would you confirm whether that's the only change I need to make in v2?

No need to respin, since this was just a one-line change, I was able to
do it on my own (I still removed the screenshot, even if it seemed to be
working with Paolo's patch to the CSS, since the screenshot looked just
a bit too big for the blog - I hope that's OK for you).

So the blog post is now online:

 https://www.qemu.org/2017/11/22/haxm-usage-windows/

Thanks again,
 Thomas
Yu Ning Nov. 23, 2017, 1:57 a.m. UTC | #3
On 11/23/2017 1:03, Thomas Huth wrote:
> On 22.11.2017 15:52, Yu Ning wrote:
>> On 11/22/2017 20:25, Thomas Huth wrote:
> [...]
>>> Would it be OK to remove the qemu-debian-wheezy-gui-with-haxm.png from
>>> the blog post?
>> Yes, I'm fine with removing it.  Sorry I haven't installed Jekyll and
>> didn't test the rendering.
>>
>> Would you confirm whether that's the only change I need to make in v2?
> No need to respin, since this was just a one-line change, I was able to
> do it on my own (I still removed the screenshot, even if it seemed to be
> working with Paolo's patch to the CSS, since the screenshot looked just
> a bit too big for the blog - I hope that's OK for you).

Yes, absolutely :)

> So the blog post is now online:
>
>   https://www.qemu.org/2017/11/22/haxm-usage-windows/

Looks nice, thanks!
diff mbox

Patch

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 */