[Spice-commits] 2 commits - server/dcc.c server/red-worker.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 20 08:17:24 UTC 2018


 server/dcc.c        |    2 +-
 server/red-worker.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 25e404b4f124bf22a5ad497833086a9fc1144dab
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Jul 19 14:54:14 2018 +0200

    dcc: Improve can_lz_compress() comment
    
    Both glz_encode and lz_encode error out if the bitmap stride does not
    match the bitmap width.
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/dcc.c b/server/dcc.c
index a5d2b344..44d8fdd7 100644
--- a/server/dcc.c
+++ b/server/dcc.c
@@ -759,7 +759,7 @@ static bool can_quic_compress(SpiceBitmap *bitmap)
             bitmap->x >= MIN_DIMENSION_TO_QUIC && bitmap->y >= MIN_DIMENSION_TO_QUIC;
 }
 /**
- * lz doesn't handle:
+ * lz/glz doesn't handle:
  *       (1) bitmaps with strides that are larger than the width of the image in bytes
  *       (2) unstable bitmaps
  */
commit 8559a69fa6e0e85c2aad8f23e472810e09d9e224
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Jul 19 14:54:04 2018 +0200

    worker: Fix 'seemless' typo in comment
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/red-worker.c b/server/red-worker.c
index 721b1c84..ccab9d96 100644
--- a/server/red-worker.c
+++ b/server/red-worker.c
@@ -1339,7 +1339,7 @@ RedWorker* red_worker_new(QXLInstance *qxl,
     g_object_set_data(G_OBJECT(channel), "dispatcher", dispatcher);
     reds_register_channel(reds, channel);
 
-    // TODO: handle seemless migration. Temp, setting migrate to FALSE
+    // TODO: handle seamless migration. Temp, setting migrate to FALSE
     worker->display_channel = display_channel_new(reds, qxl, &worker->core, FALSE,
                                                   reds_get_streaming_video(reds),
                                                   reds_get_video_codecs(reds),


More information about the Spice-commits mailing list