]> xenbits.xensource.com Git - xen.git/commit
xl, libxl: xl list -v shows the uuid too
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 12 Apr 2010 16:42:57 +0000 (17:42 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 12 Apr 2010 16:42:57 +0000 (17:42 +0100)
commita7bd5ff41e59ce568e6ab90209836ebfd64a8722
tree66aa1199c99102b973ccf5f528b25f0a86a9c192
parent1d95423e86a664f2c9488d8ffc29a0a83eed68b8
xl, libxl: xl list -v shows the uuid too

Break uuid to string conversion (including logging) out into a new
function libxl_uuid2string for reuse, and expose it for the
convenience of callers.

Provide a new -v option to xl list which shows the domain's uuid.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_dom.c
tools/libxl/xl.c