mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 05:26:01 +00:00
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:
parent
2dfea386b3
commit
534d8ede7a
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user