[PULL 00/19] ppc-for-6.0 queue 20210210

David Gibson posted 19 patches 3 years, 2 months ago
Failed in applying to current master (apply log)
hw/intc/pnv_xive.c              |  3 +++
hw/intc/trace-events            |  3 +++
hw/intc/xive.c                  |  3 ++-
hw/net/fsl_etsec/rings.c        |  2 +-
hw/pci-host/pnv_phb4.c          |  3 +++
hw/pci-host/trace-events        |  3 +++
hw/ppc/e500.c                   | 10 ++++++----
hw/ppc/pnv.c                    | 27 +++++++++++++++++++------
hw/ppc/pnv_bmc.c                | 22 ++++++++++++++-------
hw/ppc/pnv_lpc.c                | 15 --------------
hw/ppc/spapr.c                  | 44 ++++++++++++++++++++---------------------
hw/ppc/spapr_numa.c             | 27 ++++++++++++++++++++++++-
hw/ppc/spapr_pci.c              | 33 +++++++++++++++++--------------
include/hw/pci-host/spapr.h     |  2 ++
include/hw/ppc/pnv.h            |  1 +
include/hw/ppc/spapr.h          |  1 -
include/hw/ppc/spapr_numa.h     |  1 +
include/hw/ppc/xive_regs.h      |  2 ++
target/ppc/cpu.h                |  9 ++++++---
target/ppc/translate_init.c.inc | 16 +++++++++++++++
20 files changed, 150 insertions(+), 77 deletions(-)
[PULL 00/19] ppc-for-6.0 queue 20210210
Posted by David Gibson 3 years, 2 months ago
The following changes since commit 1214d55d1c41fbab3a9973a05085b8760647e411:

  Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into staging (2021-02-09 13:24:37 +0000)

are available in the Git repository at:

  https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.0-20210210

for you to fetch changes up to 298091f831db1a8f360686369f9760849e90dd03:

  target/ppc: Add E500 L2CSR0 write helper (2021-02-10 14:50:11 +1100)

----------------------------------------------------------------
ppc patch queue for 20201-02-10

Here's the latest batch of patches for the ppc target and machine
types.  Highlights are:
 * Several fixes for E500 from Bin Meng
 * Fixes and cleanups for PowerNV from Cédric Le Goater
 * Assorted other fixes and cleanups

----------------------------------------------------------------
Bin Meng (4):
      hw/ppc: e500: Use a macro for the platform clock frequency
      hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodes
      hw/net: fsl_etsec: Reverse the RCTRL.RSF logic
      target/ppc: Add E500 L2CSR0 write helper

Cédric Le Goater (8):
      ppc/pnv: Add trace events for PCI event notification
      ppc/xive: Add firmware bit when dumping the ENDs
      ppc/pnv: Use skiboot addresses to load kernel and ramfs
      ppc/pnv: Simplify pnv_bmc_create()
      ppc/pnv: Discard internal BMC initialization when BMC is external
      ppc/pnv: Remove default disablement of the PNOR contents
      ppc/pnv: Introduce a LPC FW memory region attribute to map the PNOR
      ppc/pnv: Set default RAM size to 1 GB

Daniel Henrique Barboza (5):
      spapr.c: use g_auto* with 'nodename' in CPU DT functions
      spapr.c: add 'name' property for hotplugged CPUs nodes
      spapr: move spapr_machine_using_legacy_numa() to spapr_numa.c
      spapr_numa.c: create spapr_numa_initial_nvgpu_numa_id() helper
      spapr_numa.c: fix ibm,max-associativity-domains calculation

Greg Kurz (1):
      spapr: Adjust firmware path of PCI devices

Philippe Mathieu-Daudé (1):
      target/ppc: Remove unused MMU definitions

 hw/intc/pnv_xive.c              |  3 +++
 hw/intc/trace-events            |  3 +++
 hw/intc/xive.c                  |  3 ++-
 hw/net/fsl_etsec/rings.c        |  2 +-
 hw/pci-host/pnv_phb4.c          |  3 +++
 hw/pci-host/trace-events        |  3 +++
 hw/ppc/e500.c                   | 10 ++++++----
 hw/ppc/pnv.c                    | 27 +++++++++++++++++++------
 hw/ppc/pnv_bmc.c                | 22 ++++++++++++++-------
 hw/ppc/pnv_lpc.c                | 15 --------------
 hw/ppc/spapr.c                  | 44 ++++++++++++++++++++---------------------
 hw/ppc/spapr_numa.c             | 27 ++++++++++++++++++++++++-
 hw/ppc/spapr_pci.c              | 33 +++++++++++++++++--------------
 include/hw/pci-host/spapr.h     |  2 ++
 include/hw/ppc/pnv.h            |  1 +
 include/hw/ppc/spapr.h          |  1 -
 include/hw/ppc/spapr_numa.h     |  1 +
 include/hw/ppc/xive_regs.h      |  2 ++
 target/ppc/cpu.h                |  9 ++++++---
 target/ppc/translate_init.c.inc | 16 +++++++++++++++
 20 files changed, 150 insertions(+), 77 deletions(-)

Re: [PULL 00/19] ppc-for-6.0 queue 20210210
Posted by Peter Maydell 3 years, 2 months ago
On Wed, 10 Feb 2021 at 06:17, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 1214d55d1c41fbab3a9973a05085b8760647e411:
>
>   Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into staging (2021-02-09 13:24:37 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.0-20210210
>
> for you to fetch changes up to 298091f831db1a8f360686369f9760849e90dd03:
>
>   target/ppc: Add E500 L2CSR0 write helper (2021-02-10 14:50:11 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue for 20201-02-10
>
> Here's the latest batch of patches for the ppc target and machine
> types.  Highlights are:
>  * Several fixes for E500 from Bin Meng
>  * Fixes and cleanups for PowerNV from Cédric Le Goater
>  * Assorted other fixes and cleanups
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM