On 08/12/2014 05:10 AM, Christophe Fergeau wrote:
On Mon, Aug 11, 2014 at 03:34:07PM -0400, David Mansfield wrote:
Hi All,
I have a qemu 1.6.2 (SRPM from F20 recompiled on Centos 7) which crashed
with the following in the qemu log.
Not sure exactly what the timing of the messages are here, si
---
Hey, I've pushed this already as this is a trivial change.
Christophe
gtk/channel-main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gtk/channel-main.c b/gtk/channel-main.c
index 7a299a4..f33b0fd 100644
--- a/gtk/channel-main.c
+++ b/gtk/channel-main.c
@@ -2482,7
On Wed, Aug 13, 2014 at 11:21:11PM +0800, Cody Chan wrote:
> On Wed, Aug 13, 2014 at 11:13 PM, Christophe Fergeau
> wrote:
>
> > On Wed, Aug 13, 2014 at 10:47:14PM +0800, Cody Chan wrote:
> > > But you ACKed this:
> > >
> > http://lists.freedesktop.org/archives/spice-devel/2014-August/017209.html
On Wed, Aug 13, 2014 at 11:13 PM, Christophe Fergeau
wrote:
> On Wed, Aug 13, 2014 at 10:47:14PM +0800, Cody Chan wrote:
> > But you ACKed this:
> >
> http://lists.freedesktop.org/archives/spice-devel/2014-August/017209.html
> > and this's my final version,
>
> doesn't it work?
>
Since you sa
On Wed, Aug 13, 2014 at 10:47:14PM +0800, Cody Chan wrote:
> But you ACKed this:
> http://lists.freedesktop.org/archives/spice-devel/2014-August/017209.html
> and this's my final version, doesn't it work?
Since you said you tested this patch and it works for you, I'm trusting
your tests, I haven't
The attach is the patch.
On Wed, Aug 13, 2014 at 10:47 PM, Cody Chan wrote:
> But you ACKed this:
> http://lists.freedesktop.org/archives/spice-devel/2014-August/017209.html
> and this's my final version, doesn't it work?
>
>
> On Wed, Aug 13, 2014 at 10:27 PM, Christophe Fergeau
> wrote:
>
>
But you ACKed this:
http://lists.freedesktop.org/archives/spice-devel/2014-August/017209.html
and this's my final version, doesn't it work?
On Wed, Aug 13, 2014 at 10:27 PM, Christophe Fergeau
wrote:
> Hi Cody,
>
> On Tue, Aug 12, 2014 at 11:40:58AM +0200, Christophe Fergeau wrote:
> > On Mon,
Sounds good to me. ACK.
On Wed, 2014-08-13 at 16:13 +0200, Christophe Fergeau wrote:
> Currently some parts of the windows specific code is checking for the
> WIN32 define, and other parts are checking G_OS_WIN32. This commit uses
> G_OS_WIN32 everywhere for consistency.
> ---
> gtk/channel-dis
Hey!
On Wed, Aug 13, 2014 at 4:21 PM, Jonathon Jongsma
wrote:
> This function was not exported, and it's not really useful as public
> API, so move the declaration to the private header.
> ---
> gtk/spice-gtk-session-priv.h | 1 +
> gtk/spice-gtk-session.h | 1 -
> 2 files changed, 1 inse
Hi Cody,
On Tue, Aug 12, 2014 at 11:40:58AM +0200, Christophe Fergeau wrote:
> On Mon, Aug 11, 2014 at 07:58:44PM +0800, Cody Chan wrote:
> >
> > I submitted a patch several months ago about this issue,
> > here
> > http://lists.freedesktop.org/archives/spice-devel/2014-February/016158.html
> >
This function was not exported, and it's not really useful as public
API, so move the declaration to the private header.
---
gtk/spice-gtk-session-priv.h | 1 +
gtk/spice-gtk-session.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/gtk/spice-gtk-session-priv.h b/gtk/spice
On Tue, Aug 12, 2014 at 06:52:00PM +0800, Cody Chan wrote:
>
> I submitted a patch several months ago about this issue,
> here
> http://lists.freedesktop.org/archives/spice-devel/2014-February/016158.html
>
> I check it again, and find that the value of
> g_key_file_to_data(keyfile,...) is alway
Currently some parts of the windows specific code is checking for the
WIN32 define, and other parts are checking G_OS_WIN32. This commit uses
G_OS_WIN32 everywhere for consistency.
---
gtk/channel-display.c | 8
gtk/decode-jpeg.c | 2 +-
gtk/spice-gtk-session.c | 6 --
gtk/
On Wed, 2014-08-13 at 11:08 +0200, Marc-André Lureau wrote:
> Hi,
>
> I just noticed spice_gtk_session_sync_keyboard_modifiers() is not
> actually exported, and not documented etc.
>
>
> Imho, it's not really helping to put in public API, I would rather
> move declaration to spice-gtk-session-pr
For 2 years or more I'm trying to get spice full features fully working
with xen but I found a qxl problem with linux domUs that I'm unable to
debug.
With the last tests I was able to see a backtrace in the xorg log
(though perhaps not track the direct cause) and a different behavior
with a pat
Hi,
I just noticed spice_gtk_session_sync_keyboard_modifiers() is not actually
exported, and not documented etc.
Imho, it's not really helping to put in public API, I would rather move
declaration to spice-gtk-session-priv.h.
What do you think?
On Thu, Apr 3, 2014 at 12:38 AM, Marc-André Lurea
Yeah, I have tracked the commit log, and the reconstruction of this part is
a good job of Jonathon ^_^
On Wed, Aug 13, 2014 at 4:57 PM, Marc-André Lureau
wrote:
> Hi
>
> - Original Message -
> > On windows client, there's no effect for guest when
> > enabling CAPS_LOCK/NUM_LOCK/SCROLL_L
Hi
- Original Message -
> On windows client, there's no effect for guest when
> enabling CAPS_LOCK/NUM_LOCK/SCROLL_LOCK on
> (because of the delay, guest may take the effect for several seconds).
> There's a wrong defined macro, then is ALWAYS 0,
> and the keyboard state of guest is synch
On windows client, there's no effect for guest when
enabling CAPS_LOCK/NUM_LOCK/SCROLL_LOCK on
(because of the delay, guest may take the effect for several seconds).
There's a wrong defined macro, then is ALWAYS 0,
and the keyboard state of guest is synchronized with the state client
by spice_gtk_
19 matches
Mail list logo