[PATCH] Tools: hv: Add binaries to .gitignore

2016-11-18 Thread Alex Fluter
The three hv tools should be ignored by git so that they do not appear as untracked files. Signed-off-by: Alex Fluter <aflu...@gmail.com> --- tools/hv/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/hv/.gitignore diff --git a/tools/hv/.gitignore b/to

[PATCH] Tools: hv: Add binaries to .gitignore

2016-11-18 Thread Alex Fluter
The three hv tools should be ignored by git so that they do not appear as untracked files. Signed-off-by: Alex Fluter --- tools/hv/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/hv/.gitignore diff --git a/tools/hv/.gitignore b/tools/hv/.gitignore new file mode

[PATCH] Tools: hv: kvp: configurable external scripts path

2016-11-18 Thread Alex Fluter
macro. Signed-off-by: Alex Fluter <aflu...@gmail.com> --- tools/hv/hv_kvp_daemon.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tools/hv/hv_kvp_daemon.c b/tools/hv/hv_kvp_daemon.c index bc7adb8..b1842e7 100644 --- a/tools/hv/hv_kvp_daemon.c +++ b/to

[PATCH] Tools: hv: kvp: configurable external scripts path

2016-11-18 Thread Alex Fluter
macro. Signed-off-by: Alex Fluter --- tools/hv/hv_kvp_daemon.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tools/hv/hv_kvp_daemon.c b/tools/hv/hv_kvp_daemon.c index bc7adb8..b1842e7 100644 --- a/tools/hv/hv_kvp_daemon.c +++ b/tools/hv/hv_kvp_daemon.c @@ -96,6