
19 Mar
2015
19 Mar
'15
3:03 a.m.
Eric Blake wrote:
On 03/18/2015 04:21 PM, Jim Fehlig wrote:
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> --- src/libxl/libxl_driver.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-)
ACK
Thanks; pushed. Regards, Jim