|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-devel
[Xen-devel] [PATCH 16 of 27 v2] libxl: do not remove unidentified fronte
 
# 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
 |   
 
| <Prev in Thread] | 
Current Thread | 
[Next in Thread>
 |  
- [Xen-devel] [PATCH 08 of 27 v2] libxl: do not read f.e. xenstore dir in disk list function, (continued)
 
- [Xen-devel] [PATCH 10 of 27 v2] libxl: reimplement devid->nic in terms of from_xs_be function, Ian Campbell
 
- [Xen-devel] [PATCH 09 of 27 v2] libxl: update nic list API to use common device API style, Ian Campbell
 
- [Xen-devel] [PATCH 11 of 27 v2] libxl: reimplement devid->disk in terms of from_xs_be function, Ian Campbell
 
- [Xen-devel] [PATCH 12 of 27 v2] libxl: libxl_devid_to_* should take an integer device id, Ian Campbell
 
- [Xen-devel] [PATCH 14 of 27 v2] libxl: split forced and non-forced uses of libxl__device_del, Ian Campbell
 
- [Xen-devel] [PATCH 13 of 27 v2] libxl: separate forced and non-forced device remove, Ian Campbell
 
- [Xen-devel] [PATCH 16 of 27 v2] libxl: do not remove unidentified frontend paths in libxl__devices_destroy,
Ian Campbell <=
 
- [Xen-devel] [PATCH 18 of 27 v2] libxl: merge libxl__device_del into libxl__device_remove, Ian Campbell
 
- [Xen-devel] [PATCH 17 of 27 v2] libxl: use libxl__device in libxl_devices_destroy and libxl__device_pci_remove_xenstore, Ian Campbell
 
- [Xen-devel] [PATCH 19 of 27 v2] libxl: use more descriptive variable names in libxl__devices_destroy, Ian Campbell
 
- [Xen-devel] [PATCH 15 of 27 v2] libxl: use IDL to define device front- and back-end kinds, Ian Campbell
 
- [Xen-devel] [PATCH 20 of 27 v2] libxl: convert disk handling to	device API, Ian Campbell
 
- [Xen-devel] [PATCH 21 of 27 v2] libxl: convert NIC handling to	device API, Ian Campbell
 
- [Xen-devel] [PATCH 22 of 27 v2] libxl: remove	libxl_device_console_add, Ian Campbell
 
- [Xen-devel] [PATCH 24 of 27 v2] libxl: convert VFB handling to	device API, Ian Campbell
 
 
 |  
  
 | 
    | 
  
  
    |   | 
    |