ping
>
> ping
>
> >
> > ping
> >
> > >
> > > ping
> > >
> > > >
> > > > ping
> > > >
> > > > >
> > > > > ping
> > > > >
> > > > > > ping
> > > > > >
> > > > > > >
> > > > > > > ping the series
> > > > > > >
> > > > > > > >
> > > > > > > > RedClient was an opaque structure for RedChar
ping
>
> ping
>
> >
> > ping
> >
> > >
> > > ping
> > >
> > > >
> > > > ping
> > > >
> > > > >
> > > > > ping the series
> > > > >
> > > > > >
> > > > > > As we don't use any token there's no reason to not queue directly
> > > > > > instead
> > > > > > of passing through RedCharDevice.
ping
>
> ping the series
>
> >
> > Put more event loop code in event-loop.c.
> > This is a preparation patch for the next one.
> >
> > Signed-off-by: Frediano Ziglio
> > ---
> > server/event-loop.c | 58 +
> > server/red-common.h | 1 +
> > server
ping
>
> ping
>
> >
> > ping the series
> >
> > >
> > > Allows to remove _SpiceUsbDevice structure.
> > > _SpiceUsbDevice is only caching this value from SpiceUsbBackendDevice.
> > >
> > > Signed-off-by: Frediano Ziglio
> > > ---
> > > src/usb-backend.c | 9 +
> > > 1 file changed,
>
> Frediano Ziglio writes:
>
> >>
> >> It's slightly better, but I was more thinking about adding (later) a
> >> comment to spice_usbredir_write_callback, in order to indicate that it
> >> does NOT deal with the HELLO packet, i.e. that the data processing logic
> >> is split between the two laye
On 8/29/19 1:10 PM, Frediano Ziglio wrote:
> The "install" argument for configure_file is available since 0.50.
> However this is already "false" if "install_dir" is not provided.
>
> This will drop the following warning:
> "Project targetting '>= 0.48' but tried to use feature introduced
> in '0.
Frediano Ziglio writes:
>>
>> It's slightly better, but I was more thinking about adding (later) a
>> comment to spice_usbredir_write_callback, in order to indicate that it
>> does NOT deal with the HELLO packet, i.e. that the data processing logic
>> is split between the two layers.
>>
>
> Oh...