Difference between revisions of "Looking Glass KVMFR"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
The Looking Glass Memory Protocol (LGMP) may be extended over a high bandwidth network using the [https://telescope-proj.github.io/lgproxy/ Telescope Looking Glass Proxy]. | The Looking Glass Memory Protocol (LGMP) may be extended over a high bandwidth network using the [https://telescope-proj.github.io/lgproxy/ Telescope Looking Glass Proxy]. | ||
It may be possible to port the [https://github.com/gnif/LGMP Looking Glass Memory Protocol] to Xen by use of the [https://wiki.xenproject.org/wiki/Grant_Table Grant Table] memory sharing primitive | It may be possible to port the [https://github.com/gnif/LGMP Looking Glass Memory Protocol] to Xen by substituting the use of the [https://wiki.xenproject.org/wiki/Grant_Table Grant Table] memory sharing primitive in place of the [https://github.com/qemu/qemu/blob/master/docs/specs/ivshmem-spec.txt IVSHMEM] memory sharing primitive. | ||
[[File:Telescope LG-Proxy.png|thumb|A diagram depicting how Looking Glass memory device may be redirected over the network via Remote Direct Memory Access (RDMA).]] | [[File:Telescope LG-Proxy.png|thumb|A diagram depicting how Looking Glass memory device may be redirected over the network via Remote Direct Memory Access (RDMA).]] |
Revision as of 18:34, 20 April 2022
Looking Glass is an open source application that allows the use of a KVM (Kernel-based Virtual Machine) configured for VGA PCI Pass-through without an attached physical monitor, keyboard or mouse.
The Looking Glass Memory Protocol (LGMP) may be extended over a high bandwidth network using the Telescope Looking Glass Proxy.
It may be possible to port the Looking Glass Memory Protocol to Xen by substituting the use of the Grant Table memory sharing primitive in place of the IVSHMEM memory sharing primitive.