[libvirt] [PATCH] libxl: Don't overwrite errors from xenconfig

2015-03-18 Thread Jim Fehlig
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

Re: [libvirt] [PATCH] libxl: Don't overwrite errors from xenconfig

2015-03-18 Thread Eric Blake
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.

Re: [libvirt] [PATCH] libxl: Don't overwrite errors from xenconfig

2015-03-18 Thread Jim Fehlig
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