Displaying 4 results from an estimated 4 matches for "backpath".
Did you mean:
backpatch
2010 Mar 26
0
[PATCH] del xend entry when destroy pv usb host controller of a guest os with no pv-frontend driver
...endDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Thu Mar 25 09:32:21 2010
+0000
+++ b/tools/python/xen/xend/XendDomainInfo.py Fri Mar 26 13:27:25 2010
+0800
@@ -1305,8 +1305,15 @@
frontpath =
self.getDeviceController(deviceClass).frontendPath(dev)
backpath = xstransact.Read(frontpath, "backend")
thread.start_new_thread(self.getDeviceController(deviceClass).finishDeviceCleanup,
(backpath, path))
-
- rc = self.getDeviceController(deviceClass).destroyDevice(devid,
force)
+ if deviceClass ==''vusb&...
2005 Nov 10
0
Xend crashes when it''s trying to create domU
...ler(deviceClass).createDevice(devconfig)
File
"/usr/lib/python/xen/xend/server/DevController.py",
line 63, in createDevice
status, fn_ret = self.waitForBackend(devid)
File
"/usr/lib/python/xen/xend/server/DevController.py",
line 277, in waitForBackend
watch = xswatch(backpath, hotplugStatus)
File "/usr/lib/python/xen/xend/xenstore/xswatch.py",
line 28, in __init__
xswatch.xs.watch(path, self)
TypeError: argument 1 must be string, not None
[2005-11-09 16:06:17 xend.XendDomainInfo] DEBUG
(XendDomainInfo:1156) XendDomainInfo.destroy: domid=17
[2005-11-09 16...
2008 Oct 28
0
[PATCH] Fix typo in waitForBackend() for phantom VBDs
...err = xstransact.Read(statusPath, HOTPLUG_ERROR_NODE)
- if result[''status''] != ''Connected'':
+ if result[''status''] != Connected:
return (result[''status''], err)
backpath = self.readVm(devid, "backend")
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Best regards,
Kan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Jul 25
2
Compile from sources
I''ve compiled xen-3.0.2-2 from sources. I''ve went to the end without
errors. The ./install.sh script have been created the /etc/grub.conf
file as it :
# initrd /boot/initrd-version.img
#boot=/dev/hdc
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15-1.2054_FC5)
root (hd0,0)
kernel