[Spice-commits] spice/qxl_dev.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 22 12:30:42 UTC 2019


 spice/qxl_dev.h |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 7d28c75ba69983888aedaae93b80f9068513c655
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Tue Aug 13 10:50:08 2019 +0100

    qxl_dev: Add comment to QXLQUICData->data field
    
    Recently a bug using this structure was fixed.
    The bug involved understand the usage of this field so add some
    note on the field for future reference.
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Victor Toso <victortoso at redhat.com>

diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index c844d7b..3f56aae 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -740,6 +740,9 @@ typedef struct SPICE_ATTR_PACKED QXLSurfaceId {
 
 typedef struct SPICE_ATTR_PACKED QXLQUICData {
     uint32_t data_size;
+    /* This data for QUIC is a QXLDataChunk.
+     * This differs from QXLBitmap where it's a reference to bitmap data or
+     * a reference to QXLDataChunk */
     uint8_t data[0];
 } QXLQUICData, QXLLZRGBData, QXLJPEGData;
 


More information about the Spice-commits mailing list