]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: Don't overwrite errors from xenconfig
authorJim Fehlig <jfehlig@suse.com>
Wed, 18 Mar 2015 20:53:45 +0000 (14:53 -0600)
committerCole Robinson <crobinso@redhat.com>
Tue, 28 Apr 2015 15:06:42 +0000 (11:06 -0400)
commitbb00c1f9fc9a7104cd89ecb68cee4df2cb425428
tree4894e4dcb0ee5a9827f65e3aeab7d71e92a1d88f
parentb10e27ada58799c81bd187ee74818634915f5e5c
libxl: Don't overwrite errors from xenconfig

When converting domXML from native, the libxl driver was overwriting
useful errors from the xenconfig parsing code with a useless, generic
error.  E.g. "internal error: parsing xm config failed" vs
"internal error: config value usbdevice was malformed".  Remove the
redundant (and useless) error reporting in the libxl driver.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
(cherry picked from commit bd235cd873f406efac0d5b79c968caa384b8e438)
src/libxl/libxl_driver.c