|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] SDL display of HVMs -- how?
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Hugo Mills
> Sent: 23 October 2006 12:04
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-users] SDL display of HVMs -- how?
>
> I'm having some trouble working out how to make the SDL interface
> for HVM domUs appear. The documentation simply says "it will appear"
> when you start the domU, but doesn't state what packages or libraries
> are needed in order for this magic to happen, or explain how to debug
> it if it doesn't happen. All that I'm getting at the moment is a domU
> (running WinXP -- I installed with the VNC interface) starting up, and
> no way of interacting with it.
>
> I'm using Xen from hg of last week, and Debian testing as the Dom0.
>
> Is there some documentation that I've missed, or could anyone shed
> some light on this issue for me?
If you go to $(XEN_ROOT)/tools/ioemu and do "./configure" followed by
"make", then copy the resulting qemu-dm (in i386-dm directory) to the
/usr/lib{64}/xen/bin. Also after "./configure", do "grep -r CONFIG_SDL".
You should find it in target-i386-dm/config.h [or something like that].
I struggled since I rebuilt by build-machine, at first I didn't have the
right files installed, and then when I finally got everything in place,
I had vnc=1 also on the machine, and that didn't work out right.
Also, have a look at /var/log/xen/qemu-dm.<pid>.log (find the current
one with "ls -ltr /var/log/xen/qemu*" (the newest one is at the bottom.
[One can probably use "cat `ls -tr /var/log/xen/qemu*`" to show the
latest one, actually - but I haven't tried that].
--
Mats
>
> Thanks,
> Hugo.
>
> --
> === Hugo Mills: hugo@... carfax.org.uk | darksatanic.net |
> lug.org.uk ===
> PGP key: 1C335860 from wwwkeys.eu.pgp.net or
> http://www.carfax.org.uk
> --- Anyone who says their system is completely secure
> understands ---
> neither systems nor security.
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|