[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1 of 5] libxl: explicitly set disk format in libxl__append_disk_list_of_type
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1301923169 -3600 # Node ID 0191af544eee4c50fce1843099d7cd1ea98a2afd # Parent 834eb0965ea0c90ed433d6849fbcb2c374ea40a3 libxl: explicitly set disk format in libxl__append_disk_list_of_type Ideally we should be able to infer the format from something stashed in xenstore but this is better than letting users see garbage values. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> diff -r 834eb0965ea0 -r 0191af544eee tools/libxl/libxl.c --- a/tools/libxl/libxl.c Mon Apr 04 14:19:29 2011 +0100 +++ b/tools/libxl/libxl.c Mon Apr 04 14:19:29 2011 +0100 @@ -1787,6 +1787,7 @@ static unsigned int libxl__append_disk_l pdisk->readwrite = 0; type = libxl__xs_read(gc, XBT_NULL, libxl__sprintf(gc, "%s/device-type", libxl__xs_read(gc, XBT_NULL, libxl__sprintf(gc, "%s/%s/frontend", be_path, *dir)))); pdisk->is_cdrom = !strcmp(type, "cdrom"); + pdisk->format = DISK_FORMAT_UNKNOWN; } } _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |