From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g6wcw-0006Sa-P6 for qemu-devel@nongnu.org; Mon, 01 Oct 2018 07:44:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g6wcr-000449-HY for qemu-devel@nongnu.org; Mon, 01 Oct 2018 07:44:38 -0400 Received: from 18.mo6.mail-out.ovh.net ([46.105.73.110]:53143) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g6wcr-00043A-A9 for qemu-devel@nongnu.org; Mon, 01 Oct 2018 07:44:33 -0400 Received: from player791.ha.ovh.net (unknown [10.109.146.143]) by mo6.mail-out.ovh.net (Postfix) with ESMTP id 22DF2186275 for ; Mon, 1 Oct 2018 13:44:32 +0200 (CEST) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Mon, 1 Oct 2018 13:44:19 +0200 Message-Id: <20181001114421.1377-1-clg@kaod.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/2] ppc: convert SysBus init method to a realize method List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, BALATON Zoltan , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Hello, Here are a couple of patches converting the SysBus init method to a realize method. make check tested only. Thanks, C. C=C3=A9dric Le Goater (2): ppc440_pcix: convert SysBus init method to a realize method ppc4xx_pci: convert SysBus init method to a realize method hw/ppc/ppc440_pcix.c | 14 ++++++-------- hw/ppc/ppc4xx_pci.c | 14 ++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-) --=20 2.17.1