|
| From: | Vlad Yasevich |
| Subject: | Re: [Qemu-devel] [PATCH 09/12] hmp: add announce paraters info/set |
| Date: | Tue, 30 May 2017 09:57:09 -0400 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 05/30/2017 06:18 AM, Juan Quintela wrote:
> 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.
>
Thanks. I must have used an older function as base. I'll check it out.
-vlad
| [Prev in Thread] | Current Thread | [Next in Thread] |