From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzMua-00088l-MI for qemu-devel@nongnu.org; Mon, 01 Jun 2015 06:25:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzMuW-0003TW-IN for qemu-devel@nongnu.org; Mon, 01 Jun 2015 06:25:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzMuW-0003TN-Cx for qemu-devel@nongnu.org; Mon, 01 Jun 2015 06:25:36 -0400 Date: Mon, 1 Jun 2015 12:25:33 +0200 From: "Michael S. Tsirkin" Message-ID: <20150601122437-mutt-send-email-mst@redhat.com> References: <1431477807-12220-1-git-send-email-arei.gonglei@huawei.com> <555AEA20.3090501@huawei.com> <556C0B7A.3070601@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <556C0B7A.3070601@huawei.com> Subject: Re: [Qemu-devel] [PATCH 0/6] pci/isa: QOMify List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gonglei Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, peter.huangpeng@huawei.com On Mon, Jun 01, 2015 at 03:36:26PM +0800, Gonglei wrote: > 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 I think this belongs in the QOM tree, not mine. -- MST