package mirage-qubes

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-qubes-v0.8.3.tbz
sha256=5628b7f8076543a1d700d3d31c408b905cfad7506e05c97d3f8781c11133e548
sha512=527c9e35bd79311f720f3fe1c55c3628de3bcd20a51c7c63a0e8a13fe1eea4ce32d46ce22b3b5db409280a3549fcb61267844357ced6d23f3f7d49deffaf5c99

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: 24 Jun 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.3"

Conflicts

None