Displaying 1 result from an estimated 1 matches for "vifinfo".
Did you mean:
ifinfo
2005 Aug 11
0
[PATCH][VT][1/15] Fix config file parsing for VMX domains.
...if vbddev not in vbddev_list:
+ raise VmError("vmx: for qemu vbd type=file&dev=hda~hdd")
+ ret.append("-%s" % vbddev)
+ ret.append("%s" % vbdparam)
+ if name == ''vif'':
+ vifinfo = sxp.child(device, ''vif'')
+ mac = sxp.child_value(vifinfo, ''mac'')
+ ret.append("-macaddr")
+ ret.append("%s" % mac)
# Handle graphics library related options
vnc = sxp.child_value(self.vm.config...