[Spice-devel] [PATCH x11spice v3 0/3] Add cache for SHM segments
Brendan Shanks
bshanks at codeweavers.com
Fri Aug 16 22:01:26 UTC 2019
Add a cache to x11spice for SHM segments.
v3 rebases, fixes a bug in the next-biggest-entry handling in
shm_cache_get(), and adds a comment in display.h to explain the cache
size.
Brendan Shanks (3):
Use unsigned int/size_t for display width/height/buffer size
Create separate shm_segment_t struct for SHM segments
Add cache for SHM segments
doc/spice_indent | 1 +
src/display.c | 207 ++++++++++++++++++++++++++++++++++++++++-------
src/display.h | 29 ++++---
src/scan.c | 2 +-
src/session.c | 2 +-
src/spice.c | 2 +-
6 files changed, 201 insertions(+), 42 deletions(-)
--
2.17.1
More information about the Spice-devel
mailing list