qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv4 06/11] qxl: error handling fixes and cleanups.


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCHv4 06/11] qxl: error handling fixes and cleanups.
Date: Thu, 14 Jul 2011 10:42:00 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Red Hat/3.1.11-2.el6_1 Thunderbird/3.1.11

+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



reply via email to

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