From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRVCi-0005Rx-N3 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 20:28:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRVCf-0001zB-Hl for qemu-devel@nongnu.org; Thu, 04 Feb 2016 20:28:56 -0500 References: <1452824612-29465-1-git-send-email-caoj.fnst@cn.fujitsu.com> From: Cao jin Message-ID: <56B3FAD4.1030604@cn.fujitsu.com> Date: Fri, 5 Feb 2016 09:28:52 +0800 MIME-Version: 1.0 In-Reply-To: <1452824612-29465-1-git-send-email-caoj.fnst@cn.fujitsu.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/2] change type of pci_bridge_initfn() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: marcel@redhat.com, armbru@redhat.com, qemu-ppc@nongnu.org, agraf@suse.de, mst@redhat.com Hi mst, the series has got reviewed-by for a long while, could it be accepted now? On 01/15/2016 10:23 AM, Cao jin wrote: > v4 changelog: > 1. fix apb bridge build fail as Marcel find. > > Test: > 1. Compiled on all arch(configure without param) > 2. make check passed > 3. Hacked to test dec bridge realization, passed. > > Cao jin (2): > dec: convert to realize() > change type of pci_bridge_initfn() to void > > hw/pci-bridge/dec.c | 6 +++--- > hw/pci-bridge/i82801b11.c | 5 +---- > hw/pci-bridge/ioh3420.c | 6 +----- > hw/pci-bridge/pci_bridge_dev.c | 8 +++----- > hw/pci-bridge/xio3130_downstream.c | 6 +----- > hw/pci-bridge/xio3130_upstream.c | 6 +----- > hw/pci-host/apb.c | 7 +------ > hw/pci/pci_bridge.c | 3 +-- > include/hw/pci/pci_bridge.h | 2 +- > 9 files changed, 13 insertions(+), 36 deletions(-) > -- Yours Sincerely, Cao jin