Difference between revisions of "Argo: Hypervisor-Mediated Exchange (HMX) for Xen"

From Xen
(Created page with " == Hypervisor Mediated Exchange (HMX) == The technologies provided by VMMs for communication between VMs have a critical impact on VM isolation properties, on the confidenc...")
 
Line 9: Line 9:
 
== V4V ==
 
== V4V ==
   
  +
V4V was created for Citrix XenClient and derivatives are currently deployed in production systems for [https://github.com/openxt OpenXT] and Bromium [https://bromium.com/opensource uXen].
  +
  +
* Jean Guyader: [https://lists.xenproject.org/archives/html/xen-devel/2012-05/msg01876.html xen-devel thread on V4V requirements] (May 2012)
  +
* Ross Philipson: [https://lists.xenproject.org/archives/html/xen-devel/2013-05/msg02711.html PATCH (V9) Add V4V to Xen] (May 2013)
   
 
== Argo ==
 
== Argo ==
  +
  +
Argo is derived from V4V and patches will be submitted to xen-devel in 2018.
  +
  +
* [v0.1 design documentation for Argo]

Revision as of 17:32, 11 September 2018


Hypervisor Mediated Exchange (HMX)

The technologies provided by VMMs for communication between VMs have a critical impact on VM isolation properties, on the confidence components can have in the delivery of data and in the integrity of the data that is received. The video below identifies aspects of inter-VM communication system architecture that support important properties that are valuable for building secure systems. Terminology is introduced to enable classification of the existing body of art and survey relevant communication technologies in modern hypervisor, OS and microkernel systems. An example is presented — Argo, an inter-VM communication mechanism developed for the Xen hypervisor — and how it is distinguished from other communication channels on the Xen platform and elsewhere.

PSEC 2018 talk by Christopher Clark (May 2018)

V4V

V4V was created for Citrix XenClient and derivatives are currently deployed in production systems for OpenXT and Bromium uXen.

Argo

Argo is derived from V4V and patches will be submitted to xen-devel in 2018.

  • [v0.1 design documentation for Argo]