Displaying 3 results from an estimated 3 matches for "create_configured_devices".
2005 Jun 07
3
Error while creating domains
...ib/python/xen/xend/XendDomainInfo.py", line 483, in construct
self.configure()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 992, in configure
self.create_devices()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 768, in create_devices
self.create_configured_devices()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 757, in create_configured_devices
self.createDevice(ctrl_type, dev_config, recreate=recreate)
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 332, in createDevice
return ctrl.createDevice(devconfig, re...
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...y",
line 656, in construct
self.configure()
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 1072, in configure
self.create_devices()
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 898, in create_devices
self.create_configured_devices()
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 887, in create_configured_devices
self.createDevice(ctrl_type, dev_config)
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 420, in createDevice
backdb[''physic...
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...08,6 +832,7 @@
> """
> self.channel = self.openChannel("channel", 0, 1)
> self.store_channel = self.eventChannel("store_channel")
>+ self.console_channel = self.eventChannel("console_channel")
>
> def create_configured_devices(self):
> devices = sxp.children(self.config, ''device'')
>@@ -1003,6 +1028,7 @@
> self.configure_fields()
> self.create_devices()
> self.create_blkif()
>+ self.publish_console()
>
> def create_blkif(self):
>...