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

David Gibson posted 4 patches 3 years, 9 months ago
Test FreeBSD passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200626064024.383996-1-david@gibson.dropbear.id.au
Maintainers: David Gibson <david@gibson.dropbear.id.au>
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(-)
[PULL 0/4] ppc-for-5.1 queue 20200626
Posted by David Gibson 3 years, 9 months ago
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(-)

Re: [PULL 0/4] ppc-for-5.1 queue 20200626
Posted by Peter Maydell 3 years, 9 months ago
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