aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenmgr/lib/server/SrvConsoleServer.py
diff options
context:
space:
mode:
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2004-06-25 10:34:19 +0000
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2004-06-25 10:34:19 +0000
commit2fda1279a88d3a44b2f0c1752f1f97b2c3206306 (patch)
treed63d307776453cc952d10efa052880bbd78ddfe1 /tools/xenmgr/lib/server/SrvConsoleServer.py
parent1cbe6bfc33503f94daf65b19c44af7b79fa77ec4 (diff)
downloadxen-2fda1279a88d3a44b2f0c1752f1f97b2c3206306.tar.gz
xen-2fda1279a88d3a44b2f0c1752f1f97b2c3206306.tar.bz2
xen-2fda1279a88d3a44b2f0c1752f1f97b2c3206306.zip
bitkeeper revision 1.1010.1.6 (40dbffabQ7DNCZQhMx5yK0HaV4MMWQ)
Handle domain exit virq and destroy blkif, netif.
Diffstat (limited to 'tools/xenmgr/lib/server/SrvConsoleServer.py')
-rw-r--r--tools/xenmgr/lib/server/SrvConsoleServer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xenmgr/lib/server/SrvConsoleServer.py b/tools/xenmgr/lib/server/SrvConsoleServer.py
index 94b7c8e6c8..f3316fef1c 100644
--- a/tools/xenmgr/lib/server/SrvConsoleServer.py
+++ b/tools/xenmgr/lib/server/SrvConsoleServer.py
@@ -415,6 +415,7 @@ class VirqClient:
def virqReceived(self, virq):
print 'VirqClient.virqReceived>', virq
+ eserver.inject('xend.virq', virq)
def lostChannel(self, channel):
print 'VirqClient.lostChannel>', channel