[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 2/8] libxl: libxl__device_disk_local_attach return a new libxl_device_disk
On Fri, 4 May 2012, Ian Jackson wrote: > Stefano Stabellini writes ("[PATCH v5 2/8] libxl: > libxl__device_disk_local_attach return a new libxl_device_disk"): > > Introduce a new libxl_device_disk** parameter to > > libxl__device_disk_local_attach, the parameter is allocated on the gc by > > libxl__device_disk_local_attach. It is going to fill it with > > informations about the new locally attached disk. The new > > libxl_device_disk should be passed to libxl_device_disk_local_detach > > afterwards. > ... > > diff --git a/tools/libxl/libxl_internal.c b/tools/libxl/libxl_internal.c > > index fc771ff..55dc55c 100644 > > --- a/tools/libxl/libxl_internal.c > > +++ b/tools/libxl/libxl_internal.c > ... > > LIBXL__LOG(ctx, LIBXL__LOG_DEBUG, "locally attaching qdisk > > %s\n", > > - disk->pdev_path); > > + in_disk->pdev_path); > > I think in_disk->pdev_path can be NULL here ? It cannot, unless a wrong configuration was provided. In that case we'll fail to open the empty disk later on. > Also log messages should not contain "\n"; the logging functions add > it. OK _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |