All of lore.kernel.org
 help / color / mirror / Atom feed
From: hitmoon <zxq_yx_007@163.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Igor Mitsyanko" <i.mitsyanko@gmail.com>,
	"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
	"QEMU Developers" <qemu-devel@nongnu.org>,
	"Michael Walle" <michael@walle.cc>,
	qemu-arm <qemu-arm@nongnu.org>,
	"Guan Xuetao" <gxt@mprc.pku.edu.cn>,
	"Andreas Färber" <afaerber@suse.de>
Subject: Re: [Qemu-arm] [PATCH v5 0/8] QOM'ify hw/timer/*
Date: Wed, 16 Mar 2016 10:26:21 +0800	[thread overview]
Message-ID: <56E8C44D.1000103@163.com> (raw)
In-Reply-To: <56D7DA5E.6020402@163.com>

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]



在 2016年03月03日 14:31, hitmoon 写道:
> On 25 February 2016 at 10:30, xiaoqiang zhao<zxq_yx_007@163.com>  wrote:
>> This patch series QOM'ify timer code under hw/timer directory.
>> Main idea is to split the initfn's work, some to TypeInfo.instance_init
>> and some is placed in DeviceClass::realize.
>> Drop the use of SysBusDeviceClass::init if possible.
>>
>> Patch 3,4 (m48t59) has been tested in a sparc vm with debian linux guest
>> and savevm/loadvm looks fine.
>> Comments from the relevant maintainers are needed!
> ping ...
> http://lists.nongnu.org/archive/html/qemu-devel/2016-02/msg05859.html
ping! Any comment guys ?

[-- Attachment #2: Type: text/html, Size: 1982 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: hitmoon <zxq_yx_007@163.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Igor Mitsyanko" <i.mitsyanko@gmail.com>,
	"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
	"QEMU Developers" <qemu-devel@nongnu.org>,
	"Michael Walle" <michael@walle.cc>,
	qemu-arm <qemu-arm@nongnu.org>,
	"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
	"Guan Xuetao" <gxt@mprc.pku.edu.cn>,
	"Andreas Färber" <afaerber@suse.de>
Subject: Re: [Qemu-devel] [PATCH v5 0/8] QOM'ify hw/timer/*
Date: Wed, 16 Mar 2016 10:26:21 +0800	[thread overview]
Message-ID: <56E8C44D.1000103@163.com> (raw)
In-Reply-To: <56D7DA5E.6020402@163.com>

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]



在 2016年03月03日 14:31, hitmoon 写道:
> On 25 February 2016 at 10:30, xiaoqiang zhao<zxq_yx_007@163.com>  wrote:
>> This patch series QOM'ify timer code under hw/timer directory.
>> Main idea is to split the initfn's work, some to TypeInfo.instance_init
>> and some is placed in DeviceClass::realize.
>> Drop the use of SysBusDeviceClass::init if possible.
>>
>> Patch 3,4 (m48t59) has been tested in a sparc vm with debian linux guest
>> and savevm/loadvm looks fine.
>> Comments from the relevant maintainers are needed!
> ping ...
> http://lists.nongnu.org/archive/html/qemu-devel/2016-02/msg05859.html
ping! Any comment guys ?

[-- Attachment #2: Type: text/html, Size: 1982 bytes --]

  reply	other threads:[~2016-03-16  2:28 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-25 10:30 [Qemu-arm] [PATCH v5 0/8] QOM'ify hw/timer/* xiaoqiang zhao
2016-02-25 10:30 ` [Qemu-devel] " xiaoqiang zhao
2016-02-25 10:30 ` [Qemu-arm] [PATCH v5 1/8] hw/timer: QOM'ify etraxfs_timer xiaoqiang zhao
2016-02-25 10:30   ` [Qemu-devel] " xiaoqiang zhao
2016-02-25 10:30 ` [Qemu-devel] [PATCH v5 2/8] hw/timer: QOM'ify lm32_timer xiaoqiang zhao
2016-02-25 10:30 ` [Qemu-devel] [PATCH v5 3/8] hw/timer: QOM'ify m48txx_sysbus (pass 1) xiaoqiang zhao
2016-02-25 10:30 ` [Qemu-arm] [PATCH v5 4/8] hw/timer: QOM'ify m48txx_sysbus (pass 2) xiaoqiang zhao
2016-02-25 10:30   ` [Qemu-devel] " xiaoqiang zhao
2016-02-25 10:52   ` [Qemu-arm] " Peter Maydell
2016-02-25 10:52     ` [Qemu-devel] " Peter Maydell
2016-02-25 10:30 ` [Qemu-arm] [PATCH v5 5/8] hw/timer: QOM'ify milkymist_sysctl xiaoqiang zhao
2016-02-25 10:30   ` [Qemu-devel] " xiaoqiang zhao
2016-02-25 10:30 ` [Qemu-devel] [PATCH v5 6/8] hw/timer: QOM'ify puv3_ost xiaoqiang zhao
2016-02-25 10:30 ` [Qemu-devel] [PATCH v5 7/8] hw/timer: QOM'ify slavio_timer xiaoqiang zhao
2016-02-25 10:30 ` [Qemu-arm] [PATCH v5 8/8] hw/timer: QOM'ify grlib_gptimer xiaoqiang zhao
2016-02-25 10:30   ` [Qemu-devel] " xiaoqiang zhao
2016-02-25 10:53 ` [Qemu-devel] [PATCH v5 0/8] QOM'ify hw/timer/* Peter Maydell
2016-03-03  6:31   ` [Qemu-arm] " hitmoon
2016-03-03  6:31     ` [Qemu-devel] " hitmoon
2016-03-16  2:26     ` hitmoon [this message]
2016-03-16  2:26       ` 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=56E8C44D.1000103@163.com \
    --to=zxq_yx_007@163.com \
    --cc=afaerber@suse.de \
    --cc=gxt@mprc.pku.edu.cn \
    --cc=i.mitsyanko@gmail.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.