From: Stefano Stabellini Date: Thu, 1 Dec 2011 16:26:30 +0000 (+0000) Subject: xl.pod.1: add a description of console options X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=239654bb1ec7a4fab32869753c186f76c1f63dbe;p=xen.git xl.pod.1: add a description of console options Signed-off-by: Stefano Stabellini Committed-by: Ian Jackson --- diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index 92593a68af..426b8e8a67 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -105,7 +105,7 @@ soon as it is run. =back -=item B I +=item B [I] I Attach to domain I's console. If you've set up your domains to have a traditional log in console this will look much like a normal @@ -113,6 +113,23 @@ text log in screen. Use the key combination Ctrl+] to detach the domain console. +B + +=over 4 + +=item I<-t [pv|serial]> + +Connect to a PV console or connect to an emulated serial console. +PV consoles are the only consoles available for PV domains while HVM +domains can have both. If this option is not specified it defaults to +emulated serial for HVM guests and PV console for PV guests. + +=item I<-n NUM> + +Connect to console number I. Console numbers start from 0. + +=back + =item B [I] I Attach to domain's VNC server, forking a vncviewer process.