WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] driver domains broken?

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] driver domains broken?
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Tue, 14 Nov 2006 21:37:27 -0700
Delivery-date: Tue, 14 Nov 2006 20:37:41 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: OSLO R&D
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
   Has anyone tried driver domains with all the new Xen-API code?  It
seems unhappy parsing the PCI device.  I get something like this in
xend.log using current xen-unstable.hg:

[2006-11-14 15:31:01 xend.XendDomainInfo 6903] DEBUG (__init__:1072) 
XendDomainInfo.create(['vm', ['name', 'debianDD'], ['memory', 2048], ['vcpus', 
2], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['image', 
['linux', ['kernel', '/boot/xenlinuz'], ['root', '/dev/hda1 ro'], ['args', 
'console=tty1']]], ['device', ['vbd', ['uname', 'phy:/dev/VBDs/debianDD'], 
['dev', 'hda1'], ['mode', 'w']]], ['device', ['pci', ['dev', ['domain', 
'0x0000'], ['bus', '0x01'], ['slot', '0x02'], ['func', '0x1']]]]])
[2006-11-14 15:31:01 xend 6903] DEBUG (__init__:1072) XendConfig: reading 
device: {'uname': 'phy:/dev/VBDs/debianDD', 'mode': 'w', 'dev': 'hda1'}
[2006-11-14 15:31:01 xend 6903] ERROR (__init__:1072) too many values to unpack
Traceback (most recent call last):
  File "//usr/lib/python/xen/util/xmlrpclib2.py", line 179, in 
_marshaled_dispatch
    response = self._dispatch(method, params)
  File "SimpleXMLRPCServer.py", line 406, in _dispatch
    return func(*params)
  File "//usr/lib/python/xen/xend/server/XMLRPCServer.py", line 64, in 
domain_create
    info = XendDomain.instance().domain_create(config)
  File "//usr/lib/python/xen/xend/XendDomain.py", line 802, in domain_create
    dominfo = XendDomainInfo.create(config)
  File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 148, in create
    vm = XendDomainInfo(XendConfig(sxp = config))
  File "//usr/lib/python/xen/xend/XendConfig.py", line 285, in __init__
    cfg = self._populate_from_sxp(sxp)
  File "//usr/lib/python/xen/xend/XendConfig.py", line 455, in 
_populate_from_sxp
    for opt, val in config[1:]:
ValueError: too many values to unpack

Sorry if I missed a change in specifying driver domains.  Thanks,

        Alex


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>