Re: [Spice-devel] [ovirt-users] Accessing VM over WAN

2016-06-27 Thread Sergio L. Pascual
On Mon, 2016-06-27 at 15:37 +0200, David Jaša wrote: > On Ne, 2016-06-26 at 09:36 +0530, RK RK wrote: > > > > Hi, > > > > > > I am planning to deploy oVirt 4.0.0 in a production environment > > where > > initially it will host 150 VDIs and will expand by 20 to 25 in > > subsequent years with Win

Re: [Spice-devel] Help :Build error of "You must run autogen.sh or configure --enable vala"

2016-06-27 Thread 小泉
Hi Thanks a lot for your reply. I tried "NOCONFIGURE=1 ./autogen.sh && mingw32-configure --enable-vala". But I see "configure: error: Cannot find the "vapigen" binary in your PATH" error although vapigen is in my Fedora. I could not find out sol

Re: [Spice-devel] Accessing Windows 8, 8.1, 10 VMs via SPICE

2016-06-27 Thread Pavel Grunt
Hi, On Tue, 2016-06-28 at 03:09 +0530, RK RK wrote: > Hi, > > I am planning to deploy oVirt 4.0.0 in a production environment where > initially it will host 150 VDIs and will expand by 20 to 25 in subsequent > years with Windows 7, 8.1 and 10. > > Users will be accessing these VDIs from their an

[Spice-devel] Accessing Windows 8, 8.1, 10 VMs via SPICE

2016-06-27 Thread RK RK
Hi, I am planning to deploy oVirt 4.0.0 in a production environment where initially it will host 150 VDIs and will expand by 20 to 25 in subsequent years with Windows 7, 8.1 and 10. Users will be accessing these VDIs from their android tab or any tiny thin client devices which will have only very

Re: [Spice-devel] [spice-gtk v4 20/24] file-xfer: move to spice-file-transfer-task.c

2016-06-27 Thread Jonathon Jongsma
On Thu, 2016-06-23 at 19:37 +0200, Victor Toso wrote: > This patch moves: > * GObject boilerplate > * External API related to SpiceFileTransferTask > * Internal API needed by channel-main > * Helpers that belong to this object > --- >  src/Makefile.am |   2 + >  src/channel-main

Re: [Spice-devel] [spice-gtk v4 18/24] file-xfer: use helper function for debug xfer-task

2016-06-27 Thread Jonathon Jongsma
On Thu, 2016-06-23 at 19:37 +0200, Victor Toso wrote: > --- >  src/channel-main.c | 29 + >  1 file changed, 17 insertions(+), 12 deletions(-) > > diff --git a/src/channel-main.c b/src/channel-main.c > index 63f0b9b..2c9a6fb 100644 > --- a/src/channel-main.c > +++ b/src/

Re: [Spice-devel] [spice-gtk v4 19/24] main: use xfer_task instead of task or self

2016-06-27 Thread Jonathon Jongsma
Acked-by: Jonathon Jongsma On Thu, 2016-06-23 at 19:37 +0200, Victor Toso wrote: > Another patch to rename variable and keep consistency across > channel-main. Let's avoid task which is common for GTask and self for > non SpiceMainChannel objects > --- >  src/channel-main.c | 10 +- >  1

Re: [Spice-devel] [spice-gtk v4 17/24] file-xfer: Keep namespace of private function

2016-06-27 Thread Jonathon Jongsma
Acked-by: Jonathon Jongsma On Thu, 2016-06-23 at 19:37 +0200, Victor Toso wrote: > Rename: > * file_xfer_close_cb -> spice_file_transfer_task_close_stream_cb > > As this will be private to SpiceFileTransferTask > --- >  src/channel-main.c | 10 +- >  1 file changed, 5 insertions(+), 5 de

Re: [Spice-devel] [spice-gtk v4 16/24] file-xfer: do not send EOF to the agent

2016-06-27 Thread Jonathon Jongsma
On Thu, 2016-06-23 at 19:37 +0200, Victor Toso wrote: > There is no need to send 0 bytes of data to the agent, we should just > wait for VD_AGENT_FILE_XFER_STATUS message. > --- >  src/channel-main.c | 6 +++--- >  1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/channel-main.c

Re: [Spice-devel] [spice-gtk v4 15/24] file-xfer: call user callback once per operation

2016-06-27 Thread Jonathon Jongsma
On Thu, 2016-06-23 at 19:37 +0200, Victor Toso wrote: > SpiceFileTransferTask has a callback to be called when operation > ended. Til this patch, we were setting the user callback which means > that in multiple file-transfers, we were calling the user callback > several times. > > Following the sa

Re: [Spice-devel] [phodav PATCH 3/3 v7] spice-webdavd-windows: Dismount shared folder on service stop

2016-06-27 Thread Victor Toso
Hi, On Mon, Jun 27, 2016 at 05:46:57PM +0200, Victor Toso wrote: > Hi, > > On Fri, May 27, 2016 at 05:16:34PM +0200, Lukáš Venhoda wrote: > > From: Lukas Venhoda > > > > When stopping the service, automatically disconnect shared folder on > > windows. Not dismounting could lead to multiple shar

