|
| From: | Juan Quintela |
| Subject: | Re: [Qemu-devel] [PATCH 09/12] hmp: add announce paraters info/set |
| Date: | Tue, 30 May 2017 12:18:36 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Vladislav Yasevich <address@hidden> wrote:
> Add HMP command to control and read annoucment parameters.
>
> Signed-off-by: Vladislav Yasevich <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
> + cleanup:
> + if (err) {
> + error_report_err(err);
> + }
> +}
My understanding is that this the "cool way" to spell this nowadays is:
hmp_handle_error(mon, &err);
Just in case you want to change it.
| [Prev in Thread] | Current Thread | [Next in Thread] |