Displaying 1 result from an estimated 1 matches for "dpci_uuid".
Did you mean:
di_uuid
2010 Oct 28
5
[PATCH] Fix pci passthru in xend interface used by libvirt
...nfo[''opts''] = pci_opts_list_from_sxp(pci_dev)
- # append uuid to each pci device that does''t already have one.
+ # If necessary, initialize uuid, key, and vdevfn for each pci device
if not pci_dev_info.has_key(''uuid''):
- dpci_uuid = pci_dev_info.get(''uuid'', uuid.createString())
- pci_dev_info[''uuid''] = dpci_uuid
+ pci_dev_info[''uuid''] = uuid.createString()
+ if not pci_dev_info.has_key(''key''):
+ pci_dev_info['&...