qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 01/10] error: Drop some obviously superfluous error_propagate


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 01/10] error: Drop some obviously superfluous error_propagate()
Date: Mon, 21 Nov 2022 12:14:08 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 21/11/22 09:50, Markus Armbruster wrote:
When error_propagate(errp, local_err) is the only reader of
@local_err, we can just as well change its writers to write @errp
directly, and drop the error_propagate() along with @local_err.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
  hw/arm/virt.c        | 14 +++++---------
  hw/hyperv/vmbus.c    |  8 +++-----
  qga/commands-win32.c |  8 +++-----
  3 files changed, 11 insertions(+), 19 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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