[Spice-devel] Delay in Gimp when using qxl driver

2012-01-17 Thread Dominique Rodrigues
Hi, Since I use qxl driver in virtual desktop powered by qemu-kvm, I found a strange problem with Gimp. After launching Gimp, open a new windows, and then try to draw something. It appears that the drawing is very slow and does not follow the mouse at all.

Re: [Spice-devel] Vioserial of Windows guest OS on Qemu 0.15

2012-01-17 Thread Vadim Rozenfeld
On Tue, 2012-01-17 at 10:03 +0800, Charles.Tsai-蔡清海-研究發展部 wrote: > Vadim, > > I am sorry that it was my mistake because I did not see there was a PIC > device which was created with no device driver installed. > Instead of updating the driver, I ran the hardware installation wizard to > instal

Re: [Spice-devel] [PATCH spice-gtk] build: allow out-of-tree building of python bindings

2012-01-17 Thread Marc-André Lureau
On Tue, Jan 17, 2012 at 5:19 PM, Christophe Fergeau wrote: > ACK (a bit confused at first because of the unrelated $^ addition) It is related. The path are correct in the depedencies, $(srcdir) is appended there by autofoo. So $^ is not only cleaner, but it also work better. -- Marc-André Lurea

Re: [Spice-devel] [PATCH spice-gtk] build: allow out-of-tree building of python bindings

2012-01-17 Thread Christophe Fergeau
ACK (a bit confused at first because of the unrelated $^ addition) Christophe On Tue, Jan 17, 2012 at 04:49:01PM +0100, Marc-André Lureau wrote: > --- > gtk/Makefile.am |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/gtk/Makefile.am b/gtk/Makefile.am > index f

[Spice-devel] [PATCH spice-gtk] build: allow out-of-tree building of python bindings

2012-01-17 Thread Marc-André Lureau
--- gtk/Makefile.am |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index f919aab..043e48f 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -546,10 +546,12 @@ CODEGENDIR = `pkg-config --variable=codegendir pygtk-2.0` DEFSDIR = `

Re: [Spice-devel] [PATCH spice-gtk] spice-channel: Allow calling spice_msg_out_send from any context

2012-01-17 Thread Marc-André Lureau
ack On Tue, Jan 17, 2012 at 2:21 PM, Alon Levy wrote: > On Tue, Jan 17, 2012 at 01:58:52PM +0100, Hans de Goede wrote: >> Hi, >> >> On 01/17/2012 01:50 PM, Alon Levy wrote: >> >>@@ -664,17 +681,23 @@ void spice_msg_out_send(SpiceMsgOut *out) >> >>      g_return_if_fail(out->channel != NULL); >> >

Re: [Spice-devel] [PATCH spice-gtk] spice-channel: Allow calling spice_msg_out_send from any context

2012-01-17 Thread Alon Levy
On Tue, Jan 17, 2012 at 01:58:52PM +0100, Hans de Goede wrote: > Hi, > > On 01/17/2012 01:50 PM, Alon Levy wrote: > >>@@ -664,17 +681,23 @@ void spice_msg_out_send(SpiceMsgOut *out) > >> g_return_if_fail(out->channel != NULL); > >> > >> g_static_mutex_lock(&out->channel->priv->xmit_queue

Re: [Spice-devel] [PATCH spice-gtk] spice-channel: Allow calling spice_msg_out_send from any context

2012-01-17 Thread Hans de Goede
Hi, On 01/17/2012 01:45 PM, Alon Levy wrote: On Tue, Jan 17, 2012 at 01:35:21PM +0100, Hans de Goede wrote: spice_msg_out can be not only called from system context and usb event handling thread context, but also from co-routine context. Calling from co-routine context happens when a response g

Re: [Spice-devel] [PATCH spice-gtk] spice-channel: Allow calling spice_msg_out_send from any context

2012-01-17 Thread Hans de Goede
Hi, On 01/17/2012 01:50 PM, Alon Levy wrote: @@ -664,17 +681,23 @@ void spice_msg_out_send(SpiceMsgOut *out) g_return_if_fail(out->channel != NULL); g_static_mutex_lock(&out->channel->priv->xmit_queue_lock); -if (!out->channel->priv->xmit_queue_blocked) Just one thing I don't

Re: [Spice-devel] [PATCH spice-gtk] spice-channel: Allow calling spice_msg_out_send from any context

2012-01-17 Thread Alon Levy
On Tue, Jan 17, 2012 at 01:35:21PM +0100, Hans de Goede wrote: > spice_msg_out can be not only called from system context and usb event > handling thread context, but also from co-routine context. Calling from > co-routine context happens when a response gets send synchronously from > the handle_ms

Re: [Spice-devel] [PATCH spice-gtk] spice-channel: Allow calling spice_msg_out_send from any context

2012-01-17 Thread Alon Levy
On Tue, Jan 17, 2012 at 01:35:21PM +0100, Hans de Goede wrote: > spice_msg_out can be not only called from system context and usb event > handling thread context, but also from co-routine context. Calling from > co-routine context happens when a response gets send synchronously from > the handle_ms

[Spice-devel] [PATCH spice-gtk] spice-channel: Allow calling spice_msg_out_send from any context

2012-01-17 Thread Hans de Goede
spice_msg_out can be not only called from system context and usb event handling thread context, but also from co-routine context. Calling from co-routine context happens when a response gets send synchronously from the handle_msg handler for a certain received packet. This happens with certain usbr

Re: [Spice-devel] Help regarding spice & qemu compile

2012-01-17 Thread Avdhoot Dendge - BetterLabs
Thanks do_spice_init: starting 0.10.0. my spice version changed after replacing lib files. On Tue, Jan 17, 2012 at 1:34 PM, Alon Levy wrote: > On Tue, Jan 17, 2012 at 12:39:41PM +0530, Avdhoot Dendge - BetterLabs > wrote: > >How i can check which version of spice server i am using. with > q

Re: [Spice-devel] [Qemu-devel] Vioserial of Windows guest OS on Qemu 0.15

2012-01-17 Thread Michael Roth
On 01/15/2012 08:02 PM, Charles.Tsai-蔡清海-研究發展部 wrote: Vadim, Thank you for your prompt reply. Here are the information for our test case. 1) we use the following command line to launch the guest OS /usr/bin/kvm -S -M pc-0.14 -enable-kvm -m 1024 -smp 1,sockets=1,cores=1,threads=1 -name win_x

Re: [Spice-devel] Control Linux desktop remotey?

2012-01-17 Thread Alon Levy
On Mon, Jan 16, 2012 at 11:31:55AM -0800, George Pyle wrote: >Thanks for the reply. I was kind of hoping there was a spice equivalent to >the vncserver or some kind of configuration or spice that would work. >Sounds like that would be a future. Xspice _is_ the equivalent of vncserver.

Re: [Spice-devel] Help regarding spice & qemu compile

2012-01-17 Thread Alon Levy
On Tue, Jan 17, 2012 at 12:39:41PM +0530, Avdhoot Dendge - BetterLabs wrote: >How i can check which version of spice server i am using. with qemu-kvm.  > ldd `which qemu-kvm` | grep spice and use your favorite package manager to find out what package that belongs to, it should have symbol in