Skip to content

Releases: mirage/mirage-qubes

v0.7.0

06 Mar 14:12
Compare
Choose a tag to compare

CHANGES:

  • mirage-qubes-ipv4: compatibility with mirage-protocols 2.0.0 and mirage-net 2.0.0
    (#31 @yomimono)

0.6.1

17 Jan 21:59
Compare
Choose a tag to compare

0.6.1 (2019-01-17)

  • mirage-qubes-ipv4: compatibility with ipaddr 3.0.0 (#29 @hannesm)
  • upgrade opam files to version 2.0

0.6

16 Sep 18:43
08edef5
Compare
Choose a tag to compare
0.6

0.6 (2018-09-16)

  • qrexec message chunking (#21 @reynir)
  • more extensive support of Qubes GUI protocol (#17 @cfcs, #20 @reynir)
  • Adjust to tcpip 3.5.0 and mirage-protocols-lwt 1.4.0 changes mirage-qubes-ipv4
    Static_ipv4.Make now requires a Random device and a monotonic clock
    connect requires a Mclock.t
    Mirage_protocols_lwt.IPV4 does not define the type alias ethif (#24 @hannesm)

Split into 2 opam packages

15 Jun 10:15
Compare
Choose a tag to compare

0.5 (2017-06-15)

  • Split into 2 opam packages: mirage-qubes and mirage-qubes-ipv4
  • Build with jbuilder and release with topkg

0.4

20 Jan 18:28
Compare
Choose a tag to compare
0.4

0.4 (unreleased)

  • Include an ipv4 sublibrary for automatically configuring ipv4 settings from qubesdb.
  • Use and provide interfaces compatible with MirageOS version 3.0.0.

v0.3

14 May 09:47
Compare
Choose a tag to compare
  • Replace camlp4 with ppx. Cstruct no longer supports camlp4.
  • Require a modern vchan in opam metadata.
  • Less verbose logging from RExec.
  • Disconnect qrexec clients if handshake fails.

v0.2

18 Jan 13:59
Compare
Choose a tag to compare

Updated to use the Logs 0.5.0 API.

v0.1

04 Jan 17:01
Compare
Choose a tag to compare

Initial release. Can be used to provide commands via qrexec, read and update QubesDB, and handshake with the GUI. This is enough for Qubes to accept the unikernel as a running VM.