From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSsF2-0005cc-3m for qemu-devel@nongnu.org; Thu, 28 Jul 2016 16:49:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSsEx-0001vB-5Q for qemu-devel@nongnu.org; Thu, 28 Jul 2016 16:49:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSsEw-0001v1-VP for qemu-devel@nongnu.org; Thu, 28 Jul 2016 16:49:11 -0400 Date: Thu, 28 Jul 2016 23:49:06 +0300 From: "Michael S. Tsirkin" Message-ID: <20160728234829-mutt-send-email-mst@kernel.org> References: <1463480327-3198-1-git-send-email-weijg.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463480327-3198-1-git-send-email-weijg.fnst@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH 0/2] convert device initialization functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wei Jiangang Cc: qemu-devel@nongnu.org, armbru@redhat.com, marcel@redhat.com On Tue, May 17, 2016 at 06:18:45PM +0800, Wei Jiangang wrote: > The first had been reviewed. > The second had been posted last month, but no feedback. > They're similar, so resend them together. > > Wei Jiangang (2): > hw/pci-bridge: Convert pxb initialization functions to Error > apb: convert init to realize I still expect to merge these in the next pull - sorry about the delay. > hw/pci-bridge/pci_expander_bridge.c | 52 ++++++++++++++++++------------------- > hw/pci-host/apb.c | 5 ++-- > 2 files changed, 27 insertions(+), 30 deletions(-) > > -- > 1.9.3 > >