mbox

[PULL,0/4] ppc-for-5.1 queue 20200626

Message ID 20200626064024.383996-1-david@gibson.dropbear.id.au (mailing list archive)
State New, archived
Headers show

Pull-request

git://github.com/dgibson/qemu.git tags/ppc-for-5.1-20200626

Message

David Gibson June 26, 2020, 6:40 a.m. UTC
The following changes since commit 63d211993b73ca9ac2bc618afeb61a698e9f5198:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-06-25 16:52:42 +0100)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-5.1-20200626

for you to fetch changes up to 737ef968d442cb287b1fcc7da94b53284b0ad1e9:

  target/ppc: Remove TIDR from POWER10 processor (2020-06-26 09:22:30 +1000)

----------------------------------------------------------------
ppc patch queue 2020-06-26

Here's another pull request for qemu-5.1.  Not very much in this one,
just a handful of assorted minor fixes and cleanups.

I'm about to go on holiday for a couple of weeks, so this will be my
last PR before the freeze, and maybe the last for 5.1 at all.  If
there's some super important fix we need, Greg Kurz will handle it.

----------------------------------------------------------------
Cédric Le Goater (1):
      target/ppc: Remove TIDR from POWER10 processor

Greg Kurz (2):
      spapr: Simplify some warning printing paths in spapr_caps.c
      ppc/pnv: Silence missing BMC warning with qtest

Gustavo Romero (1):
      spapr: Fix typos in comments and macro indentation

 hw/ppc/pnv.c                    |  9 ++++++---
 hw/ppc/spapr_caps.c             | 28 ++++++----------------------
 hw/ppc/spapr_vio.c              |  6 +++---
 include/hw/ppc/xive_regs.h      |  2 +-
 target/ppc/translate_init.inc.c |  5 -----
 5 files changed, 16 insertions(+), 34 deletions(-)

Comments

Peter Maydell June 26, 2020, 11:14 a.m. UTC | #1
On Fri, 26 Jun 2020 at 07:40, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 63d211993b73ca9ac2bc618afeb61a698e9f5198:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-06-25 16:52:42 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-5.1-20200626
>
> for you to fetch changes up to 737ef968d442cb287b1fcc7da94b53284b0ad1e9:
>
>   target/ppc: Remove TIDR from POWER10 processor (2020-06-26 09:22:30 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 2020-06-26
>
> Here's another pull request for qemu-5.1.  Not very much in this one,
> just a handful of assorted minor fixes and cleanups.
>
> I'm about to go on holiday for a couple of weeks, so this will be my
> last PR before the freeze, and maybe the last for 5.1 at all.  If
> there's some super important fix we need, Greg Kurz will handle it.
>


Applied, thanks.

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

-- PMM