[Spice-devel] [PATCH 2/3] spice: don't call displaystate callbacks from spice server context.
Gerd Hoffmann
kraxel at redhat.com
Thu Apr 28 04:16:17 PDT 2011
Hi,
>> + if (ssd->cursor) {
>> + ssd->ds->cursor_define(ssd->cursor);
>> + cursor_put(ssd->cursor);
>
> So now we will only do cursor_put once per qemu_spice_display_refresh? This
> changes the behavior - we will lose some cursor updates.
Correct.
> Not sure we care - the last one will still always be set (once display_refresh
> is called).
dispaly_refresh is called at 30 Hz rate. If the cursor changes at a
higher rate your eyes will have a hard time following that anyway. Thus
I don't see a problem here ...
cheers,
Gerd
More information about the Spice-devel
mailing list