This is already correct in all active branches (3.1, 3.2, 3.3).
-- Keir
On 19/1/08 15:30, "余上" <yusunn@gmail.com> wrote:
> Hi all ,
>
> I think the logic of vga_endboot is not correct , if I pass vga=keep
> xen will print :
> Xen is keeping VGA console.
> but if I do not pass keep parmeter xen will not print :
> Xen is relinquishing VGA console.
>
> The new logic should be:
>
> void vga_endboot(void)
> {
> if ( !vgacon_enabled )
> return;
>
> printk("Xen is %s VGA console.\n",
> vgacon_keep ? "keeping" : "relinquishing");
>
> if ( !vgacon_keep )
> vgacon_enabled = 0;
>
> }
> just move printk before the second if statement
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel