|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [PATCH] Re: [Xen-devel] Re: [PATCH 2/2] PV framebuffer
Atsushi SAKAI <sakaia@xxxxxxxxxxxxxx> writes:
> Hi, Markus
>
> Finally Booting DomU is succesful with xenfb driver.
>
> But xen-vncfb is waiting in prhread_cond_wait.
> main
> xenfb_attach_dom
> xenfb_wait_for_backend_creation
> xenfb_wait_for_state
> xs_read_watch
> pthread_cond_wait
>
> And By doing xensore-ls,
> the keyword "vfb" is not appleared.
>
>>From this consideration, I guess xen-vncfb has a problem.
This waits for xend to create the xenstore directory.
> Is there any suggestion?
Do you have vfb and vkbd configured in your /etc/xen/DOMNAME file?
Could you post your config file here?
> c.f.
> During the survey,
> I found large difference your xenfn patch and FC6 xenfb code.
Yes, FC-6 has an old version of the patch. Really old.
>
> Thanks
> Atsushi SAKAI
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|