search for: rm_cfg

Displaying 2 results from an estimated 2 matches for "rm_cfg".

Did you mean: lm_cfg
2008 Mar 11
0
[PATCH] Allow libvirt to specify force, rm_cfg
# HG changeset patch # User john.levon@sun.com # Date 1205267286 25200 # Node ID 0e070c63a5ce10cc67431b6c239d085676ce2258 # Parent af2f196422b6d9d90aa1b37da7f4bc699cee7dd9 Allow libvirt to specify force, rm_cfg When doing a ''virsh detach-disk'' on a running domain, the disk is not removed from the configuration file. Allow a caller to specify whether or not to change the file. Signed-off-by: Ryan Scott <ryan.scott@sun.com> diff --git a/tools/python/xen/xend/server/SrvDomain.py b...
2010 Mar 26
0
[PATCH] del xend entry when destroy pv usb host controller of a guest os with no pv-frontend driver
...troller(deviceClass).destroyDevice(devid, True) + else: + rc = self.getDeviceController(deviceClass).destroyDevice(devid, force) + else: + rc = self.getDeviceController(deviceClass).destroyDevice(devid, force) if not force and rm_cfg: # The backend path, other than the device itself, # has to be passed because its accompanied frontend http://old.nabble.com/file/p28038630/del_usb_xend_entry.patch del_usb_xend_entry.patch -- View this message in context: http://old.nabble.com/-PATCH--del-xend...