All of lore.kernel.org
 help / color / mirror / Atom feed
* driver domains broken?
@ 2006-11-15  4:37 Alex Williamson
  2006-11-15  9:14 ` Ewan Mellor
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Williamson @ 2006-11-15  4:37 UTC (permalink / raw)
  To: xen-devel


   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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-15  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-15  4:37 driver domains broken? Alex Williamson
2006-11-15  9:14 ` Ewan Mellor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.