[PULL 00/26] ppc-for-5.0 queue 20200108

David Gibson posted 26 patches 4 years, 2 months ago
Test asan failed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200108052312.238710-1-david@gibson.dropbear.id.au
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, David Gibson <david@gibson.dropbear.id.au>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, "Cédric Le Goater" <clg@kaod.org>, Cornelia Huck <cohuck@redhat.com>
hw/intc/pnv_xive.c                                 |  18 ++-
hw/intc/spapr_xive.c                               |  14 ++-
hw/intc/spapr_xive_kvm.c                           |   9 +-
hw/intc/xive.c                                     |  28 ++++-
hw/misc/mos6522.c                                  |  16 +--
hw/ppc/pnv.c                                       | 123 ++++++++-------------
hw/ppc/pnv_bmc.c                                   |   8 +-
hw/ppc/pnv_pnor.c                                  |  10 +-
hw/ppc/pnv_psi.c                                   |  41 ++++---
hw/ppc/ppc440_bamboo.c                             |   8 +-
hw/ppc/spapr.c                                     |  18 ++-
hw/ppc/spapr_irq.c                                 |   2 +
include/hw/misc/mos6522.h                          |   1 -
include/hw/ppc/pnv.h                               |   7 +-
include/hw/ppc/pnv_pnor.h                          |   2 +-
include/hw/ppc/pnv_xive.h                          |  10 ++
include/hw/ppc/spapr_xive.h                        |  10 ++
include/hw/ppc/xive.h                              |  13 ++-
include/standard-headers/asm-x86/bootparam.h       |   7 +-
.../infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h      |  15 ++-
include/standard-headers/drm/drm_fourcc.h          |  28 ++++-
include/standard-headers/linux/input-event-codes.h |  77 +++++++++++++
include/standard-headers/linux/pci_regs.h          |   3 +
include/standard-headers/rdma/vmw_pvrdma-abi.h     |   5 +
linux-headers/linux/kvm.h                          |   1 +
target/ppc/excp_helper.c                           |   2 +
target/ppc/kvm.c                                   |  24 +++-
target/ppc/kvm_ppc.h                               |   6 +
28 files changed, 345 insertions(+), 161 deletions(-)
[PULL 00/26] ppc-for-5.0 queue 20200108
Posted by David Gibson 4 years, 2 months ago
The following changes since commit 035eed4c0d257c905a556fa0f4865a0c077b4e7f:

  Merge remote-tracking branch 'remotes/vivier/tags/q800-for-5.0-pull-request' into staging (2020-01-07 17:08:21 +0000)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-5.0-20200108

for you to fetch changes up to fc2527fb024abf92719952c939d751739455bd6b:

  ppc/pnv: fix check on return value of blk_getlength() (2020-01-08 12:01:14 +1100)

----------------------------------------------------------------
ppc patch queue 2020-01-08

Here's another pull request for qemu-5.0 of ppc related changes.
Highlights are:
 * First parts of support for POWER Secure VMs
 * Rework to clean up how we pass context information to the various
   components of the pnv machine (reduces usage of qdev_get_machine())
 * Assorted cleanups and bugfixes

----------------------------------------------------------------
Bharata B Rao (3):
      linux-headers: Update
      ppc/spapr: Support reboot of secure pseries guest
      ppc/spapr: Don't call KVM_SVM_OFF ioctl on TCG

Cédric Le Goater (7):
      ppc/pnv: Modify the powerdown notifier to get the PowerNV machine
      spapr/xive: remove redundant check in spapr_match_nvt()
      ppc/pnv: Introduce a "xics" property alias under the PSI model
      ppc/pnv: Introduce a "xics" property under the POWER8 chip
      xive: Add a "presenter" link property to the TCTX object
      ppc/pnv: check return value of blk_pwrite()
      ppc/pnv: fix check on return value of blk_getlength()

