GaloisInc / HaLVM

The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen
BSD 3-Clause "New" or "Revised" License
1.05k stars 88 forks source link

Implement Xen's vchan protocol #41

Open thumphries opened 9 years ago

thumphries commented 9 years ago

Some years after Adam's glorious IVC mechanism debuted, a library appeared in Xen by the name of libvchan. It is very similar in functionality to our mechanism, but with a couple of bonuses:

Seems nice to have.