search for: dev_config

Displaying 7 results from an estimated 7 matches for "dev_config".

Did you mean: dd_config
2013 May 24
3
[BUG, PATCH] xen-4.1-3 xend/XendDomainInfo.py#device_configure() TypeError
Hello, I noticed a bug in Xen-4.1-3, which is also still present in xen+git. I know that the Python xend is deprecated, but I''m stuck with xen-4.1 until xen is usable with libvirt, so my patch might still be helpful for others. This is a follow-up to <http://lists.xen.org/archives/html/xen-users/2012-11/msg00069.html>, which still keeps me busy. /xen/xend/server/SrvDomain.py
2005 Jun 07
3
Error while creating domains
...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, recreate=self.recreate) File "/usr/lib/python/xen/xend/server/controller.py", line 236, in createDevice dev.attach(recreate=recreate,...
2010 Oct 28
5
[PATCH] Fix pci passthru in xend interface used by libvirt
...fo[''slot''], 16), + int(pci_dev_info[''func''], 16)) + if not pci_dev_info.has_key(''vdevfn''): + pci_dev_info[''vdevfn''] = "0x%02x" % AUTO_PHP_SLOT pci_devs.append(pci_dev_info) dev_config[''devs''] = pci_devs _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...() 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[''physical-device''] = "%li" % blkdev_name_to_number(node) File "/usr/lib/python2.4/site-packages/xen/util/blkif.py", line 27, in blkdev_name_t...
2010 Oct 25
0
Re: Re: Unable to pass device to IOMMU
...nfo.py", line > 641, in pci_device_configure_boot > self.pci_device_configure(dev_sxp, first_dev = first) > File > "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line > 934, in pci_device_configure > vdevfn = self.hvm_pci_device_insert(dev_config) > File > "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line > 800, in hvm_pci_device_insert > return self.hvm_pci_device_insert_dev(new_dev) > File > "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line > 828,...
2010 Sep 16
5
Unable to pass device to IOMMU
Hello, I''m hoping someone may be able to push us in the right direction. I''m trying to get one of our products to work with the current branch of Xen (4.0/4.0.0) but I''m hitting a problem. We are currently using Xen 3.3.2 on a Sun Blade 600 chassis (with x6270 blades) this works great. But when we upgrade to Xen 4.0/4.0.1 we get the following message when
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and