diff options
author | kaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk> | 2004-06-25 12:44:09 +0000 |
---|---|---|
committer | kaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk> | 2004-06-25 12:44:09 +0000 |
commit | 353a0be3e7464cd183b5066b2ce119a9b82f8202 (patch) | |
tree | 9108915b6fc584c1b4552478c075c119e9304bc9 /tools/xenmgr/lib/server/SrvConsoleServer.py | |
parent | c7b34ba80c162e124b321d0c17bf8155f28fa62b (diff) | |
parent | 2fda1279a88d3a44b2f0c1752f1f97b2c3206306 (diff) | |
download | xen-353a0be3e7464cd183b5066b2ce119a9b82f8202.tar.gz xen-353a0be3e7464cd183b5066b2ce119a9b82f8202.tar.bz2 xen-353a0be3e7464cd183b5066b2ce119a9b82f8202.zip |
bitkeeper revision 1.1011.1.8 (40dc1e19kas_BgjVEa6EgvJQgmzKIQ)
.
Diffstat (limited to 'tools/xenmgr/lib/server/SrvConsoleServer.py')
-rw-r--r-- | tools/xenmgr/lib/server/SrvConsoleServer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xenmgr/lib/server/SrvConsoleServer.py b/tools/xenmgr/lib/server/SrvConsoleServer.py index 7a8e4b96d8..1fcaf7d707 100644 --- a/tools/xenmgr/lib/server/SrvConsoleServer.py +++ b/tools/xenmgr/lib/server/SrvConsoleServer.py @@ -417,6 +417,7 @@ class VirqClient: def virqReceived(self, virq): print 'VirqClient.virqReceived>', virq + eserver.inject('xend.virq', virq) def lostChannel(self, channel): print 'VirqClient.lostChannel>', channel |