On 11/01/12 12:48, Alon Levy wrote: > + if (!qemu_spice_display_is_running(&d->ssd)) { > + fprintf(stderr, "%s: guest stopped, ignoring\n", __func__); > + trace_qxl_send_events_vm_stopped(d->id, events); > + return; > + }
Almost perfect. We should add a note here that this happening is a spice server bug, at least as source code comment, maybe also in the fprintf. cheers, Gerd