From 534d8ede7a7d0c077ff63dff2c14c3efaf8ea20c Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 10 Nov 2011 15:55:45 +0200 Subject: [PATCH] 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. --- spice/qxl_dev.h | 1 - 1 file changed, 1 deletion(-) 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;