Skip to content

Commit

Permalink
tools/xenbackendd: Remove xenbackendd
Browse files Browse the repository at this point in the history
NetBSD doens't need xenbackendd with xl toolstack so don't build it.
Remove now unused xenbackendd directory/files, and remaining references
in the hotplug scripts.

Signed-off-by: Manuel Bouyer <bouyer@netbsd.org>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
[Also clean up stale comments in the Linux xencommons script]
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
  • Loading branch information
Manuel Bouyer authored and andyhhp committed Jan 18, 2021
1 parent 3a0b215 commit 01ce02c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 385 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ tools/tests/vpci/vpci.[hc]
tools/tests/vpci/test_vpci
tools/xcutils/lsevtchn
tools/xcutils/readnotes
tools/xenbackendd/_paths.h
tools/xenbackendd/xenbackendd
tools/xenmon/xentrace_setmask
tools/xenmon/xenbaked
tools/xenpaging/xenpaging
Expand Down
1 change: 0 additions & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ SUBDIRS-$(CONFIG_X86) += firmware
SUBDIRS-y += console
SUBDIRS-y += xenmon
SUBDIRS-y += xentop
SUBDIRS-$(CONFIG_NetBSD) += xenbackendd
SUBDIRS-y += libfsimage
SUBDIRS-$(CONFIG_Linux) += vchan

Expand Down
6 changes: 0 additions & 6 deletions tools/hotplug/Linux/init.d/sysconfig.xencommons.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ XENSTORED_ARGS=
# Only evaluated if XENSTORETYPE is "domain".
XENSTORE_DOMAIN_ARGS=

## Type: string
## Default: Not defined, xenbackendd debug mode off
#
# Running xenbackendd in debug mode
#XENBACKENDD_DEBUG=[yes|on|1]

# qemu path
#QEMU_XEN=@qemu_xen_path@

Expand Down
1 change: 0 additions & 1 deletion tools/hotplug/NetBSD/block
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh -e

# $NetBSD: block-nbsd,v 1.1.1.1 2008/08/07 20:26:57 cegger Exp $
# Called by xenbackendd
# Usage: block xsdir_backend_path state

DIR=$(dirname "$0")
Expand Down
2 changes: 0 additions & 2 deletions tools/hotplug/NetBSD/rc.d/xencommons.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ required_files="/kern/xen/privcmd"

XENSTORED_PIDFILE="@XEN_RUN_DIR@/xenstored.pid"
XENCONSOLED_PIDFILE="@XEN_RUN_DIR@/xenconsoled.pid"
XENBACKENDD_PIDFILE="@XEN_RUN_DIR@/xenbackendd.pid"
#XENBACKENDD_DEBUG=1
#XENCONSOLED_TRACE="@XEN_LOG_DIR@/xenconsole-trace.log"
#XENSTORED_TRACE="@XEN_LOG_DIR@/xenstore-trace.log"

Expand Down
1 change: 0 additions & 1 deletion tools/hotplug/NetBSD/vif-bridge
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh -e

# $NetBSD: vif-bridge-nbsd,v 1.1.1.1 2008/08/07 20:26:57 cegger Exp $
# Called by xenbackendd
# Usage: vif-bridge xsdir_backend_path state

DIR=$(dirname "$0")
Expand Down
1 change: 0 additions & 1 deletion tools/hotplug/NetBSD/vif-ip
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh -e

# $NetBSD: vif-ip-nbsd,v 1.1.1.1 2008/08/07 20:26:57 cegger Exp $
# Called by xenbackendd
# Usage: vif-ip xsdir_backend_path state

DIR=$(dirname "$0")
Expand Down
45 changes: 0 additions & 45 deletions tools/xenbackendd/Makefile

This file was deleted.

0 comments on commit 01ce02c

Please sign in to comment.