Re: [Spice-devel] [spice-xpi 1/4] Move secure channel fixup to secure channel setter

2012-04-10 Thread David Jaša
Uri Lublin píše v Ne 08. 04. 2012 v 17:11 +0300: > On 04/03/2012 07:12 PM, David Jaša wrote: > > Hi Christophe, > > > > Christophe Fergeau píše v Út 03. 04. 2012 v 16:38 +0200: > >> The secure channel names need to be fixed for compatibility with > >> older spice versions. However, it's better to d

Re: [Spice-devel] [spice-xpi 1/4] Move secure channel fixup to secure channel setter

2012-04-08 Thread Uri Lublin
On 04/03/2012 07:12 PM, David Jaša wrote: Hi Christophe, Christophe Fergeau píše v Út 03. 04. 2012 v 16:38 +0200: The secure channel names need to be fixed for compatibility with older spice versions. However, it's better to do it directly when m_secure_channels is set rather than waiting until

Re: [Spice-devel] [spice-xpi 1/4] Move secure channel fixup to secure channel setter

2012-04-03 Thread Alon Levy
On Tue, Apr 03, 2012 at 11:21:07PM +0200, Marc-André Lureau wrote: > On Tue, Apr 3, 2012 at 6:12 PM, David Jaša wrote: > > The s- idio^W^W^W^Wlegacy goes much further, see the ovirt-engine > > sources what you can expect: > > http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=blob;f=backend/manag

Re: [Spice-devel] [spice-xpi 1/4] Move secure channel fixup to secure channel setter

2012-04-03 Thread Marc-André Lureau
On Tue, Apr 3, 2012 at 6:12 PM, David Jaša wrote: > The s- idio^W^W^W^Wlegacy goes much further, see the ovirt-engine > sources what you can expect: > http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=blob;f=backend/manager/tools/engine-config/src/main/resources/engine-config.properties#l109 Hm

Re: [Spice-devel] [spice-xpi 1/4] Move secure channel fixup to secure channel setter

2012-04-03 Thread Hans de Goede
All 4 patches look good, ACK series On 04/03/2012 04:38 PM, Christophe Fergeau wrote: The secure channel names need to be fixed for compatibility with older spice versions. However, it's better to do it directly when m_secure_channels is set rather than waiting until its first use --- SpiceXPI

Re: [Spice-devel] [spice-xpi 1/4] Move secure channel fixup to secure channel setter

2012-04-03 Thread David Jaša
Hi Christophe, Christophe Fergeau píše v Út 03. 04. 2012 v 16:38 +0200: > The secure channel names need to be fixed for compatibility with > older spice versions. However, it's better to do it directly when > m_secure_channels is set rather than waiting until its first use > --- > SpiceXPI/src/pl

[Spice-devel] [spice-xpi 1/4] Move secure channel fixup to secure channel setter

2012-04-03 Thread Christophe Fergeau
The secure channel names need to be fixed for compatibility with older spice versions. However, it's better to do it directly when m_secure_channels is set rather than waiting until its first use --- SpiceXPI/src/plugin/plugin.cpp | 29 ++--- 1 file changed, 14 insertions