summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-11-10 15:55:45 +0200
committerAlon Levy <alevy@redhat.com>2011-11-10 15:55:45 +0200
commit534d8ede7a7d0c077ff63dff2c14c3efaf8ea20c (patch)
treeeacb5a6437388226a8ce181cb7df7c1b944ca8ee
parent2dfea386b3550520ee4a2323a2c10f40b947c5b8 (diff)
Revert "add QXL_SURF_FLAG_GUEST_MEM for allocating surfaces on guest memory"0.8
This reverts commit 2dfea386b3550520ee4a2323a2c10f40b947c5b8. local commit accidentally pushed doing a "git push" instead of a "git push master:master", reverting.
-rw-r--r--spice/qxl_dev.h1
1 files changed, 0 insertions, 1 deletions
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;