mbox series

[PULL,0/3] ppc-for-5.2 patch queue 2020-11-05

Message ID 20201105034919.393653-1-david@gibson.dropbear.id.au
Headers show
Series ppc-for-5.2 patch queue 2020-11-05 | expand

Message

David Gibson Nov. 5, 2020, 3:49 a.m. UTC
The following changes since commit 3c8c36c9087da957f580a9bb5ebf7814a753d1c6:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201104-pull-request' into staging (2020-11-04 16:52:17 +0000)

are available in the Git repository at:

  https://gitlab.com/dgibson/qemu.git tags/ppc-for-5.2-20201105

for you to fetch changes up to f29b959dc6871c9d8df781d1bedcfaebc76d5565:

  spapr: Convert hpt_prepare_thread() to use qemu_try_memalign() (2020-11-05 12:18:48 +1100)

----------------------------------------------------------------
ppc patch queue for 2020-11-05

A small PR this time, one bugfix, one removal of minor dead code, one
warning suppression.

----------------------------------------------------------------
Chen Qun (1):
      target/ppc/excp_helper: Add a fallthrough for fix compiler warning

Greg Kurz (2):
      spapr: Drop dead code in spapr_reallocate_hpt()
      spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()

 hw/ppc/spapr.c           | 6 ------
 hw/ppc/spapr_hcall.c     | 2 +-
 target/ppc/excp_helper.c | 1 +
 3 files changed, 2 insertions(+), 7 deletions(-)

Comments

Peter Maydell Nov. 5, 2020, 11:46 p.m. UTC | #1
On Thu, 5 Nov 2020 at 03:49, David Gibson <david@gibson.dropbear.id.au> wrote:
>

> The following changes since commit 3c8c36c9087da957f580a9bb5ebf7814a753d1c6:

>

>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201104-pull-request' into staging (2020-11-04 16:52:17 +0000)

>

> are available in the Git repository at:

>

>   https://gitlab.com/dgibson/qemu.git tags/ppc-for-5.2-20201105

>

> for you to fetch changes up to f29b959dc6871c9d8df781d1bedcfaebc76d5565:

>

>   spapr: Convert hpt_prepare_thread() to use qemu_try_memalign() (2020-11-05 12:18:48 +1100)

>

> ----------------------------------------------------------------

> ppc patch queue for 2020-11-05

>

> A small PR this time, one bugfix, one removal of minor dead code, one

> warning suppression.

>

> ----------------------------------------------------------------

> Chen Qun (1):

>       target/ppc/excp_helper: Add a fallthrough for fix compiler warning

>

> Greg Kurz (2):

>       spapr: Drop dead code in spapr_reallocate_hpt()

>       spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()



Applied, thanks.

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

-- PMM