On 11/01/12 13:44, Alon Levy wrote: >> 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 >> > > > commit 49072da137e3d2d86449082e152b0717e5e94672 > Author: Alon Levy <al...@redhat.com> > Date: Tue Oct 30 18:00:33 2012 +0200 > > hw/qxl: qxl_send_events: nop if stopped
Now I need that in 'git send-email' format so I can 'git am' it. Or push to git://people.freedesktop.org/~alon/qemu so I can 'git cherry-pick' from there. thanks, Gerd