From: Fam Zheng <famz@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-arm <qemu-arm@nongnu.org>, QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v5 0/6] arm: Make use of DEFINE_PROP_LINK
Date: Tue, 5 Sep 2017 21:12:08 +0800 [thread overview]
Message-ID: <20170905131208.GV22515@lemon.lan> (raw)
In-Reply-To: <CAFEAcA9bDh7c5WtUb+2qCFk0baj+=M2VvkYr1HW+1w=jqFRN=A@mail.gmail.com>
On Tue, 09/05 11:43, Peter Maydell wrote:
> On 5 September 2017 at 04:35, Fam Zheng <famz@redhat.com> wrote:
> > Hi,
> >
> > Ping for 2.11.
> >
> > Peter, what do you think?
> >
> > On Mon, 07/17 10:38, Fam Zheng wrote:
> >> This is the arm part that was left out from:
> >>
> >> https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg04006.html
> >>
> >> Make use of the new DEFINE_PROP_LINK, in favor of open coded the
> >> object_property_add_link. The advantage of it is the property now get reflected
> >> in the info qtree output, for a bit more introspectability.
> >>
> >> Fam Zheng (6):
> >> armv7m: Convert bitband.source-mamory to DEFINE_PROP_LINK
> >> armv7m: Convert armv7m.memory to DEFINE_PROP_LINK
> >> gicv3: Convert to DEFINE_PROP_LINK
> >> xlnx_zynqmp: Convert to DEFINE_PROP_LINK
> >> xilinx_axienet: Convert to DEFINE_PROP_LINK
> >> xilinx_axidma: Convert to DEFINE_PROP_LINK
>
> These look OK, but they've fallen out of the 'patches' cache.
> There's a typo in the subject of the bitband one: should
> be "memory", not "mamory". Can you fix that, add the reviewed-bys
> and resend the series, please, and I'll put it in my queue?
Sure, sent v6.
Fam
WARNING: multiple messages have this Message-ID (diff)
From: Fam Zheng <famz@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>, qemu-arm <qemu-arm@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH v5 0/6] arm: Make use of DEFINE_PROP_LINK
Date: Tue, 5 Sep 2017 21:12:08 +0800 [thread overview]
Message-ID: <20170905131208.GV22515@lemon.lan> (raw)
In-Reply-To: <CAFEAcA9bDh7c5WtUb+2qCFk0baj+=M2VvkYr1HW+1w=jqFRN=A@mail.gmail.com>
On Tue, 09/05 11:43, Peter Maydell wrote:
> On 5 September 2017 at 04:35, Fam Zheng <famz@redhat.com> wrote:
> > Hi,
> >
> > Ping for 2.11.
> >
> > Peter, what do you think?
> >
> > On Mon, 07/17 10:38, Fam Zheng wrote:
> >> This is the arm part that was left out from:
> >>
> >> https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg04006.html
> >>
> >> Make use of the new DEFINE_PROP_LINK, in favor of open coded the
> >> object_property_add_link. The advantage of it is the property now get reflected
> >> in the info qtree output, for a bit more introspectability.
> >>
> >> Fam Zheng (6):
> >> armv7m: Convert bitband.source-mamory to DEFINE_PROP_LINK
> >> armv7m: Convert armv7m.memory to DEFINE_PROP_LINK
> >> gicv3: Convert to DEFINE_PROP_LINK
> >> xlnx_zynqmp: Convert to DEFINE_PROP_LINK
> >> xilinx_axienet: Convert to DEFINE_PROP_LINK
> >> xilinx_axidma: Convert to DEFINE_PROP_LINK
>
> These look OK, but they've fallen out of the 'patches' cache.
> There's a typo in the subject of the bitband one: should
> be "memory", not "mamory". Can you fix that, add the reviewed-bys
> and resend the series, please, and I'll put it in my queue?
Sure, sent v6.
Fam
next prev parent reply other threads:[~2017-09-05 13:13 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-17 2:38 [Qemu-arm] [PATCH v5 0/6] arm: Make use of DEFINE_PROP_LINK Fam Zheng
2017-07-17 2:38 ` [Qemu-devel] " Fam Zheng
2017-07-17 2:38 ` [Qemu-arm] [PATCH v5 1/6] armv7m: Convert bitband.source-mamory to DEFINE_PROP_LINK Fam Zheng
2017-07-17 2:38 ` [Qemu-devel] " Fam Zheng
2017-07-17 4:07 ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-17 4:07 ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-17 2:38 ` [Qemu-arm] [PATCH v5 2/6] armv7m: Convert armv7m.memory " Fam Zheng
2017-07-17 2:38 ` [Qemu-devel] " Fam Zheng
2017-07-17 4:11 ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-17 4:11 ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-17 2:38 ` [Qemu-arm] [PATCH v5 3/6] gicv3: Convert " Fam Zheng
2017-07-17 2:38 ` [Qemu-devel] " Fam Zheng
2017-07-17 2:38 ` [Qemu-devel] [PATCH v5 4/6] xlnx_zynqmp: " Fam Zheng
2017-07-17 4:09 ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-17 4:09 ` Philippe Mathieu-Daudé
2017-07-17 2:38 ` [Qemu-arm] [PATCH v5 5/6] xilinx_axienet: " Fam Zheng
2017-07-17 2:38 ` [Qemu-devel] " Fam Zheng
2017-07-17 4:10 ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-17 4:10 ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-17 2:38 ` [Qemu-devel] [PATCH v5 6/6] xilinx_axidma: " Fam Zheng
2017-07-17 4:11 ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-17 4:11 ` Philippe Mathieu-Daudé
2017-09-05 3:35 ` [Qemu-arm] [Qemu-devel] [PATCH v5 0/6] arm: Make use of DEFINE_PROP_LINK Fam Zheng
2017-09-05 3:35 ` Fam Zheng
2017-09-05 10:43 ` [Qemu-arm] " Peter Maydell
2017-09-05 10:43 ` Peter Maydell
2017-09-05 13:12 ` Fam Zheng [this message]
2017-09-05 13:12 ` Fam Zheng
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=20170905131208.GV22515@lemon.lan \
--to=famz@redhat.com \
--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.