From: Rick Vernam <rickv@hobi.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Initialize the VMware VGA console after vga_init
Date: Tue, 8 Jul 2008 11:44:12 -0500 [thread overview]
Message-ID: <200807081144.12713.rickv@hobi.com> (raw)
In-Reply-To: <48737693.5030300@suse.de>
On Tuesday 08 July 2008 09:15:47 am Alexander Graf wrote:
> Hi,
>
> while trying the -vmwarevga switch I stumbled across this nifty problem:
> vga_common_init calls vga_reset, which memsets the whole VGAState to 0.
> Unfortunately the console initialization code is before that, so it gets
> overwritten by 0 which breaks later on.
>
> To circumvent this I reordered the console initialization to after the
> vga_init. I am not 100% sure if that's correct, but it works so far.
> Please double-check if this is the right approach.
>
> Alex
>
> Signed-off-by: Alexander Graf <agraf@suse.de>
Improvement here, as well.
Thanks!
next prev parent reply other threads:[~2008-07-08 16:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-08 14:15 [Qemu-devel] [PATCH] Initialize the VMware VGA console after vga_init Alexander Graf
2008-07-08 16:44 ` Rick Vernam [this message]
2008-07-11 14:25 ` Filip Navara
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200807081144.12713.rickv@hobi.com \
--to=rickv@hobi.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.