Skip to content

Support qcow2 format in VDI export/import #6396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
7 changes: 1 addition & 6 deletions ocaml/qcow-tool/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@

.PHONY: build clean test
.PHONY: build clean

build:
dune build @install

test:
dune build lib_test/compact_random.exe lib_test/test.exe
./_build/default/lib_test/compact_random.exe -compact-mid-write -stop-after 16
./_build/default/lib_test/test.exe -runner sequential

install:
dune install

Expand Down
244 changes: 0 additions & 244 deletions ocaml/qcow-tool/lib_test/compact_random.ml

This file was deleted.

6 changes: 0 additions & 6 deletions ocaml/qcow-tool/lib_test/dune

This file was deleted.

50 changes: 0 additions & 50 deletions ocaml/qcow-tool/lib_test/error.ml

This file was deleted.

45 changes: 0 additions & 45 deletions ocaml/qcow-tool/lib_test/error.mli

This file was deleted.

Loading