[libvirt] [PATCH] virsh: Clarify escape sequence

2012-04-03 Thread Michal Privoznik
Currently, we put no strains on escape sequence possibly leaving users with console that cannot be terminated. However, not all ASCII characters can be used as escape sequence. Only those falling in @ - _ can be; implement and document this constraint. --- tools/console.c |3 ++-

Re: [libvirt] [PATCH] virsh: Clarify escape sequence

2012-04-03 Thread Eric Blake
On 04/03/2012 07:10 AM, Michal Privoznik wrote: Currently, we put no strains on escape sequence possibly leaving users with console that cannot be terminated. However, not all ASCII characters can be used as escape sequence. Only those falling in @ - _ can be; implement and document this

Re: [libvirt] [PATCH] virsh: Clarify escape sequence

2012-04-03 Thread Daniel P. Berrange
On Tue, Apr 03, 2012 at 03:10:32PM +0200, Michal Privoznik wrote: Currently, we put no strains on escape sequence possibly leaving users with console that cannot be terminated. However, not all ASCII characters can be used as escape sequence. Only those falling in @ - _ can be; implement and

Re: [libvirt] [PATCH] virsh: Clarify escape sequence

2012-04-03 Thread Michal Privoznik
On 03.04.2012 16:39, Eric Blake wrote: On 04/03/2012 07:10 AM, Michal Privoznik wrote: Currently, we put no strains on escape sequence possibly leaving users with console that cannot be terminated. However, not all ASCII characters can be used as escape sequence. Only those falling in @ - _