mirage / ocaml-vhd

Read and write .vhd format data
Other
9 stars 20 forks source link

Backport XSI-21 - import of large VDIs #64

Closed lindig closed 6 years ago

lindig commented 6 years ago

Original commits:

The integers package is used to implement a conversion from unsigned 32bit integer to signed 64bit integer. This commit implements this conversion directly such that the integers package is no longer a dependency.

Signed-off-by: Min Li min.li1@citrix.com Signed-off-by: Christian Lindig christian.lindig@citrix.com

lindig commented 6 years ago

This is a backport of fixes on the master branch related to importing large VDIs. This required switching to 64-bit integer values.

avsm commented 5 years ago

I just noticed that this had been tagged and released on github without pushing to opam-repository. I'd appreciate it if you could also release mirage/ libs to opam-repository when tagging them, as otherwise mistakes happen (I almost double tagged this)