 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1 of 1] stubdom hanging at creation
 Eric Chanudet writes ("[Xen-devel] [PATCH 1 of 1] stubdom hanging at creation"):
> The following patch is a first fix for qemu to rectify stubdom hanging 
> at boot time.
...
> +#if defined(CONFIG_STUBDOM)
> +        if (xenfb_pv_display_init(ds) == 0) {
> +        } else
> +#endif
This part looks plausible
>   #if defined(CONFIG_CURSES)
> -            if (curses) {
> -                /* At the moment curses cannot be used with other displays */
> -                curses_display_init(ds, full_screen);
> -            } else
> +        if (curses) {
> +            /* At the moment curses cannot be used with other displays */
> +            curses_display_init(ds, full_screen);
> +        } else
>   #endif
Isn't that just an unintended whitespace change ?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |