gnif / LookingGlass

An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.
GNU General Public License v2.0
4.72k stars 262 forks source link

[host] nvfbc: shorten nvfbc_getName() result #942

Closed quantum5 closed 2 years ago

quantum5 commented 2 years ago

To avoid client showing Using : NVFBC (NVidia Frame Buffer Capt.

This happens because the string is truncated to 31 characters to fit in the char capture[32]; member of KVMFRRecord_VMInfo.

8BallBomBom commented 2 years ago

Ahahaha beat me to it, literally just noticed 👍🏻