diff -r 1a84eec74331 tools/python/xen/xend/server/pciif.py --- a/tools/python/xen/xend/server/pciif.py Thu May 4 10:24:19 2006 +++ b/tools/python/xen/xend/server/pciif.py Thu May 4 14:19:54 2006 @@ -94,7 +94,7 @@ else: # Xen 2.0 configuration compatibility - domain = get_param(dev_config, 'domain', 0) + domain = get_param(config, 'domain', 0) bus = get_param(config, 'bus') slot = get_param(config, 'dev') func = get_param(config, 'func')