[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v7 05/11] libxl: introduce libxl__device_disk_add
Stefano Stabellini writes ("[PATCH v7 05/11] libxl: introduce libxl__device_disk_add"): > Introduce libxl__device_disk_add that takes an additional > xs_transaction_t paramter. > Implement libxl_device_disk_add using libxl__device_disk_add. ... > @@ -1421,7 +1422,7 @@ int libxl_device_disk_add(libxl_ctx *ctx, uint32_t > domid, libxl_device_disk *dis > dev = libxl__blktap_devpath(gc, disk->pdev_path, disk->format); > if (!dev) { > LOG(ERROR, "failed to get blktap devpath for %p\n", > - disk->pdev_path); > + disk->pdev_path); Unrelated and arguably erroneous whitespace change ? Otherwise, Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |