From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhHUq-0004OO-Vl for qemu-devel@nongnu.org; Thu, 14 Jul 2011 04:42:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhHUi-000229-VX for qemu-devel@nongnu.org; Thu, 14 Jul 2011 04:42:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhHUi-00021v-2U for qemu-devel@nongnu.org; Thu, 14 Jul 2011 04:42:04 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6E8g2U4013685 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Jul 2011 04:42:03 -0400 Message-ID: <4E1EABD8.30509@redhat.com> Date: Thu, 14 Jul 2011 10:42:00 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1310568597-24181-1-git-send-email-alevy@redhat.com> <1310568597-24181-7-git-send-email-alevy@redhat.com> In-Reply-To: <1310568597-24181-7-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv4 06/11] qxl: error handling fixes and cleanups. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: yhalperi@redhat.com, qemu-devel@nongnu.org > +void qxl_guest_bug(PCIQXLDevice *qxl, const char *msg) > +{ > + qxl_send_events(qxl, QXL_INTERRUPT_ERROR); > + if (qxl->guestdebug) { > + fprintf(stderr, "qxl-%d: guest bug: %s\n", qxl->id, msg); > + } > +} One more build failure with old spice-server + spice-protocol (QXL_INTERRUPT_ERROR undefined). cheers, Gerd