From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzMJh-0006Pn-F6 for qemu-devel@nongnu.org; Mon, 01 Jun 2015 05:47:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzMJe-0000yo-6X for qemu-devel@nongnu.org; Mon, 01 Jun 2015 05:47:33 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:3269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzMJd-0000xG-UW for qemu-devel@nongnu.org; Mon, 01 Jun 2015 05:47:30 -0400 Message-ID: <556C0B7A.3070601@huawei.com> Date: Mon, 1 Jun 2015 15:36:26 +0800 From: Gonglei MIME-Version: 1.0 References: <1431477807-12220-1-git-send-email-arei.gonglei@huawei.com> <555AEA20.3090501@huawei.com> In-Reply-To: <555AEA20.3090501@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] pci/isa: QOMify List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, peter.huangpeng@huawei.com, mst@redhat.com On 2015/5/19 15:45, Gonglei wrote: > On 2015/5/13 8:43, arei.gonglei@huawei.com wrote: >> From: Gonglei >> >> Because DO_UPCAST() is long deprecated, let me do >> some cleanup work. >> >> Please review, >> thanks >> >> Cc: Michael S. Tsirkin >> Cc: Paolo Bonzini >> >> Gonglei (6): >> pci-assign: QOMify >> piix: piix3 QOMify >> piix4: QOMify >> wdt_i6300esb: QOMify >> xen_pt: QOMify >> vt82c686: QOMify >> >> hw/i386/kvm/pci-assign.c | 39 ++++++++++++++++--------------- >> hw/isa/piix4.c | 8 +++++-- >> hw/isa/vt82c686.c | 47 ++++++++++++++++++++++++++------------ >> hw/pci-host/piix.c | 57 +++++++++++++++++++++++++--------------------- >> hw/watchdog/wdt_i6300esb.c | 14 ++++++++---- >> hw/xen/xen_pt.c | 10 ++++---- >> hw/xen/xen_pt.h | 4 ++++ >> 7 files changed, 108 insertions(+), 71 deletions(-) >> > > Ping... > Hi, Michael, Paolo Can you please ack or review those patches? Regards, -Gonglei