From: Alistair Francis <alistair.francis@xilinx.com>
To: Peter Crosthwaite <crosthwaitepeter@gmail.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
"qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
Alistair Francis <alistair.francis@xilinx.com>
Subject: Re: [Qemu-devel] [PATCH v7 1/6] qdev: get_child_bus(): Use QOM lookup if available
Date: Fri, 15 Jan 2016 16:00:06 -0800 [thread overview]
Message-ID: <CAKmqyKMD02maRoQDsjAhPeLnPhUAkjb20QpO05jrB0OPh3AU+A@mail.gmail.com> (raw)
In-Reply-To: <CAPokK=qLS=ihsCEZj=39atO5cE7GgmGdNBs1Q86zqGPjmB=9AA@mail.gmail.com>
On Fri, Jan 15, 2016 at 2:47 PM, Peter Crosthwaite
<crosthwaitepeter@gmail.com> wrote:
> On Fri, Jan 15, 2016 at 2:38 PM, Alistair Francis
> <alistair.francis@xilinx.com> wrote:
>> From: Peter Crosthwaite <crosthwaitepeter@gmail.com>
>>
>> qbus_realize() adds busses as a QOM child of the device in addition to
>> adding it to the qdev bus list. Change get_child_bus() to use the QOM
>> child if it is available. This takes priority over the bus-list, but
>> the child object is checked for type correctness.
>>
>> This prepares support for aliasing of buses. The use case is SoCs,
>> where a SoC container needs to present buses to the board level, but
>> the buses are implemented by controller IP we already model as self
>> contained qbus-containing devices.
>>
>> Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
>> Acked-by: Alistair Francis <alistair.francis@xilinx.com>
>
> As a re-sender, you need to Signed-off-by as well. I'm guessing you
> can just do this on list like a review to avoid the respin.
Ok, here it is:
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Thanks,
Alistair
next prev parent reply other threads:[~2016-01-16 0:00 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-15 22:38 [Qemu-devel] [PATCH v7 0/6] Connect the SPI devices to Xilinx's ZynqMP Alistair Francis
2016-01-15 22:38 ` [Qemu-devel] [PATCH v7 1/6] qdev: get_child_bus(): Use QOM lookup if available Alistair Francis
2016-01-15 22:47 ` Peter Crosthwaite
2016-01-16 0:00 ` Alistair Francis [this message]
2016-01-15 22:38 ` [Qemu-devel] [PATCH v7 2/6] m25p80.c: Add sst25wf080 SPI flash device Alistair Francis
2016-01-15 22:38 ` [Qemu-devel] [PATCH v7 3/6] ssi: Move ssi.h into a separate directory Alistair Francis
2016-01-15 22:38 ` [Qemu-devel] [PATCH v7 4/6] xilinx_spips: Separate the state struct into a header Alistair Francis
2016-01-15 22:38 ` [Qemu-devel] [PATCH v7 6/6] xlnx-ep108: Connect the SPI Flash Alistair Francis
2016-01-18 11:27 ` Peter Maydell
2016-01-18 16:49 ` Alistair Francis
[not found] ` <17c4670f77e262588befd4ff0f3bab3b89156214.1452896266.git.alistair.francis@xilinx.com>
2016-01-18 11:18 ` [Qemu-devel] [PATCH v7 5/6] xlnx-zynqmp: Connect the SPI devices Peter Maydell
2016-01-18 11:31 ` [Qemu-devel] [PATCH v7 0/6] Connect the SPI devices to Xilinx's ZynqMP Peter Maydell
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=CAKmqyKMD02maRoQDsjAhPeLnPhUAkjb20QpO05jrB0OPh3AU+A@mail.gmail.com \
--to=alistair.francis@xilinx.com \
--cc=crosthwaitepeter@gmail.com \
--cc=peter.maydell@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).