Difference between revisions of "Looking Glass KVMFR"

From Open-IOV
Jump to navigation Jump to search
 
Line 4: Line 4:
[https://github.com/gnif/LGMP LGMP] is an [https://github.com/qemu/qemu/blob/master/docs/specs/ivshmem-spec.txt Inter-VM Shared Memory Device (IVHSMEM)] based memory sharing protocol for the [https://www.youtube.com/watch?v=okMGtwfiXMo KVM Frame Relay use-case] (sharing of MMIO memory for use by GPU drivers between host and guest).
[https://github.com/gnif/LGMP LGMP] is an [https://github.com/qemu/qemu/blob/master/docs/specs/ivshmem-spec.txt Inter-VM Shared Memory Device (IVHSMEM)] based memory sharing protocol for the [https://www.youtube.com/watch?v=okMGtwfiXMo KVM Frame Relay use-case] (sharing of MMIO memory for use by GPU drivers between host and guest).


The LGMP protocol may also be extended over a high bandwidth network using the [https://telescope-proj.github.io/lgproxy/ Telescope Looking Glass Proxy].
== Xen Support ==


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.
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).]]
== Telescope ==
The LGMP protocol may also be extended over a high bandwidth network using the [https://telescope-proj.github.io/lgproxy/ Telescope Looking Glass Proxy].

Latest revision as of 21:18, 9 November 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.

Looking Glass Memory Protocol (LGMP)

LGMP is an Inter-VM Shared Memory Device (IVHSMEM) based memory sharing protocol for the KVM Frame Relay use-case (sharing of MMIO memory for use by GPU drivers between host and guest).

Xen Support

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.

A diagram depicting how Looking Glass memory device may be redirected over the network via Remote Direct Memory Access (RDMA).

Telescope

The LGMP protocol may also be extended over a high bandwidth network using the Telescope Looking Glass Proxy.