From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dSivF-0006CJ-Sl for qemu-devel@nongnu.org; Wed, 05 Jul 2017 07:56:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dSivB-0007ia-Pb for qemu-devel@nongnu.org; Wed, 05 Jul 2017 07:56:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50062) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dSivB-0007iC-JP for qemu-devel@nongnu.org; Wed, 05 Jul 2017 07:56:41 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 699B861D12 for ; Wed, 5 Jul 2017 11:56:40 +0000 (UTC) From: Markus Armbruster References: <20170608133906.12737-1-ehabkost@redhat.com> Date: Wed, 05 Jul 2017 13:56:38 +0200 In-Reply-To: <20170608133906.12737-1-ehabkost@redhat.com> (Eduardo Habkost's message of "Thu, 8 Jun 2017 10:39:01 -0300") Message-ID: <8737abrtah.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 0/5] Error handling cleanup and fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org Eduardo Habkost writes: > This series fixes and simplifies some of the existing code that > assigns to *errp directly. > > Eduardo Habkost (5): > xilinx: Fix error handling > block: Don't try to set *errp directly > websock: Don't try to set *errp directly > migration: Don't try to set *errp directly > vnc: No need for Error** parameter at vnc_client_io_error() I'm willing to take PATCH 1-3 through my tree. PATCH 4 has been merged already. I'd like to leave PATCH 5 to Gerd.