mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-08-07 16:35:17 +00:00
add QXL_SURF_FLAG_GUEST_MEM for allocating surfaces on guest memory
This commit is contained in:
parent
e9eba76d5b
commit
2dfea386b3
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user