From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTtx9-0001E0-6u for qemu-devel@nongnu.org; Thu, 01 Nov 2012 08:32:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTtx7-0006A1-7f for qemu-devel@nongnu.org; Thu, 01 Nov 2012 08:32:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTtx6-00069v-VE for qemu-devel@nongnu.org; Thu, 01 Nov 2012 08:32:53 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qA1CWqac013164 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 1 Nov 2012 08:32:52 -0400 Message-ID: <50926BEF.3000709@redhat.com> Date: Thu, 01 Nov 2012 13:32:47 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1786113489.25327079.1351770480060.JavaMail.root@redhat.com> In-Reply-To: <1786113489.25327079.1351770480060.JavaMail.root@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] hw/qxl: inject interrupts in any state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org 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