From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YufRr-0003OC-VR for qemu-devel@nongnu.org; Tue, 19 May 2015 07:12:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YufRn-0006lf-PY for qemu-devel@nongnu.org; Tue, 19 May 2015 07:12:35 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:36167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YufRn-0006kF-4k for qemu-devel@nongnu.org; Tue, 19 May 2015 07:12:31 -0400 Message-ID: <555B1A7A.5040909@huawei.com> Date: Tue, 19 May 2015 19:11:54 +0800 From: Gonglei MIME-Version: 1.0 References: <1431422830-10320-1-git-send-email-arei.gonglei@huawei.com> <555AEABF.9060809@huawei.com> <1432032321.10148.0.camel@nilsson.home.kraxel.org> In-Reply-To: <1432032321.10148.0.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] hw/display: QOMify List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, peter.huangpeng@huawei.com On 2015/5/19 18:45, Gerd Hoffmann wrote: > On Di, 2015-05-19 at 15:48 +0800, Gonglei wrote: >> On 2015/5/12 17:27, arei.gonglei@huawei.com wrote: >>> From: Gonglei >>> >>> Hi, >>> These three patches just some cleanup work about DO_UPCAST(). >>> >>> Please review, >>> Thanks >>> >>> Cc: Gerd Hoffmann >>> >>> Gonglei (3): >>> vga-pci: QOMify >>> cirrus_vga: QOMify >>> qxl: QOMify >>> >>> hw/display/cirrus_vga.c | 8 ++++++-- >>> hw/display/qxl.c | 44 ++++++++++++++++++++++++++------------------ >>> hw/display/qxl.h | 3 +++ >>> hw/display/vga-pci.c | 48 ++++++++++++++++++++++++++++++------------------ >>> 4 files changed, 65 insertions(+), 38 deletions(-) >>> >> >> Ping... >> > pull request sent > Thank you :) Regards, -Gonglei