Displaying 1 result from an estimated 1 matches for "op_device_destroy".
2008 Mar 11
0
[PATCH] Allow libvirt to specify force, rm_cfg
...ned-off-by: Ryan Scott <ryan.scott@sun.com>
diff --git a/tools/python/xen/xend/server/SrvDomain.py b/tools/python/xen/xend/server/SrvDomain.py
--- a/tools/python/xen/xend/server/SrvDomain.py
+++ b/tools/python/xen/xend/server/SrvDomain.py
@@ -186,7 +186,9 @@ class SrvDomain(SrvDir):
     def op_device_destroy(self, _, req):
         return self.call(self.dom.destroyDevice,
                          [[''type'', ''str''],
-                          [''dev'',  ''str'']],
+                          [''dev'',  ''str'&...