From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afpk8-0000nR-Mm for qemu-devel@nongnu.org; Tue, 15 Mar 2016 10:14:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afpk4-0008MX-QK for qemu-devel@nongnu.org; Tue, 15 Mar 2016 10:14:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afpk4-0008MR-Kj for qemu-devel@nongnu.org; Tue, 15 Mar 2016 10:14:36 -0400 References: <1457951704-5217-1-git-send-email-weijg.fnst@cn.fujitsu.com> From: Marcel Apfelbaum Message-ID: <56E818C9.70503@redhat.com> Date: Tue, 15 Mar 2016 16:14:33 +0200 MIME-Version: 1.0 In-Reply-To: <1457951704-5217-1-git-send-email-weijg.fnst@cn.fujitsu.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] conversion to realize for pxb/pxb-pcie List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wei Jiangang , qemu-devel@nongnu.org, Markus Armbruster Cc: caoj.fnst@cn.fujitsu.com, ehabkost@redhat.com, mst@redhat.com On 03/14/2016 12:35 PM, Wei Jiangang wrote: > The previous patch named '[PATCH v3] PXB: convert to realize()' > was raised by Cao jin , > and reviewed by Marcel Apfelbaum . > > It conflicts with 02b0743 that had been merged, > so resend a newer version. > > Wei Jiangang (3): > hw/pci-bridge: modify pxb_dev_init_common > pxb: convert to realize() > pxb-pcie: convert to realize() > > hw/pci-bridge/pci_expander_bridge.c | 56 +++++++++++++++++++------------------ > 1 file changed, 29 insertions(+), 27 deletions(-) > Hi Markus, Do you have maybe some time to go over the error handling proposed by the series? Thanks, Marcel