[PULL 0/1] DTC queue for 5.0

Alistair Francis posted 1 patch 4 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200320215916.3054194-1-alistair.francis@wdc.com
Maintainers: David Gibson <david@gibson.dropbear.id.au>, Alistair Francis <alistair.francis@wdc.com>
device_tree.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
[PULL 0/1] DTC queue for 5.0
Posted by Alistair Francis 4 years, 1 month ago
The following changes since commit 3d0ac346032a1fa9afafcaedc979a99f670e077e:

  Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging (2020-03-20 13:54:23 +0000)

are available in the Git repository at:

  git@github.com:alistair23/qemu.git tags/pull-dtc-next-20200320-1

for you to fetch changes up to 9f252c7c88eacbf21dadcfe117b0d08f2e88ceeb:

  device_tree: Add info message when dumping dtb to file (2020-03-20 14:55:44 -0700)

----------------------------------------------------------------
DTC patches for 5.0

----------------------------------------------------------------
Leonardo Bras (1):
      device_tree: Add info message when dumping dtb to file

 device_tree.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Re: [PULL 0/1] DTC queue for 5.0
Posted by Peter Maydell 4 years ago
On Fri, 20 Mar 2020 at 22:06, Alistair Francis <alistair.francis@wdc.com> wrote:
>
> The following changes since commit 3d0ac346032a1fa9afafcaedc979a99f670e077e:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging (2020-03-20 13:54:23 +0000)
>
> are available in the Git repository at:
>
>   git@github.com:alistair23/qemu.git tags/pull-dtc-next-20200320-1
>
> for you to fetch changes up to 9f252c7c88eacbf21dadcfe117b0d08f2e88ceeb:
>
>   device_tree: Add info message when dumping dtb to file (2020-03-20 14:55:44 -0700)
>
> ----------------------------------------------------------------
> DTC patches for 5.0
>
> ----------------------------------------------------------------
> Leonardo Bras (1):
>       device_tree: Add info message when dumping dtb to file


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM