From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aH9vd-0002jF-0t for qemu-devel@nongnu.org; Thu, 07 Jan 2016 07:44:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aH9vZ-0002Re-Qq for qemu-devel@nongnu.org; Thu, 07 Jan 2016 07:44:32 -0500 Received: from [59.151.112.132] (port=65418 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aH9vZ-0002Qg-FL for qemu-devel@nongnu.org; Thu, 07 Jan 2016 07:44:29 -0500 References: <1450944525-5014-1-git-send-email-caoj.fnst@cn.fujitsu.com> From: Cao jin Message-ID: <568E5E48.40209@cn.fujitsu.com> Date: Thu, 7 Jan 2016 20:47:04 +0800 MIME-Version: 1.0 In-Reply-To: <1450944525-5014-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 v2 0/2] change type of pci_bridge_initfn() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org Hi, I am just wondering, could this patchset be accepted? dec bridge has been tested, its realization is ok On 12/24/2015 04:08 PM, Cao jin wrote: > V2 changelog > 1. make "dec convert to realize" the 1st patch, so these two could be > independent from each other. > > 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 | 5 +---- > hw/pci/pci_bridge.c | 3 +-- > include/hw/pci/pci_bridge.h | 2 +- > 9 files changed, 13 insertions(+), 34 deletions(-) > -- Yours Sincerely, Cao jin