Re: [libvirt] [PATCH] parallels: suppress console output from parallels SDK

2015-05-28 Thread Dmitry Guryanov
On 05/28/2015 12:01 PM, Daniel P. Berrange wrote: On Thu, May 28, 2015 at 11:12:38AM +0300, Dmitry Guryanov wrote: On 05/26/2015 08:05 PM, Daniel P. Berrange wrote: On Tue, May 26, 2015 at 08:04:25PM +0300, Maxim Nestratov wrote: 26.05.2015 18:01, Daniel P. Berrange пишет: On Tue, May 26, 201

Re: [libvirt] [PATCH] parallels: suppress console output from parallels SDK

2015-05-28 Thread Daniel P. Berrange
On Thu, May 28, 2015 at 11:12:38AM +0300, Dmitry Guryanov wrote: > On 05/26/2015 08:05 PM, Daniel P. Berrange wrote: > >On Tue, May 26, 2015 at 08:04:25PM +0300, Maxim Nestratov wrote: > >>26.05.2015 18:01, Daniel P. Berrange пишет: > >>>On Tue, May 26, 2015 at 05:57:41PM +0300, Maxim Nestratov wro

Re: [libvirt] [PATCH] parallels: suppress console output from parallels SDK

2015-05-28 Thread Dmitry Guryanov
On 05/26/2015 08:05 PM, Daniel P. Berrange wrote: On Tue, May 26, 2015 at 08:04:25PM +0300, Maxim Nestratov wrote: 26.05.2015 18:01, Daniel P. Berrange пишет: On Tue, May 26, 2015 at 05:57:41PM +0300, Maxim Nestratov wrote: It is necessary to have unpolluted screen when connecting to parallels

Re: [libvirt] [PATCH] parallels: suppress console output from parallels SDK

2015-05-26 Thread Daniel P. Berrange
On Tue, May 26, 2015 at 08:04:25PM +0300, Maxim Nestratov wrote: > 26.05.2015 18:01, Daniel P. Berrange пишет: > >On Tue, May 26, 2015 at 05:57:41PM +0300, Maxim Nestratov wrote: > >>It is necessary to have unpolluted screen when connecting to > >>parallels driver via virsh. > >>Otherwise a lot of

Re: [libvirt] [PATCH] parallels: suppress console output from parallels SDK

2015-05-26 Thread Maxim Nestratov
26.05.2015 18:01, Daniel P. Berrange пишет: On Tue, May 26, 2015 at 05:57:41PM +0300, Maxim Nestratov wrote: It is necessary to have unpolluted screen when connecting to parallels driver via virsh. Otherwise a lot of unexpected output one will get on the console. Signed-off-by: Maxim Nestratov

Re: [libvirt] [PATCH] parallels: suppress console output from parallels SDK

2015-05-26 Thread Daniel P. Berrange
On Tue, May 26, 2015 at 05:57:41PM +0300, Maxim Nestratov wrote: > It is necessary to have unpolluted screen when connecting to > parallels driver via virsh. > Otherwise a lot of unexpected output one will get on the console. > > Signed-off-by: Maxim Nestratov > --- > src/parallels/parallels_sdk

[libvirt] [PATCH] parallels: suppress console output from parallels SDK

2015-05-26 Thread Maxim Nestratov
It is necessary to have unpolluted screen when connecting to parallels driver via virsh. Otherwise a lot of unexpected output one will get on the console. Signed-off-by: Maxim Nestratov --- src/parallels/parallels_sdk.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/parallels/paralle