|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 3 of 4] libxl: support multiple consoles
Stefano Stabellini writes ("[Xen-devel] [PATCH 3 of 4] libxl: support multiple
consoles"):
> This patch modifies libxenlight to support multiple consoles and
> separates the xenstore paths for pv and serial consoles:
Thanks, but:
> - info->vnc = vfb->vnc;
> - if (vfb->vnclisten)
...
> + if (vfb != NULL) {
> + info->vnc = vfb->vnc;
This is something to do with framebuffers rather than consoles. Is it
supposed to be in this patch ?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|