Re: [Spice-devel] [PATCH x11spice] Fix compliation on gcc 4.X.

2020-03-11 Thread Jeremy White
Hi, I'm afraid that does not help on the gcc 4.8.5 on RHEL 7.X, particularly with structures that contain other structures. gcc -Wall -DTHREE -o /dev/null -c test.c test.c: In function ‘handle_sigterm’: test.c:12:12: warning: missing braces around initializer [-Wmissing-braces] struct sig

Re: [Spice-devel] [PATCH x11spice] Fix compliation on gcc 4.X.

2020-03-11 Thread Uri Lublin
Hi, Thanks for the ping on IRC. On 9/17/19 7:23 PM, Jeremy White wrote: gcc 4.x warns if you use a { 0 } initialization construct for a structure with an initial member that is also a struct. The { } construct is simpler and appears to work on a wider range of gcc versions. On my Fedora 31,

Re: [Spice-devel] [PATCH v2 0/1] Virtio Video V4L2 driver

2020-03-11 Thread Hans Verkuil
Hi Dmitry, On 2/18/20 9:27 PM, Dmitry Sepp wrote: > Hi all, > > This is a v4l2 virtio video driver for the virtio-video device > specification v3 [1]. > > The first version of the driver was introduced here [2]. > > Changes v1 -> v2: > * support the v3 spec (mostly) > * add a module parameter t

[Spice-devel] gtk_windows_fullscreen disabled

2020-03-11 Thread longwenjun
Hi: I tried to cross-compile spice as follow:tools: MingW64system:Fedora 30,31target binary: windows "spicy.exe"source code: spice-gtk-0.35gtk version: mingw64-libgtk-3.22,coming  from fedora repoEverything works well,but spicy.exe top level window can not full s