From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9sra-00081G-NP for qemu-devel@nongnu.org; Fri, 18 Dec 2015 06:06:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9srV-0004oR-NT for qemu-devel@nongnu.org; Fri, 18 Dec 2015 06:06:18 -0500 Received: from [59.151.112.132] (port=16851 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9srV-0004n6-9i for qemu-devel@nongnu.org; Fri, 18 Dec 2015 06:06:13 -0500 References: <1450436632-23980-1-git-send-email-caoj.fnst@cn.fujitsu.com> From: Cao jin Message-ID: <5673E923.2090904@cn.fujitsu.com> Date: Fri, 18 Dec 2015 19:08:19 +0800 MIME-Version: 1.0 In-Reply-To: <1450436632-23980-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 0/5] Convert to realize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: ehabkost@redhat.com, mst@redhat.com, Markus Armbruster , pbonzini@redhat.com, leon.alrae@imgtec.com, aurelien@aurel32.net, rth@twiddle.net forgot to CC to: Markus On 12/18/2015 07:03 PM, Cao jin wrote: > some simple case > > Cao jin (5): > SH PCI Host: convert to realize() > igd-passthrough-i440FX: convert to realize() > PXB: convert to realize() > gt64120: convert to realize() > xen-pvdevice: convert to realize() > > hw/i386/xen/xen_pvdevice.c | 12 ++++++------ > hw/mips/gt64xxx_pci.c | 6 ++---- > hw/pci-bridge/pci_expander_bridge.c | 24 ++++++++++++++---------- > hw/pci-host/piix.c | 16 +++++++++------- > hw/sh4/sh_pci.c | 5 ++--- > 5 files changed, 33 insertions(+), 30 deletions(-) > -- Yours Sincerely, Cao Jin