All of lore.kernel.org
 help / color / mirror / Atom feed
From: xiaoqiang zhao <zxq_yx_007@163.com>
To: michael@walle.cc
Cc: peter.maydell@linaro.org, m.kozlov@samsung.com,
	i.mitsyanko@gmail.com, mark.cave-ayland@ilande.co.uk,
	qemu-devel@nongnu.org, qemu-arm@nongnu.org, gxt@mprc.pku.edu.cn,
	afaerber@suse.de
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v4 6/9] hw/timer: QOM'ify milkymist_sysctl
Date: Fri, 18 Mar 2016 11:14:45 +0800	[thread overview]
Message-ID: <56EB72A5.5040901@163.com> (raw)
In-Reply-To: <39ff92b233b0756e8fa631210d85c437@walle.cc>



在 2016年03月17日 23:03, michael@walle.cc 写道:
> [I had some problems with my mailserver and the v5 version didn't make 
> it through. I know there is a v5 version of this patch series and I've 
> tested with the v5 version]
>
> Am 2016-02-22 04:15, schrieb xiaoqiang zhao:
>> * split the old SysBus init function into an instance_init
>>   and a Device realize function
>> * use DeviceClass::realize instead of SysBusDeviceClass::init
>>
>> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
>> Signed-off-by: xiaoqiang zhao <zxq_yx_007@163.com>
>
> Acked-by: Michael Walle <michael@walle.cc>
> Tested-by: Michael Walle <michael@walle.cc>
>
> -michael
>
Thanks, michael !


WARNING: multiple messages have this Message-ID (diff)
From: xiaoqiang zhao <zxq_yx_007@163.com>
To: michael@walle.cc
Cc: peter.maydell@linaro.org, m.kozlov@samsung.com,
	i.mitsyanko@gmail.com, mark.cave-ayland@ilande.co.uk,
	qemu-devel@nongnu.org, qemu-arm@nongnu.org,
	edgar.iglesias@gmail.com, gxt@mprc.pku.edu.cn, afaerber@suse.de
Subject: Re: [Qemu-devel] [PATCH v4 6/9] hw/timer: QOM'ify milkymist_sysctl
Date: Fri, 18 Mar 2016 11:14:45 +0800	[thread overview]
Message-ID: <56EB72A5.5040901@163.com> (raw)
In-Reply-To: <39ff92b233b0756e8fa631210d85c437@walle.cc>



在 2016年03月17日 23:03, michael@walle.cc 写道:
> [I had some problems with my mailserver and the v5 version didn't make 
> it through. I know there is a v5 version of this patch series and I've 
> tested with the v5 version]
>
> Am 2016-02-22 04:15, schrieb xiaoqiang zhao:
>> * split the old SysBus init function into an instance_init
>>   and a Device realize function
>> * use DeviceClass::realize instead of SysBusDeviceClass::init
>>
>> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
>> Signed-off-by: xiaoqiang zhao <zxq_yx_007@163.com>
>
> Acked-by: Michael Walle <michael@walle.cc>
> Tested-by: Michael Walle <michael@walle.cc>
>
> -michael
>
Thanks, michael !

  reply	other threads:[~2016-03-18  3:16 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-22  3:15 [Qemu-devel] [PATCH v4 0/9] QOM'ify hw/timer/* xiaoqiang zhao
2016-02-22  3:15 ` [Qemu-arm] [PATCH v4 1/9] hw/timer: QOM'ify etraxfs_timer xiaoqiang zhao
2016-02-22  3:15   ` [Qemu-devel] " xiaoqiang zhao
2016-02-22  3:15 ` [Qemu-arm] [PATCH v4 2/9] hw/timer: QOM'ify grlib_gptimer xiaoqiang zhao
2016-02-22  3:15   ` [Qemu-devel] " xiaoqiang zhao
2016-02-22  3:15 ` [Qemu-devel] [PATCH v4 3/9] hw/timer: QOM'ify lm32_timer xiaoqiang zhao
2016-03-17 14:59   ` michael
2016-03-17 15:00     ` [Qemu-arm] " Peter Maydell
2016-03-17 15:00       ` [Qemu-devel] " Peter Maydell
2016-03-17 15:02       ` michael
2016-02-22  3:15 ` [Qemu-devel] [PATCH v4 4/9] hw/timer: QOM'ify m48txx_sysbus (pass 1) xiaoqiang zhao
2016-02-22  3:15 ` [Qemu-devel] [PATCH v4 6/9] hw/timer: QOM'ify milkymist_sysctl xiaoqiang zhao
2016-03-17 15:00   ` michael
2016-03-17 15:03   ` michael
2016-03-18  3:14     ` xiaoqiang zhao [this message]
2016-03-18  3:14       ` xiaoqiang zhao
2016-02-22  3:15 ` [Qemu-devel] [PATCH v4 7/9] hw/timer: QOM'ify puv3_ost xiaoqiang zhao
2016-02-22  3:15 ` [Qemu-devel] [PATCH v4 8/9] hw/timer: QOM'ify slavio_timer xiaoqiang zhao
2016-02-22  3:15 ` [Qemu-devel] [PATCH v4 9/9] hw/timer: QOM'ify tusb6010 xiaoqiang zhao
2016-02-22  9:18   ` Peter Maydell
2016-02-22  9:20     ` [Qemu-arm] " hitmoon
2016-02-22  9:20       ` [Qemu-devel] " hitmoon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56EB72A5.5040901@163.com \
    --to=zxq_yx_007@163.com \
    --cc=afaerber@suse.de \
    --cc=gxt@mprc.pku.edu.cn \
    --cc=i.mitsyanko@gmail.com \
    --cc=m.kozlov@samsung.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=michael@walle.cc \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.