[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 16 of 27 v2] libxl: do not remove unidentified frontend paths in libxl__devices_destroy
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1318499565 -3600 # Node ID c0636269da0c480e9f9a1a6c2d9126ad0e43a1ec # Parent 98711982a532f09a7722fdd5af4e704562561b25 libxl: do not remove unidentified frontend paths in libxl__devices_destroy Currently this appears to only include "/local/domain/<domid>/device/suspend". Ultimately the caller will nuke the whole guest directory anyway but not having this function remove things which don't look like devices seems less surprising. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> diff -r 98711982a532 -r c0636269da0c tools/libxl/libxl_device.c --- a/tools/libxl/libxl_device.c Thu Oct 13 10:52:45 2011 +0100 +++ b/tools/libxl/libxl_device.c Thu Oct 13 10:52:45 2011 +0100 @@ -463,8 +463,6 @@ int libxl__devices_destroy(libxl__gc *gc if (libxl__device_remove(gc, be_path) > 0) n_watches++; } - } else { - xs_rm(ctx->xsh, XBT_NULL, path); } } } _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |