Re: [Xen-devel] [PATCH] libxl: fix disk listing function

2017-09-14 Thread Wei Liu
On Thu, Sep 14, 2017 at 04:33:33PM +0100, Wei Liu wrote:
> The path should be "vbd" not "disk".
> 
> Fixes fbbaf2cc9 ("libxl: change disk to use generic getting list
> functions").
> 
> Signed-off-by: Wei Liu 

Please ignore this. I will send a new one. This is missing one hunk.
Sorry.

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


[Xen-devel] [PATCH] libxl: fix disk listing function

2017-09-14 Thread Wei Liu
The path should be "vbd" not "disk".

Fixes fbbaf2cc9 ("libxl: change disk to use generic getting list
functions").

Signed-off-by: Wei Liu 
---
Cc: Jan Beulich 
Cc: Ian Jackson 
Cc: Oleksandr Grytsov 

This should unblock staging.
---
 tools/libxl/libxl_disk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libxl/libxl_disk.c b/tools/libxl/libxl_disk.c
index cfa5e8ae69..e7a955b32c 100644
--- a/tools/libxl/libxl_disk.c
+++ b/tools/libxl/libxl_disk.c
@@ -628,7 +628,7 @@ libxl_device_disk *libxl_device_disk_list(libxl_ctx *ctx, 
uint32_t domid, int *n
 
 GC_INIT(ctx);
 
-r = libxl__device_list(gc, __disk_devtype, domid, "disk", num);
+r = libxl__device_list(gc, __disk_devtype, domid, "vbd", num);
 
 GC_FREE;
 
-- 
2.11.0


___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel