Re: [libvirt] [PATCH 3/7] Introduce a virDomainOpenConsole API

2010-08-19 Thread Eric Blake
On 08/17/2010 11:02 AM, Daniel P. Berrange wrote: To enable virsh console (or equivalent) to be used remotely it is neccessary to provide remote access to the /dev/pts/XXX s/neccessary/necessary psuedo-TTY associated with the console/serial/parallel device s/psuedo/pseudo/ in the guest.

[libvirt] [PATCH 3/7] Introduce a virDomainOpenConsole API

2010-08-17 Thread Daniel P. Berrange
To enable virsh console (or equivalent) to be used remotely it is neccessary to provide remote access to the /dev/pts/XXX psuedo-TTY associated with the console/serial/parallel device in the guest. The virStream API provide a bi-directional I/O stream capability that can be used for this purpose.