[Spice-devel] [PATCH] qxl: inline documentation for get_command and req_cmd_notification

Frediano Ziglio fziglio at redhat.com
Tue Jan 26 07:57:43 PST 2016


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/spice-qxl.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/server/spice-qxl.h b/server/spice-qxl.h
index e1f14e7..55b164a 100644
--- a/server/spice-qxl.h
+++ b/server/spice-qxl.h
@@ -166,7 +166,12 @@ struct QXLInterface {
     void (*set_mm_time)(QXLInstance *qin, uint32_t mm_time) SPICE_GNUC_DEPRECATED;
 
     void (*get_init_info)(QXLInstance *qin, QXLDevInitInfo *info);
+    /* request a new command
+     * call should be no blocking, in this case should return NULL */
     int (*get_command)(QXLInstance *qin, struct QXLCommandExt *cmd);
+    /* request notification for new commands
+     * spice-server handled all commands
+     * returns false if now other commands are available */
     int (*req_cmd_notification)(QXLInstance *qin);
     void (*release_resource)(QXLInstance *qin, struct QXLReleaseInfoExt release_info);
     int (*get_cursor_command)(QXLInstance *qin, struct QXLCommandExt *cmd);
-- 
2.4.3



More information about the Spice-devel mailing list