Displaying 5 results from an estimated 5 matches for "install_bin".
2013 May 23
2
[PATCH 1/2] gcov: Add script to split coverage informations.
...te mode 100755 tools/misc/xencov_split
diff --git a/tools/misc/Makefile b/tools/misc/Makefile
index eef9411..520ef80 100644
--- a/tools/misc/Makefile
+++ b/tools/misc/Makefile
@@ -18,7 +18,7 @@ SUBDIRS-$(CONFIG_LOMOUNT) += lomount
SUBDIRS-$(CONFIG_MINITERM) += miniterm
SUBDIRS := $(SUBDIRS-y)
-INSTALL_BIN-y := xencons
+INSTALL_BIN-y := xencons xencov_split
INSTALL_BIN-$(CONFIG_X86) += xen-detect
INSTALL_BIN := $(INSTALL_BIN-y)
diff --git a/tools/misc/xencov_split b/tools/misc/xencov_split
new file mode 100755
index 0000000..cf0521f
--- /dev/null
+++ b/tools/misc/xencov_split
@@ -0,0 +1,191 @@
+#...
2013 Sep 13
21
Suggestion for merging xl save/restore/migrate/migrate-receive
Hi,
As we talked in
http://lists.xen.org/archives/html/xen-devel/2013-09/msg00211.html , I have a
suggestion: what about merging xl save/restore/migrate/migrate-receive?
Here is the description: xl-migrate.rst
Also there is a workaround for the xl migration daemon example: xl-migrate-socat.rst
Patch for the example: xen-xl-migrate-socat.patch
(I don''t have enough knowledge to
2013 Feb 07
5
[PATCH v8] gcov: Coverage support
Updated set of patches for coverage.
Changes:
- change copyright lines
- use gcov: instead of cover: in commit comment
- use #ifdef in xen/common/sysctl.c instead of dummy inline function
- added base documentation in docs/misc
- added -h option to xencov
2007 Nov 09
1
debian/patches/* for xen-unstable 16319
I've resolved the conflicts between the xen-unstable svn tree's
patchset and xen-unstable 16319 (which was the tip a few days ago).
The result is below, as the output of `svn diff' - so a series of
interdiffs, unfortunately.
Also, I noticed that after installing the resulting packages, it
wasn't able to correctly select the xen-unstable tools; instead, it
fell back to the default.
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*