[Spice-commits] 2 commits - server/red-channel-client.h server/red-replay-qxl.c
Frediano Ziglio
fziglio at kemper.freedesktop.org
Sat Nov 12 10:01:33 UTC 2016
server/red-channel-client.h | 2 +-
server/red-replay-qxl.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 81dbb18ccd8a6db2ac6b3e57916b989e2e543b87
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Fri Nov 11 13:18:18 2016 +0000
Fix typo in comment
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/server/red-channel-client.h b/server/red-channel-client.h
index 862d1c9..94b4f58 100644
--- a/server/red-channel-client.h
+++ b/server/red-channel-client.h
@@ -83,7 +83,7 @@ int red_channel_client_test_remote_common_cap(RedChannelClient *rcc, uint32_t ca
int red_channel_client_test_remote_cap(RedChannelClient *rcc, uint32_t cap);
/* shutdown is the only safe thing to do out of the client/channel
* thread. It will not touch the rings, just shutdown the socket.
- * It should be followed by some way to gurantee a disconnection. */
+ * It should be followed by some way to guarantee a disconnection. */
void red_channel_client_shutdown(RedChannelClient *rcc);
/* handles general channel msgs from the client */
int red_channel_client_handle_message(RedChannelClient *rcc, uint32_t size,
commit 37b7c6dd7a0d67ff3061a806c4f11dc54332207d
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Thu Nov 10 07:05:18 2016 +0000
replay: Update comment
Function just return the command, has no ext_cmd parameter to fill.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
diff --git a/server/red-replay-qxl.c b/server/red-replay-qxl.c
index 79e00e5..c7c72fa 100644
--- a/server/red-replay-qxl.c
+++ b/server/red-replay-qxl.c
@@ -1288,8 +1288,8 @@ static void replay_handle_dev_input(QXLWorker *worker, SpiceReplay *replay,
/*
* NOTE: This reads from a saved file and performs all io actions, calling the
- * dispatcher, until it sees a command, at which point it returns it via the
- * last parameter [ext_cmd]. Hence you cannot call this from the worker thread
+ * dispatcher, until it sees a command, at which point it returns it.
+ * Hence you cannot call this from the worker thread
* since it will block reading from the dispatcher pipe.
*/
SPICE_GNUC_VISIBLE QXLCommandExt* spice_replay_next_cmd(SpiceReplay *replay,
More information about the Spice-commits
mailing list