Re: [PATCH] kvm tools: Allow retrieval about PTY redirection in 'kvm stat'

2011-11-10 Thread Pekka Enberg
On Tue, 2011-11-01 at 18:34 +0200, Sasha Levin wrote: This patch adds an option to provide information about redirection of terminal redirection to a PTY device within 'kvm stat'. Usage: 'kvm stat -p [term] -n [instance_name]' Will print information about redirection of terminal

[PATCH] kvm tools: Allow retrieval about PTY redirection in 'kvm stat'

2011-11-01 Thread Sasha Levin
This patch adds an option to provide information about redirection of terminal redirection to a PTY device within 'kvm stat'. Usage: 'kvm stat -p [term] -n [instance_name]' Will print information about redirection of terminal 'term' int instance 'instance_name'. Cc: Osier Yang