Revision baeae407 hw/qxl.c

b/hw/qxl.c
768 768
/* called from spice server thread context */
769 769
static void interface_notify_update(QXLInstance *sin, uint32_t update_id)
770 770
{
771
    fprintf(stderr, "%s: abort()\n", __FUNCTION__);
772
    abort();
771
    /*
772
     * Called by spice-server as a result of a QXL_CMD_UPDATE which is not in
773
     * use by xf86-video-qxl and is defined out in the qxl windows driver.
774
     * Probably was at some earlier version that is prior to git start (2009),
775
     * and is still guest trigerrable.
776
     */
777
    fprintf(stderr, "%s: deprecated\n", __func__);
773 778
}
774 779

  
775 780
/* called from spice server thread context only */

Also available in: Unified diff