+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