[Qemu-devel] [PULL 0/3] ppc-for-2.11 queue 20171108

David Gibson posted 3 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171108081232.28322-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/display/sm501.c  |  2 +-
hw/ppc/e500.c       | 32 +++++++++++++-------------------
target/ppc/compat.c |  2 +-
3 files changed, 15 insertions(+), 21 deletions(-)
[Qemu-devel] [PULL 0/3] ppc-for-2.11 queue 20171108
Posted by David Gibson 6 years, 5 months ago
The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:

  Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171108

for you to fetch changes up to c91c187f715aded9e1ac28412bba41fd3cbaf010:

  e500: ppce500_init_mpic() return device instead of IRQ array (2017-11-08 13:21:37 +1100)

----------------------------------------------------------------
ppc patch queue 2017-11-08

Here's the current set of accumulated ppc patches for qemu-2.11.
Since we're now in hard freeze these are all bugfixes (although some
fix a bug by way of a cleanup).

----------------------------------------------------------------
Greg Kurz (1):
      ppc: fix setting of compat mode

Michael Davidsaver (1):
      e500: ppce500_init_mpic() return device instead of IRQ array

Thomas Huth (1):
      hw/display/sm501: Fix comment in sm501_sysbus_class_init()

 hw/display/sm501.c  |  2 +-
 hw/ppc/e500.c       | 32 +++++++++++++-------------------
 target/ppc/compat.c |  2 +-
 3 files changed, 15 insertions(+), 21 deletions(-)

Re: [Qemu-devel] [PULL 0/3] ppc-for-2.11 queue 20171108
Posted by Peter Maydell 6 years, 5 months ago
On 8 November 2017 at 08:12, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:
>
>   Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171108
>
> for you to fetch changes up to c91c187f715aded9e1ac28412bba41fd3cbaf010:
>
>   e500: ppce500_init_mpic() return device instead of IRQ array (2017-11-08 13:21:37 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue 2017-11-08
>
> Here's the current set of accumulated ppc patches for qemu-2.11.
> Since we're now in hard freeze these are all bugfixes (although some
> fix a bug by way of a cleanup).
>

Applied, thanks.

-- PMM