Guest Access Methods
The simplest way - console:
xm console domU_name
A better way:
ssh
[email protected]
Simple graphics:
set up a ssh server in domU and enable xorgforward
e.g. ssh -x
[email protected]
Better graphics - SDL (only for HVM) or VNC:
Install vncviewer package
Enable the vnc or sdl option in guest config file
Connect to it (by localhost or ip)