[Spice-commits] Branch '0.8' - spice/qxl_dev.h

Alon Levy alon at kemper.freedesktop.org
Thu Nov 10 05:56:42 PST 2011


 spice/qxl_dev.h |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 534d8ede7a7d0c077ff63dff2c14c3efaf8ea20c
Author: Alon Levy <alevy at redhat.com>
Date:   Thu Nov 10 15:55:45 2011 +0200

    Revert "add QXL_SURF_FLAG_GUEST_MEM for allocating surfaces on guest memory"
    
    This reverts commit 2dfea386b3550520ee4a2323a2c10f40b947c5b8.
    
    local commit accidentally pushed doing a "git push" instead of a
    "git push master:master", reverting.

diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index 7d21fa5..5e6ce06 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -200,7 +200,6 @@ typedef struct SPICE_ATTR_PACKED QXLMemSlot {
 #define QXL_SURF_TYPE_PRIMARY      0
 
 #define QXL_SURF_FLAG_KEEP_DATA    (1 << 0)
-#define QXL_SURF_FLAG_GUEST_MEM    (1 << 1)
 
 typedef struct SPICE_ATTR_PACKED QXLSurfaceCreate {
     uint32_t width;


More information about the Spice-commits mailing list