|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Fwd: Display/Console for HVM domUs
On Tue, Nov 14, 2006 at 04:52:41PM -0800, jdsw wrote:
> Also, xm list -l domname also does not contain any indication of what
> display is being used ? I want to programatically determined the display
> number.
That's a nice idea. I've pushed a patch to do exactly that, so
xm li --long <domid> | sed -n 's/^.*(vnc-port \([^)]*\).*$/\1/p'
ought to do what you want.
Ewan.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|