[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1/2] remove any uuid dependancies from xl
uuid handles in create and now create_device_model need to fill the uuid field by client. the uuid field happens to be the exact same size as the standard uuid (sixteen 8 bits values). stubdom need to have a uuid when created, so using the one in create_device_model. this permits the client library to generate the uuid in any way it see fits (even if it's not compliant to any standard), and simplify installation of the libxenlight header. xl converted from libuuid generated uuid to generated through random() C call. need to be fixed if anyone plan to use xl for anything seriously apart from developing libxl. Signed-off-by: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx> --- tools/libxl/Makefile | 5 -- tools/libxl/libxl.c | 39 ++---------- tools/libxl/libxl.h | 7 +- tools/libxl/libxl_internal.h | 6 ++ tools/libxl/libxl_utils.c | 85 -------------------------- tools/libxl/libxl_utils.h | 8 --- tools/libxl/xen_uuid.h | 135 ------------------------------------------ tools/libxl/xl.c | 68 +++++++++++++++------ 8 files changed, 66 insertions(+), 287 deletions(-) delete mode 100644 tools/libxl/xen_uuid.h Attachment:
0001-remove-any-uuid-dependancies-from-xl.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |