Files
qemu-xteink/include/ui
Marc-André Lureau ec818df000 ui/surface: allocate shared memory on !win32
Use qemu_memfd_alloc() to allocate the display surface memory, which
will fallback on tmpfile/mmap() on systems without memfd, and allow to
share the display with other processes.

This is similar to how display memory is allocated on win32 since commit
09b4c198 ("console/win32: allocate shareable display surface").

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-ID: <20241008125028.1177932-13-marcandre.lureau@redhat.com>
2024-10-14 17:34:09 +04:00
..
2023-06-09 23:38:16 +03:00
2023-06-27 17:08:56 +02:00
2024-01-30 21:20:20 +03:00
2017-10-17 10:25:42 +02:00
2023-08-31 19:47:43 +02:00