mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 00:26:32 +00:00

Since we do not use IRQs anymore we can use the ivshmem-plain device which doesn't need the ivshmem-server. The QEMU arguments now should be as follows: -device ivshmem-plain,memdev=ivshmem -object memory-backend-file,id=ivshmem,share=on,mem-path=/dev/shm/looking-glass,size=32M Obviously adjusting the memory size as required. It is suggested that the shared memory file be created before the guest is started with the appropriate permissions, for example: touch /dev/shm/looking-glass chown user:kvm /dev/shm/looking-glass chmod 660 /dev/shm/looking-glass
LookingGlass
An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.
- Project Website: https://looking-glass.hostfission.com
- Support Forum: https://forum.level1techs.com/t/looking-glass-guides-help-and-support/122387
- Windows Builds of the host application: https://looking-glass.hostfission.com/downloads
Help and support
Web
https://forum.level1techs.com/t/looking-glass-guides-help-and-support/122387
IRC
Join us in the #LookingGlass channel on the FreeNode network
Languages
C
89.3%
C++
7.1%
CMake
2.4%
NSIS
0.4%
GLSL
0.4%
Other
0.4%