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

Jim Fehlig jfehlig at suse.com
Thu Mar 19 03:03:00 UTC 2015


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 at suse.com>
>> ---
>>  src/libxl/libxl_driver.c | 10 ++--------
>>  1 file changed, 2 insertions(+), 8 deletions(-)
>>     
>
> ACK
>   

Thanks; pushed.

Regards,
Jim




More information about the libvir-list mailing list