qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Initialize the VMware VGA console after vga_ini


From: Filip Navara
Subject: Re: [Qemu-devel] [PATCH] Initialize the VMware VGA console after vga_init
Date: Fri, 11 Jul 2008 16:25:12 +0200

Reviewed-by: Filip Navara <address@hidden>

On Tue, Jul 8, 2008 at 4:15 PM, Alexander Graf <address@hidden> 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 <address@hidden>
>
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]