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
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
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
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
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
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/
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
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
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
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
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
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
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
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?)
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
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
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
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
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
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
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
21 matches
Mail list logo