Re: [Spice-devel] [spice-gtk v4 14/24] file-xfer: call progress_callback per FileTransferOperation

2016-06-27 Thread Jonathon Jongsma
On Thu, 2016-06-23 at 19:37 +0200, Victor Toso wrote: > Before this patch, the progress_callback is being called from > SpiceFileTransferTask each time that some data is flushed to the agent > of this given xfer-task. The progress value is computed by iterating > on all available xfer-tasks. > > T

Re: [Spice-devel] [phodav PATCH 3/3 v7] spice-webdavd-windows: Dismount shared folder on service stop

2016-06-27 Thread Victor Toso
Hi, On Fri, May 27, 2016 at 05:16:34PM +0200, Lukáš Venhoda wrote: > From: Lukas Venhoda > > When stopping the service, automatically disconnect shared folder on > windows. Not dismounting could lead to multiple shared folders. > --- > Fixup: > - Added GMutex init and clear > - Inititalize ser

Re: [Spice-devel] Cross-platform mobile (iOS and Android) client

2016-06-27 Thread Christophe Fergeau
Hi, On Mon, Jun 27, 2016 at 09:30:39AM +0200, Sergio L. Pascual wrote: > On Thu, 2016-06-23 at 14:19 +0200, Christophe Fergeau wrote: > > Some are features you needed (port forwarding, web sockets, hardware > > acceleration of jpeg decoding, ...), some looks like some tweaking > > (or > > bugfix?)

Re: [Spice-devel] [PATCH v7 spice-gtk] Usbredir: enable lz4 compression

2016-06-27 Thread Victor Toso
Hi, On Mon, Jun 27, 2016 at 05:54:37PM +0300, Snir Sheriber wrote: > Hi, > > On 06/27/2016 04:44 PM, Victor Toso wrote: > > Hi, > > > > On Sun, Jun 26, 2016 at 04:44:42PM +0300, Snir Sheriber wrote: > > > Hi, > > > > > > On 06/24/2016 06:57 PM, Victor Toso wrote: > > > > Hi, > > > > > > > > On

Re: [Spice-devel] [PATCH v7 spice-gtk] Usbredir: enable lz4 compression

2016-06-27 Thread Snir Sheriber
Hi, On 06/27/2016 04:44 PM, Victor Toso wrote: Hi, On Sun, Jun 26, 2016 at 04:44:42PM +0300, Snir Sheriber wrote: Hi, On 06/24/2016 06:57 PM, Victor Toso wrote: Hi, On Mon, Jun 13, 2016 at 07:54:34PM +0300, Snir Sheriber wrote: Compressed message type is CompressedData which contains compr

Re: [Spice-devel] [PATCH v7 spice-gtk] Usbredir: enable lz4 compression

2016-06-27 Thread Victor Toso
Hi, On Sun, Jun 26, 2016 at 04:44:42PM +0300, Snir Sheriber wrote: > Hi, > > On 06/24/2016 06:57 PM, Victor Toso wrote: > > Hi, > > > > On Mon, Jun 13, 2016 at 07:54:34PM +0300, Snir Sheriber wrote: > > > Compressed message type is CompressedData which contains compression > > > type (1 byte) fo

Re: [Spice-devel] [ovirt-users] Accessing VM over WAN

2016-06-27 Thread David Jaša
On Ne, 2016-06-26 at 09:36 +0530, RK RK wrote: > Hi, > > > I am planning to deploy oVirt 4.0.0 in a production environment where > initially it will host 150 VDIs and will expand by 20 to 25 in > subsequent years with Windows 7, 8.1 and 10. > Please note that official win8+ qxl driver is not re

Re: [Spice-devel] [phodav PATCH 1/3 v7] spice-webdavd-windows: Automount shared folder

2016-06-27 Thread Lukas Venhoda
Hi On Fri, Jun 24, 2016 at 5:46 PM, Victor Toso wrote: > > On Thu, Jun 23, 2016 at 06:05:51PM +0200, Lukas Venhoda wrote: > > Ping for pushing > > Pushed the first two patches. Last one has g_mutex_init/clear pending > I already sent the fixed patch, with GMutex clear/init, probably didn't chain

Re: [Spice-devel] Cross-platform mobile (iOS and Android) client

2016-06-27 Thread Sergio L. Pascual
On Thu, 2016-06-23 at 14:19 +0200, Christophe Fergeau wrote: > Some are features you needed (port forwarding, web sockets, hardware > acceleration of jpeg decoding, ...), some looks like some tweaking > (or > bugfix?) in the existing code. > > Are there any plans to try to upstream these, or are t

Re: [Spice-devel] Help :Build error of "You must run autogen.sh or configure --enable vala"

2016-06-27 Thread Pavel Grunt
On Mon, 2016-06-27 at 12:31 +0900, 小泉 wrote: > Hi all > I am building spice-gtk for Windows on my fedora based on following > instruction. >    >     Building Instructions/Client >     http://www.spice-space.org/page/Building_Instructions/Client   > > But I see following error message when