qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC] hw/qxl: inject interrupts in any state


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [RFC] hw/qxl: inject interrupts in any state
Date: Thu, 01 Nov 2012 13:32:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.10) Gecko/20121026 Thunderbird/10.0.10

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]