[Qemu-devel] [PULL 0/1] libfdt queue 20181002

David Gibson posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181002042526.9565-1-david@gibson.dropbear.id.au
Test docker-clang@ubuntu failed
Test checkpatch passed
dtc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] libfdt queue 20181002
Posted by David Gibson 7 years, 1 month ago
The following changes since commit a2ef4d9e95400cd387ab4ae19a317741e458fb07:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20181001-pull-request' into staging (2018-10-01 15:44:30 +0100)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/libfdt-20181002

for you to fetch changes up to 0b001b3094bcf80a5a0c3b7655029a10fb63f661:

  Update dtc/libfdt submodule to v1.4.7 (2018-10-02 13:53:26 +1000)

----------------------------------------------------------------
Update dtc submodule to v1.4.7

We have some upcoming things planned for ppc that will require some
newer libfdt features.  In preparation, update the dtc/libfdt
submodule to upstreasm version v1.4.7.

----------------------------------------------------------------
David Gibson (1):
      Update dtc/libfdt submodule to v1.4.7

 dtc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Qemu-devel] [PULL 0/1] libfdt queue 20181002
Posted by Peter Maydell 7 years, 1 month ago
On 2 October 2018 at 05:25, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit a2ef4d9e95400cd387ab4ae19a317741e458fb07:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20181001-pull-request' into staging (2018-10-01 15:44:30 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/libfdt-20181002
>
> for you to fetch changes up to 0b001b3094bcf80a5a0c3b7655029a10fb63f661:
>
>   Update dtc/libfdt submodule to v1.4.7 (2018-10-02 13:53:26 +1000)
>
> ----------------------------------------------------------------
> Update dtc submodule to v1.4.7
>
> We have some upcoming things planned for ppc that will require some
> newer libfdt features.  In preparation, update the dtc/libfdt
> submodule to upstreasm version v1.4.7.
>
> ----------------------------------------------------------------
> David Gibson (1):
>       Update dtc/libfdt submodule to v1.4.7
>
>  dtc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Applied, thanks.

-- PMM