Skip to content

Releases: mirage/mirage-xen

v4.0.1

06 Jul 08:02
Compare
Choose a tag to compare

CHANGES:

  • Fix mirage-xen pkg-config file to reflect correct location of
    the bindings (@avsm)

v4.0.0

26 Jun 15:58
Compare
Choose a tag to compare

CHANGES:

  • Breaking change: move from the OS.Xen module to Os_xen, in
    order to let packages specifically depend on a particular bit
    of Xen functionality. To port code, just change the module reference
    to Os_xen instead of OS. (#16 @TheLortex @avsm)

v3.4.0

22 Apr 20:04
927cc82
Compare
Choose a tag to compare

CHANGES:

  • Drop support for old ocaml-gnt package (#12, by @talex5)
  • require dune, and conflict with broken version 1.9.1 (#13, by @hannesm)

3.3.0

23 Mar 00:49
c7601f7
Compare
Choose a tag to compare

v3.3.0 (2019-03-22)

  • Add grant-handling code to OS.Xen (#9, by @talex5)

v3.2.0

19 Feb 23:30
Compare
Choose a tag to compare

CHANGES:

  • Port build to dune from ocamlbuild (#8 @avsm)

3.1.0

11 Nov 21:32
Compare
Choose a tag to compare

3.1.0 (2018-11-11)

  • bind minios function virt_to_mfn (@cfcs, #4)
  • remove OS.Env module (@hannesm, #6)
  • update to opam2

3.0.6

14 Mar 13:22
5c36235
Compare
Choose a tag to compare

3.0.6 (2018-03-13)

  • switched build system to topkg and ocamlbuild (@hannesm)
  • separated from mirage-platform into a custom repository, mirage-xen (@hannesm)