On 14.05.2025 14:19, Daniel P. Berrangé wrote:
This fixes some edge cases in endian handling in the VNC server. These
bugs are rarely going to be visible by default, since most servers will
negotiate encoding formats / framebuffer formats that avoid hitting
the problem scenarios.
In v2:
- Rename 'client_bo' to 'client_endian' for reviewer clarity
- Rename 'native' to 'native_endian' for code consistency
Daniel P. Berrangé (3):
ui/vnc.c: replace big endian flag with byte order value
ui/vnc: take account of client byte order in pixman format
ui/vnc: fix tight palette pixel encoding for 8/16-bpp formats
Hi!
Is there anything in there which is relevant for qemu-stable?
Thanks,
/mjt