Re: [Qemu-devel] [PATCH] block: Use error_abort in bdrv_image_info_specific_dump()

2014-04-30 Thread Kevin Wolf
Am 29.04.2014 um 18:32 hat Max Reitz geschrieben: Currently, bdrv_image_info_specific_dump() uses an error variable for visit_type_ImageInfoSpecific, but ignores the result. As this function is used here with an output visitor to transform the ImageInfoSpecific object to a generic QDict, an

[Qemu-devel] [PATCH] block: Use error_abort in bdrv_image_info_specific_dump()

2014-04-29 Thread Max Reitz
Currently, bdrv_image_info_specific_dump() uses an error variable for visit_type_ImageInfoSpecific, but ignores the result. As this function is used here with an output visitor to transform the ImageInfoSpecific object to a generic QDict, an error should actually be impossible. It is however