]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xen: add error handling to UUID parsing
authorGuido Günther <agx@sigxcpu.org>
Thu, 6 Oct 2011 10:42:39 +0000 (12:42 +0200)
committerCole Robinson <crobinso@redhat.com>
Fri, 15 Jun 2012 14:56:57 +0000 (10:56 -0400)
commit0f1bc306d362e60855d3ec60973880af28790816
treebfbab574564333cb5df2244248284ce1dd1efd37
parent4f5f16eea9c1b94497c4cd82e91f5c2473b08ae6
xen: add error handling to UUID parsing

otherwise a missing UUID in a domain config just shows:

error: An error occurred, but the cause is unknown

Now we have:

error: configuration file syntax error: config value uuid was missing
(cherry picked from commit c5d2984c4270d257a5c01c236ca086162fd2849d)
src/xenxs/xen_xm.c