static void do_wakeup(void *opaque) { Test *test = opaque; int notify; test->cursor_notify = NOTIFY_CURSOR_BATCH; for (notify = NOTIFY_DISPLAY_BATCH; notify > 0;--notify) { produce_command(test); } test->core->timer_start(test->wakeup_timer, test->wakeup_ms); spice_qxl_wakeup(&test->qxl_instance); }
void qemu_spice_wakeup(SimpleSpiceDisplay *ssd) { trace_qemu_spice_wakeup(ssd->qxl.id); spice_qxl_wakeup(&ssd->qxl); }