From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO7t4-0002EV-My for qemu-devel@nongnu.org; Tue, 26 Jan 2016 12:58:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO7t1-0003ID-6p for qemu-devel@nongnu.org; Tue, 26 Jan 2016 12:58:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO7t1-0003Hz-1M for qemu-devel@nongnu.org; Tue, 26 Jan 2016 12:58:39 -0500 References: <1453805753-27564-1-git-send-email-zxq_yx_007@163.com> From: Eric Blake Message-ID: <56A7B3CD.4010306@redhat.com> Date: Tue, 26 Jan 2016 10:58:37 -0700 MIME-Version: 1.0 In-Reply-To: <1453805753-27564-1-git-send-email-zxq_yx_007@163.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="t16KA2vAKK1mR1LlrsH3iQAfLOTeti0Wn" Subject: Re: [Qemu-devel] [PATCH 00/14] QOM'ify hw/timmer/* List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xiaoqiang zhao , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, afaerber@suse.de This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --t16KA2vAKK1mR1LlrsH3iQAfLOTeti0Wn Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/26/2016 03:55 AM, xiaoqiang zhao wrote: > This patch series QOM'ify timmer code under hw/timmer directory. s/timmer/timer/ in the subject lines and throughout the entire series > Main idea is to split the initfn's work, some to TypeInfo.instance_init= > and some is placed in DeviceClass::realize.=20 > We drop the use of SysBusDeviceClass::init if possible. >=20 > xiaoqiang zhao (14): > hw/timmer: QOM'ify arm_timer > hw/timmer: QOM'ify etraxfs_timer > hw/timmer: QOM'ify exynos4210_mct > hw/timmer: QOM'ify exynos4210_pwm > hw/timmer: QOM'ify exynos4210_rtc > hw/timmer: QOM'ify grlib_gptimer > hw/timmer: QOM'ify lm32_timer > hw/timmer: QOM'ify m48txx_sysbus > hw/timmer: QOM'ify milkymist_sysctl > hw/timmer: QOM'ify pl031 > hw/timmer: QOM'ify puv3_ost > hw/timmer: QOM'ify pxa2xx_timer > hw/timmer: QOM'ify slavio_timer > hw/timmer: QOM'ify tusb6010 and remove all tabs >=20 > hw/timer/arm_timer.c | 38 +++--- > hw/timer/etraxfs_timer.c | 11 +- > hw/timer/exynos4210_mct.c | 10 +- > hw/timer/exynos4210_pwm.c | 10 +- > hw/timer/exynos4210_rtc.c | 10 +- > hw/timer/grlib_gptimer.c | 30 ++-- > hw/timer/lm32_timer.c | 17 ++- > hw/timer/m48t59.c | 35 ++--- > hw/timer/milkymist-sysctl.c | 19 ++- > hw/timer/pl031.c | 9 +- > hw/timer/puv3_ost.c | 12 +- > hw/timer/pxa2xx_timer.c | 36 +++-- > hw/timer/slavio_timer.c | 10 +- > hw/timer/tusb6010.c | 323 ++++++++++++++++++++++--------------= -------- > 14 files changed, 292 insertions(+), 278 deletions(-) >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --t16KA2vAKK1mR1LlrsH3iQAfLOTeti0Wn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWp7PNAAoJEKeha0olJ0NqPDoH/0RaMGX5QjXzp5rmNXMPODYB ZKOthqBHVllDYAr0M65rdKNhv9Y+m8BcsdPp7rh4SgZlv0ioTHXrHodJuxK+wH3p cRTul7P3hyNQkE3IG8a0IUsm5s8Wk3jGoexReFYb5NIpJZGlaPmQ9Xc35n+BIyf1 UcJWEIP37NGSW8WEQoK5Rgpo6d0xK9U/hMOCnkbM1wodFP8DJ0jZiMHT3zQ82S4v lXW66ve0kIsmvVykNd0TOLlTmbwK+hIu9+9rArhPltjx9FgjGG23l6mAdMwKeaXZ ZWDrT7kG2KNk8j73rCADBiIQ7KsWA6iX8x3S+2Q5zQX6IhjC2WS9Wrf3rPl4M8A= =5kUH -----END PGP SIGNATURE----- --t16KA2vAKK1mR1LlrsH3iQAfLOTeti0Wn--