<[email protected]> writes:

> From: Gonglei <[email protected]>
>
> When scsi_bus_legacy_add_drive() produces an error,
> we will lose the error message. Using qerror_report_err
> to report it because it is an HMP-only command.
>
> Cc: Markus Armbruster <[email protected]>
> Cc: Paolo Bonzini <[email protected]>
> Signed-off-by: Gonglei <[email protected]>
> Reviewed-by: Markus Armbruster <[email protected]>
> Reviewed-by: Eric Blake <[email protected]>
> ---
>  v5:
>   using qerror_report_err instead of error_report for an
>   HMP-only command (Paolo)
>  v4:
>   fix typo in the subject (Eric), Thanks.
>  v3:
>   fix some typos/grammar issues (Eric) and add 'R-by' tag
>  v2:
>   using original condition instead of local_err (Markus)

I liked v4 better.  See my reply there for my reasons.

Reply via email to