Revert "add QXL_SURF_FLAG_GUEST_MEM for allocating surfaces on guest memory"

This reverts commit 2dfea386b3.

local commit accidentally pushed doing a "git push" instead of a
"git push master:master", reverting.
This commit is contained in:
Alon Levy 2011-11-10 15:55:45 +02:00
parent 2dfea386b3
commit 534d8ede7a

View File

@ -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;