aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-17 10:40:47 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-03-17 10:40:47 +0000
commit27db6136ea3b03d8711a7901a437b1f76030c9d9 (patch)
tree89771cff374bb520fd302caf0e0dc2ed2c77c8ab /tools/examples
parent4d4d14e8e841d1d65b4399b07ad83f8cdc441347 (diff)
downloadxen-27db6136ea3b03d8711a7901a437b1f76030c9d9.tar.gz
xen-27db6136ea3b03d8711a7901a437b1f76030c9d9.tar.bz2
xen-27db6136ea3b03d8711a7901a437b1f76030c9d9.zip
xend: Accept udev events and update physical resource information
When a udev event is received, udevevent.py parses the udev data and tells XendNode.py to update the physical resource information. This patch also add a boolean parameter 'xend-udev-event-server', to let users indicate whether we should enable this function or not. Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xend-config.sxp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index 5465c39af3..7ca270661a 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -64,6 +64,7 @@
#(xend-relocation-server no)
(xend-relocation-server yes)
#(xend-relocation-ssl-server no)
+#(xend-udev-event-server no)
#(xend-unix-path /var/lib/xend/xend-socket)