add QXL_SURF_FLAG_GUEST_MEM for allocating surfaces on guest memory

This commit is contained in:
Alon Levy 2011-10-01 19:01:56 +03:00
parent e9eba76d5b
commit 2dfea386b3

View File

@ -200,6 +200,7 @@ 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;