Skip to content

Commit

Permalink
Install suspend_image_viewer
Browse files Browse the repository at this point in the history
This is useful for debugging. It cannot be easily run out of Dom0 due to its dependency on
verify-stream-v2 provided by Xen.

Signed-off-by: Edwin Török <edwin.torok@cloud.com>
  • Loading branch information
edwintorok committed Aug 25, 2023
1 parent 864b7cd commit a5e99ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ install: build doc sdk doc-json
scripts/install.sh 755 _build/install/default/bin/vncproxy $(DESTDIR)$(OPTDIR)/debug/vncproxy
# ocaml/perftest
scripts/install.sh 755 _build/install/default/bin/perftest $(DESTDIR)$(OPTDIR)/debug/perftest
# ocaml/suspend_image_viewer
scripts/install.sh 755 _build/install/default/bin/perftest $(DESTDIR)$(OPTDIR)/debug/suspend_image_viewer
# ocaml/mpathalert
scripts/install.sh 755 _build/install/default/bin/mpathalert $(DESTDIR)$(OPTDIR)/bin/mpathalert
# ocaml/license
Expand Down
3 changes: 2 additions & 1 deletion ocaml/xenopsd/suspend_image_viewer/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(executable
(name suspend_image_viewer)
(public_name suspend_image_viewer)
(package xapi-xenopsd-xc)
(libraries
cmdliner
forkexec
Expand Down

0 comments on commit a5e99ec

Please sign in to comment.