package mirage-qubes

  1. Overview
  2. Docs
Implementations of various Qubes protocols for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-qubes-v0.8.2.tbz
sha256=6eb8e3457f6cfd046aa64182dd0ad8e8c39048478bc0fc87ca8fe72cf0c1e233
sha512=71b0b6c06424d325bc2f27e7bad9f97a942e4d1c5b4581926fe5a747eea12c1fe94bb325fe02216faf53f9ec66b07909dfef1505d0205c992eb9b87940c537b9

Description

Implementations of various Qubes protocols:

  • Qubes.RExec: provide services to other VMs
  • Qubes.GUI: just enough of the GUI protocol so that Qubes accepts the AppVM
  • Qubes.DB: read and write the VM's QubesDB database

Published: 13 May 2020

README

mirage-qubes - Implementations of various Qubes protocols

  • Qubes.RExec: provide services to other VMs

  • Qubes.GUI: just enough of the GUI protocol so that Qubes accepts the AppVM

  • Qubes.DB: read and write the VM's QubesDB database

See qubes-mirage-skeleton for an example using this library.

Dependencies (10)

  1. ocaml >= "4.06.0"
  2. logs >= "0.5.0"
  3. lwt
  4. mirage-xen >= "5.0.0" & < "6.0.0"
  5. xen-gnt
  6. xen-evtchn
  7. vchan-xen >= "5.0.0"
  8. ppx_cstruct
  9. cstruct >= "2.2.0"
  10. dune >= "1.0"

Dev Dependencies

None

Used by (1)

  1. mirage-qubes-ipv4 = "0.7.0" | = "0.8.2"

Conflicts

None