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
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.
> >
>
> 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
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
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 +