Closed lindig closed 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.
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)
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