Daniel Henrique Barboza (2):
      spapr.c: remove 'out' label in spapr_dt_cas_updates()
      ppc440_bamboo.c: remove label from bamboo_load_device_tree()

Fabiano Rosas (2):
      target/ppc: Remove unused PPC_INPUT_INT defines
      target/ppc: Handle AIL=0 in ppc_excp_vector_offset

Greg Kurz (11):
      spapr/xive: Use device_class_set_parent_realize()
      ppc/pnv: Drop "num-chips" machine property
      pnv/xive: Use device_class_set_parent_realize()
      spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router
      xive: Use the XIVE fabric link under the XIVE router
      ppc/pnv: Add an "nr-threads" property to the base chip class
      ppc/pnv: Add a "pnor" const link property to the BMC internal simulator
      spapr/xive: Deduce the SpaprXive pointer from XiveTCTX::xptr
      pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptr
      pnv/psi: Add device reset hook
      pnv/psi: Consolidate some duplicated code in pnv_psi_realize()

Laurent Vivier (1):
      mos6522: remove anh register

 hw/intc/pnv_xive.c                                 |  18 ++-
 hw/intc/spapr_xive.c                               |  14 ++-
 hw/intc/spapr_xive_kvm.c                           |   9 +-
 hw/intc/xive.c                                     |  28 ++++-
 hw/misc/mos6522.c                                  |  16 +--
 hw/ppc/pnv.c                                       | 123 ++++++++-------------
 hw/ppc/pnv_bmc.c                                   |   8 +-
 hw/ppc/pnv_pnor.c                                  |  10 +-
 hw/ppc/pnv_psi.c                                   |  41 ++++---
 hw/ppc/ppc440_bamboo.c                             |   8 +-
 hw/ppc/spapr.c                                     |  18 ++-
 hw/ppc/spapr_irq.c                                 |   2 +
 include/hw/misc/mos6522.h                          |   1 -
 include/hw/ppc/pnv.h                               |   7 +-
 include/hw/ppc/pnv_pnor.h                          |   2 +-
 include/hw/ppc/pnv_xive.h                          |  10 ++
 include/hw/ppc/spapr_xive.h                        |  10 ++
 include/hw/ppc/xive.h                              |  13 ++-
 include/standard-headers/asm-x86/bootparam.h       |   7 +-
 .../infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h      |  15 ++-
 include/standard-headers/drm/drm_fourcc.h          |  28 ++++-
 include/standard-headers/linux/input-event-codes.h |  77 +++++++++++++
 include/standard-headers/linux/pci_regs.h          |   3 +
 include/standard-headers/rdma/vmw_pvrdma-abi.h     |   5 +
 linux-headers/linux/kvm.h                          |   1 +
 target/ppc/excp_helper.c                           |   2 +
 target/ppc/kvm.c                                   |  24 +++-
 target/ppc/kvm_ppc.h                               |   6 +
 28 files changed, 345 insertions(+), 161 deletions(-)

Re: [PULL 00/26] ppc-for-5.0 queue 20200108
Posted by Peter Maydell 4 years, 2 months ago
On Wed, 8 Jan 2020 at 05:23, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 035eed4c0d257c905a556fa0f4865a0c077b4e7f:
>
>   Merge remote-tracking branch 'remotes/vivier/tags/q800-for-5.0-pull-request' into staging (2020-01-07 17:08:21 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-5.0-20200108
>
> for you to fetch changes up to fc2527fb024abf92719952c939d751739455bd6b:
>
>   ppc/pnv: fix check on return value of blk_getlength() (2020-01-08 12:01:14 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue 2020-01-08
>
> Here's another pull request for qemu-5.0 of ppc related changes.
> Highlights are:
>  * First parts of support for POWER Secure VMs
>  * Rework to clean up how we pass context information to the various
>    components of the pnv machine (reduces usage of qdev_get_machine())
>  * Assorted cleanups and bugfixes
>


Applied, thanks.

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

-- PMM