Lines Matching refs:qxl
24 qxl_screen_t *qxl;
62 vdagent_sin.qxl->core->watch_remove(virtio_client_watch);
65 spiceqxl_uinput_watch(vdagent_sin.qxl, FALSE);
103 qxl_screen_t *qxl = opaque;
123 virtio_client_watch = qxl->core->watch_add(virtio_client_fd, SPICE_WATCH_EVENT_READ
124 /* TODO - SPICE_WATCH_EVENT_WRITE */, on_read_available, qxl);
126 spice_server_add_interface(qxl->spice_server, &vdagent_sin.base.base);
127 spiceqxl_uinput_watch(qxl, TRUE);
138 void spiceqxl_vdagent_init(qxl_screen_t *qxl)
144 vdagent_sin.qxl = qxl;
145 vdagent_virtio_filename = get_str_option(qxl->options, OPTION_SPICE_VDAGENT_VIRTIO_PATH,
147 enabled = get_bool_option(qxl->options, OPTION_SPICE_VDAGENT_ENABLED, "XSPICE_VDAGENT_ENABLED");
166 spiceqxl_chown_agent_file(qxl, vdagent_virtio_filename);
172 qxl->core->watch_add(virtio_fd, SPICE_WATCH_EVENT_READ
173 /* TODO - SPICE_WATCH_EVENT_WRITE */, on_accept, qxl);
176 spiceqxl_uinput_init(qxl);