ACK
- Original Message -
> From: "Marc-André Lureau"
> To: "Jonathon Jongsma"
> Cc: "spice-devel"
> Sent: Monday, April 28, 2014 12:40:20 PM
> Subject: Re: [Spice-devel] [PATCH spice-gtk 08/14] usb: remove useless device
> ref/unref
>
> Since the device can be removed from devices, wh
Since the device can be removed from devices, while the async is till being
performed, I changed the commit that way:
commit 1542b1103c4a8df27eadd281501b39d2678117f1
Author: Marc-André Lureau
Date: Wed Apr 23 17:24:09 2014 +0200
usb: unref the device when it is no longer needed
The cu
On Mon, Apr 28, 2014 at 7:01 PM, Jonathon Jongsma wrote:
>
>
> - Original Message -
> > From: "Marc-André Lureau"
> > To: "Jonathon Jongsma"
> > Cc: "Uri Lublin" , "Marc-André Lureau" <
> mlur...@redhat.com>, spice-de...@freedesktop.org
> > Sent: Monday, April 28, 2014 11:54:03 AM
> > Su
- Original Message -
> From: "Marc-André Lureau"
> To: "Jonathon Jongsma"
> Cc: "Uri Lublin" , "Marc-André Lureau" ,
> spice-de...@freedesktop.org
> Sent: Monday, April 28, 2014 11:54:03 AM
> Subject: Re: [Spice-devel] [PATCH spice-gtk 08/14] usb: remove useless device
> ref/unref
>
On Mon, Apr 28, 2014 at 6:48 PM, Jonathon Jongsma wrote:
> - Original Message -
> > From: "Marc-André Lureau"
> > To: "Uri Lublin"
> > Cc: "Marc-André Lureau" ,
> spice-de...@freedesktop.org
> > Sent: Monday, April 28, 2014 9:49:59 AM
> > Subject: Re: [Spice-devel] [PATCH spice-gtk 08/14
- Original Message -
> From: "Marc-André Lureau"
> To: "Uri Lublin"
> Cc: "Marc-André Lureau" , spice-de...@freedesktop.org
> Sent: Monday, April 28, 2014 9:49:59 AM
> Subject: Re: [Spice-devel] [PATCH spice-gtk 08/14] usb: remove useless
> device ref/unref
>
>
> On Mon, Apr 28,
On Mon, Apr 28, 2014 at 4:42 PM, Uri Lublin wrote:
> On 04/28/2014 03:49 PM, Marc-André Lureau wrote:
>
>>
>> - Original Message -
>>
>>> On 04/23/2014 09:09 PM, Marc-André Lureau wrote:
>>>
A code doing an unref() on an object just before manipulating it looks
horribly suspicio
On 04/28/2014 03:49 PM, Marc-André Lureau wrote:
- Original Message -
On 04/23/2014 09:09 PM, Marc-André Lureau wrote:
A code doing an unref() on an object just before manipulating it looks
horribly suspicious...
Suspicious indeed.
But probably it's better to move the unref below ins
Hello,
thanks to point this .
with: video is ok , qemu 2.0.0 manpage
does not reflect the default streaming mode ( off)
with qemu 2.0.0 , i need to setup,
without the sound is very bad , not in with qemu 1.7.1 , is it a
default parameter change ?
Regards,
Nicolas Prochazka.
2014-04-2
Hi, thx for your great work, I wonder when these patches will be in git
upstream?
On Thu, Apr 24, 2014 at 11:50 PM, Marc-André Lureau <
marcandre.lur...@gmail.com> wrote:
> Hi,
>
> Here is a small series, of little cleanups, and of goal to throw early
> an error when the win32 usbclerk can't be
Hi David,
Did you open a BZ for this yet? It'll help the issue get more visibility.
Thanks,
Greg
- Original Message -
> From: "David Mansfield"
> To: spice-devel@lists.freedesktop.org
> Sent: Wednesday, April 23, 2014 9:45:46 AM
> Subject: Re: [Spice-devel] [PATCH] how can i trace monit
On Mo, 2014-04-28 at 08:40 -0400, Marc-André Lureau wrote:
> Hi
>
> - Original Message -
> > Hello,
> > For your attention,
> > I'm running two tests
> >
> > spice 0.12.4 + qemu 2.0.0 ( stable )
> > in window guest, watch a video stream ( youtube , or local divx) is a
> > bad experience
- Original Message -
> On 04/23/2014 09:09 PM, Marc-André Lureau wrote:
> > A code doing an unref() on an object just before manipulating it looks
> > horribly suspicious...
>
> Suspicious indeed.
>
> But probably it's better to move the unref below instead of removing the
> ref/unref (
On 04/23/2014 09:09 PM, Marc-André Lureau wrote:
A code doing an unref() on an object just before manipulating it looks
horribly suspicious...
Suspicious indeed.
But probably it's better to move the unref below instead of removing the
ref/unref (see below).
A device is ref'ed when install/u
Hi
- Original Message -
> Hello,
> For your attention,
> I'm running two tests
>
> spice 0.12.4 + qemu 2.0.0 ( stable )
> in window guest, watch a video stream ( youtube , or local divx) is a
> bad experience
> - sound seems to be desynchronised
> - video is very jerky
>
> spice 0.12.
Hello,
For your attention,
I'm running two tests
spice 0.12.4 + qemu 2.0.0 ( stable )
in window guest, watch a video stream ( youtube , or local divx) is a
bad experience
- sound seems to be desynchronised
- video is very jerky
spice 0.12.4 + qemu 1.7.1
same test, same vm, same spice-gtk, jus
- Original Message -
> Hi,
> i cannot get scroll events from xev screen. and I guess
> remote-viewer is in client mode:
>
>
>
>
I am not sure what this option really do. In any case, being in client or
server mouse mode shouldn't change the events being sent, it should work in
b
On Mon, Apr 28, 2014 at 07:04:04AM -0500, Jeremy White wrote:
> >> /* disable CELT */
> >> ret = spice_server_set_playback_compression(qxl->spice_server, 0);
> >> if (ret < 0)
> >> return errno;
> >This codepath disables compression for some reason, should we do the
> >same
/* disable CELT */
ret = spice_server_set_playback_compression(qxl->spice_server, 0);
if (ret < 0)
return errno;
This codepath disables compression for some reason, should we do the
same in the newer codepath?
I don't think it's a valuable code path; in fact, I fear
Hi
- Original Message -
> Hi,
> i use spice client for my kvm virtual environment. Everything is perfect
> except mouse scroll.
> I use spice-vdagent in my guest.
>
> and this is spice related xml script:
>
>
>
>
>
>
>
>
>
>
>
>
>
> I can get output with scroll event from /de
Hi
On Mon, Apr 28, 2014 at 12:35 PM, Uri Lublin wrote:
> On 04/23/2014 09:09 PM, Marc-André Lureau wrote:
>
>> Hi,
>>
>> Here is a small series, of little cleanups, and of goal to throw early
>> an error when the win32 usbclerk can't be reached. In turn, the error
>> can be catched by client cod
On 04/23/2014 09:09 PM, Marc-André Lureau wrote:
Hi,
Here is a small series, of little cleanups, and of goal to throw early
an error when the win32 usbclerk can't be reached. In turn, the error
can be catched by client code to show a useful dialog.
Hi Marc-Andre,
Thanks for taking the time to
Hi,
i use spice client for my kvm virtual environment. Everything is perfect
except mouse scroll.
I use spice-vdagent in my guest.
and this is spice related xml script:
I can get output with scroll event from /dev/input/mice.
and this is the kern
Hi
- Original Message -
> Hello SPICE devs,
>
> A user of aSPICE (and by extension Opaque) reported that with audio
> recording enabled, the client continually records and sends data to
> the server thereby wasting large amounts of bandwidth. This wouldn't
> really be an issue for deskto
Hey,
This has been pushed already, but I had one question:
On Mon, Apr 21, 2014 at 09:39:49AM -0500, Jeremy White wrote:
> ---
> src/spiceqxl_audio.c | 13 -
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
> diff --git a/src/spiceqxl_audio.c b/src/spiceqxl_audio.c
> index 5b87
Ping?
On Tue, Apr 22, 2014 at 03:45:35PM +0200, Christophe Fergeau wrote:
> These 2 files are not build as part of spice-common
> build system, but modules using spice-common will build
> them with the appropriate options. We need to let automake
> know that these are source files so that it can
26 matches
Mail list logo