Skip to content

Commit

Permalink
Merge pull request #22 from euanh/CP-14346
Browse files Browse the repository at this point in the history
CP-14346: Remove modules made obsolete by new CPU feature levelling v2
  • Loading branch information
euanh committed Dec 11, 2015
2 parents 5fe0c7f + e7147b9 commit c2dc39a
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 464 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.9 (20-Oct-2015):
* Remove cpuid
* Remove xen-utils

0.9.8 (29-Jun-2015):
* Stunnel uses a new and switchable config for outgoing connections.
* Removed Oasis autogenerated files (create them in build).
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ uninstall:
ocamlfind remove xml-light2
ocamlfind remove xenstore-compat
ocamlfind remove xenctrlext
ocamlfind remove xen-utils
ocamlfind remove uuid
ocamlfind remove stunnel
ocamlfind remove sha1
ocamlfind remove sexpr
ocamlfind remove pciutil
ocamlfind remove http-svr
ocamlfind remove gzip
ocamlfind remove cpuid

reinstall: uninstall
$(SETUP) -install $(REINSTALLFLAGS)
Expand Down
15 changes: 1 addition & 14 deletions _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: xen-api-libs-transitional
Version: 0.9.8
Version: 0.9.9
Synopsis: Temporary set of to-be-deprecated libraries
License: LGPL-2.1 with OCaml linking exception
Authors: various
Expand All @@ -20,13 +20,6 @@ Library gzip
Modules: Gzip
BuildDepends: stdext, forkexec, threads

Library cpuid
Path: cpuid
Findlibname: cpuid
Modules: Cpuid
CSources: cpuid_stubs.c
BuildDepends: stdext, threads, xenctrl, xenctrlext, xen-utils

Library xenstore
Path: xenstore
Findlibname: xenstore-compat
Expand All @@ -40,12 +33,6 @@ Library xenctrlext
CSources: xenctrlext_stubs.c
BuildDepends: xenctrl, xenstore-compat

Library xenutils
Path: xen-utils
Findlibname: xen-utils
Modules: Xen_cmdline
BuildDepends: stdext, threads, forkexec

Library pciutil
Path: pciutil
Findlibname: pciutil
Expand Down
256 changes: 0 additions & 256 deletions cpuid/cpuid.ml

This file was deleted.

Loading

0 comments on commit c2dc39a

Please sign in to comment.