|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Xen frame buffer related
Thanks for the detailed reply. Makes the things a lot more clearer to me.
But I have got a few more questions.
How do I use the VNC/SDL to view domU's console. I saw a thread http://lists.xensource.com/archives/html/xen-devel/2007-08/msg00351.html
related to this and followed the approach. (I assume all the 10 patches mentioned in this series are available in Xen 3.2. Am I right?)
In my domU config file I use options like this;
vfb = [ 'type=sdl' ]
#vfb = ['type=vnc '] #extra = "xencons=tty video=xenfb" extra = 'xencons=ttyS0 console=ttyS0 video=xenfb' The domU starts booting and stops after printing some texts to the tty console (I think it waits for the back-end to come-up)
Then I execute the command <qemu-dm -M xenpv -d domid>. Then a black screen flashes for a fraction of a second and goes away. Nothing happens. So am I doing the write things. Or am I supposed to do some thing different?
(Do I need to start a VNC viewer in dom0 in case I am using the VNC option)
in Xen 3.1 there was a tool vncfb . But that is missing in 3.2. I assume all of that functionality has been put into qemu-dm.
In the thread http://lists.xensource.com/archives/html/xen-devel/2007-08/msg00351.html it is mentioned about merging xenfb and xenconsoled into qemu-dm. So what is the purpose of xenconsoled . If I look through my system I find binaries like (/usr/bin/xencons , /usr/sbin/xenconsoled /usr/lib64/xen/bin/xenconsole). Could you please give me an idea what are these used for?
Finally a logistics question: Like you have said in your reply 2.6.18 kernel is not usable for many purposes. But Xen website does not provide support for any later version of kernel for dom0. Are the Xen guys planning to provide port for a later kernel like 2.6.23 /24?
So I am wondering if I use the Xen that comes inbuilt with Linux distributions like Fedora8 do I get all the pvops features that you are mentioning? But I guess Fedora8 has Xen 3.1. And the current hypervisor is 3.2 . So all this make the whole thing a bit confusing.
Thanks, Dushmanta
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|