Displaying 2 results from an estimated 2 matches for "op_device_configur".
Did you mean:
op_device_configure
2013 May 24
3
[BUG, PATCH] xen-4.1-3 xend/XendDomainInfo.py#device_configure() TypeError
...h xen-4.1 until xen is usable with libvirt, so my patch might still be helpful for others.
This is a follow-up to <http://lists.xen.org/archives/html/xen-users/2012-11/msg00069.html>, which still keeps me busy.
/xen/xend/server/SrvDomain.py declares, that "dev" is a string:
def op_device_configure(self, _, req):
return self.call(self.dom.device_configure,
[[''config'', ''sxpr''],
[''dev'', ''str'']],
req)
but in xen/xend/XendDomainInfo.py &q...
2008 Mar 11
0
[PATCH] Allow libvirt to specify force, rm_cfg
...[''dev'', ''str''],
+ [''force'', ''int''],
+ [''rm_cfg'', ''int'']],
req)
def op_device_configure(self, _, req):
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel