Re: [Spice-devel] qxl and page flip

2017-10-05 Thread Dave Airlie
On 4 October 2017 at 21:38, Gerd Hoffmann wrote: > Hi, > >> > So, the options I see are: >> > >> > (1) Declare qxl deprecated, promote virtio-vga instead. >> > >> > (2) Pimp the qxl hardware, add page-flip support. Requires >> > changes >> > in spice-server (due to lazy rendering), qemu

Re: [Spice-devel] [PATCH vdagent v2 7/8] vdagent: Use GMainLoop

2017-10-05 Thread Jakub Janků
On Thu, Oct 5, 2017, 11:20 AM Frediano Ziglio wrote: > > > > On Wed, Oct 4, 2017 at 12:43 PM, Frediano Ziglio > wrote: > > >> > > >> Replace existing main while-loop with GMainLoop. > > >> > > >> Use GIOChannel with g_io_add_watch() to manage IO > > >> from x11 connections in the main loop. > >

Re: [Spice-devel] [PATCH vdagent v2 7/8] vdagent: Use GMainLoop

2017-10-05 Thread Frediano Ziglio
> > On Wed, Oct 4, 2017 at 12:43 PM, Frediano Ziglio wrote: > >> > >> Replace existing main while-loop with GMainLoop. > >> > >> Use GIOChannel with g_io_add_watch() to manage IO > >> from x11 connections in the main loop. > >> > >> udscs_connect() now internally creates GSources > >> by calling

Re: [Spice-devel] [RFC PATCH spice-server] Send real time to client

2017-10-05 Thread Victor Toso
Hi, Happy to see this patch and the discussion, sorry if I'm a bit late. On Tue, Oct 03, 2017 at 04:18:57PM +, Frediano Ziglio wrote: > > > On 3 Oct 2017, at 15:49, Frediano Ziglio < fzig...@redhat.com > wrote: > > > The current design is "we don't care about the delay". > > > If we don't agr

Re: [Spice-devel] [PATCH spice-server] Mention vmport in user manual

2017-10-05 Thread Victor Toso
Hi, On Wed, Oct 04, 2017 at 04:09:19PM +, Jonathon Jongsma wrote: > For server mode mouse to work properly with spice, vmport must be > disabled in qemu. To do this, we need to pass vmport=off to the -machine > option. looks good, Acked-by: Victor Toso > --- > docs/manual/manual.txt | 11 +