qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4] pci-hotplug-old: avoid losing error message


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH v4] pci-hotplug-old: avoid losing error message
Date: Tue, 30 Sep 2014 10:12:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Paolo Bonzini <address@hidden> writes:

> Il 18/09/2014 15:06, address@hidden ha scritto:
>> we will lose the error message. Using error_report
>> to report it.
>> 
>> Cc: Markus Armbruster <address@hidden>
>> Signed-off-by: Gonglei <address@hidden>
>> Reviewed-by: Markus Armbruster <address@hidden>
>> Reviewed-by: Eric Blake <address@hidden>
>> ---
>> 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)
>> ---
>>  hw/pci/pci-hotplug-old.c | 5 ++++-
>
> Hi Gonglei, since this is for an HMP-only command, please use
> qerror_report_err like qemu_pci_hot_add_nic does.
>
> Sorry for not noticing this patch earlier.

error_report() is just fine here.  qerror_report() is never necessary in
HMP-only code.  It makes a difference only in QMP context, and even
there it should only be used in code that hasn't been converted to the
Error API.  For an example, see commit b1422f2.

Eventually, qerror.h should just die.  I've been chipping away at it
when I have nothing better to do.  Slow progress, better than no
progress.

Let's commit v4.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]