Re: [Spice-devel] [PATCH spice-server] smartcard: Optimise sending data

2016-12-05 Thread Pavel Grunt
On Fri, 2016-12-02 at 11:31 -0500, Frediano Ziglio wrote: > > > > As data is packae in a single piece of memory send it > > altogether. > > > > typo: packaged > > > Signed-off-by: Frediano Ziglio > > --- > >  server/smartcard-channel-client.c | 5 + > >  1 file changed, 1 insertion(+), 4 de

Re: [Spice-devel] [PATCH spice-server] smartcard: Optimise sending data

2016-12-02 Thread Frediano Ziglio
> > As data is packae in a single piece of memory send it > altogether. > typo: packaged > Signed-off-by: Frediano Ziglio > --- > server/smartcard-channel-client.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/server/smartcard-channel-client.c > b/server/smar

[Spice-devel] [PATCH spice-server] smartcard: Optimise sending data

2016-12-02 Thread Frediano Ziglio
As data is packae in a single piece of memory send it altogether. Signed-off-by: Frediano Ziglio --- server/smartcard-channel-client.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/server/smartcard-channel-client.c b/server/smartcard-channel-client.c index 35327dc..95b