From: David Gibson <david@gibson.dropbear.id.au>
To: peter.maydell@linaro.org
Cc: groug@kaod.org, qemu-ppc@nongnu.org, qemu-devel@nongnu.org,
lvivier@redhat.com, David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-devel] [PULL 00/60] ppc-for-4.0 queue 20190310
Date: Sun, 10 Mar 2019 19:26:03 +1100 [thread overview]
Message-ID: <20190310082703.1245-1-david@gibson.dropbear.id.au> (raw)
The following changes since commit f5b4c31030f45293bb4517445722768434829d91:
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-03-09 17:35:48 +0000)
are available in the Git repository at:
git://github.com/dgibson/qemu.git tags/ppc-for-4.0-20190310
for you to fetch changes up to 08d020471fcd41cb020fc9987ed1945eefcc8805:
spapr: Use CamelCase properly (2019-03-10 14:35:44 +1100)
----------------------------------------------------------------
ppc patch queue for 2019-03-10
Here's a final pull request before the 4.0 soft freeze. Changes
include:
* A Great Renaming to use camel case properly in spapr code
* Optimization of some vector instructions
* Support for POWER9 cpus in the powernv machine
* Fixes a regression from the last pull request in handling VSX
instructions with mixed operands from the FPR and VMX parts of the
register array
* Optimization hack to avoid scanning all the (empty) entries on a
new IOMMU window
* Add FSL I2C controller model for E500
* Support for KVM acceleration of the H_PAGE_INIT hypercall on spapr
* Update u-boot image for E500
* Enable Specre/Meltdown mitigations by default on the new machine type
* Enable large decrementer support for POWER9
Plus a number of assorted bugfixes and cleanups.
----------------------------------------------------------------
Alexander Graf (1):
PPC: E500: Update u-boot to v2019.01
Alexey Kardashevskiy (3):
vfio/spapr: Fix indirect levels calculation
vfio/spapr: Rename local systempagesize variable
spapr_iommu: Do not replay mappings from just created DMA window
Andrew Randrianasulu (1):
PPC: E500: Add FSL I2C controller and integrate RTC with it
Cédric Le Goater (27):
ppc/xive: hardwire the Physical CAM line of the thread context
ppc: externalize ppc_get_vcpu_by_pir()
ppc/xive: export the TIMA memory accessors
ppc/pnv: export the xive_router_notify() routine
ppc/pnv: change the CPU machine_data presenter type to Object *
ppc/pnv: add a XIVE interrupt controller model for POWER9
ppc/pnv: introduce a new dt_populate() operation to the chip model
ppc/pnv: introduce a new pic_print_info() operation to the chip model
ppc/xive: activate HV support
ppc/pnv: fix logging primitives using Ox
ppc/pnv: psi: add a PSIHB_REG macro
ppc/pnv: psi: add a reset handler
ppc/pnv: add a PSI bridge class model
ppc/pnv: add a PSI bridge model for POWER9
ppc/pnv: lpc: fix OPB address ranges
ppc/pnv: add a LPC Controller class model
ppc/pnv: add a 'dt_isa_nodename' to the chip
ppc/pnv: add a LPC Controller model for POWER9
ppc/pnv: add SerIRQ routing registers
ppc/pnv: add a OCC model class
ppc/pnv: add a OCC model for POWER9
ppc/pnv: extend XSCOM core support for POWER9
ppc/pnv: POWER9 XSCOM quad support
ppc/pnv: activate XSCOM tests for POWER9
ppc/pnv: add more dummy XSCOM addresses
ppc/pnv: add a "ibm,opal/power-mgt" device tree node on POWER9
target/ppc: add HV support for POWER9
David Gibson (2):
spapr: Force SPAPR_MEMORY_BLOCK_SIZE to be a hwaddr (64-bit)
spapr: Use CamelCase properly
Fabiano Rosas (3):
target/ppc: Move exception vector offset computation into a function
target/ppc: Move handling of hardware breakpoints to a separate function
target/ppc: Refactor kvm_handle_debug
Greg Kurz (2):
spapr: Simulate CAS for qtest
Revert "spapr: support memory unplug for qtest"
Mark Cave-Ayland (9):
target/ppc: introduce single fpr_offset() function
target/ppc: introduce single vsrl_offset() function
target/ppc: move Vsr* macros from internal.h to cpu.h
target/ppc: introduce avr_full_offset() function
target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr64()
target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian order
target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}()
mac_oldworld: use node name instead of alias name for hd device in FWPathProvider
mac_newworld: use node name instead of alias name for hd device in FWPathProvider
Philippe Mathieu-Daudé (2):
target/ppc: Optimize xviexpdp() using deposit_i64()
target/ppc: Optimize x[sv]xsigdp using deposit_i64()
Suraj Jitindar Singh (10):
target/ppc/spapr: Add SPAPR_CAP_LARGE_DECREMENTER
target/ppc: Implement large decrementer support for TCG
target/ppc: Implement large decrementer support for KVM
target/ppc/spapr: Enable the large decrementer for pseries-4.0
target/ppc/spapr: Add workaround option to SPAPR_CAP_IBS
target/ppc/spapr: Add SPAPR_CAP_CCF_ASSIST
target/ppc/tcg: make spapr_caps apply cap-[cfpc/sbbc/ibs] non-fatal for tcg
target/ppc/spapr: Enable mitigations by default for pseries-4.0 machine type
target/ppc/spapr: Clear partition table entry when allocating hash table
target/ppc/spapr: Enable H_PAGE_INIT in-kernel handling
default-configs/ppc-softmmu.mak | 2 +
hw/char/spapr_vty.c | 58 +-
hw/i2c/Kconfig | 4 +
hw/i2c/Makefile.objs | 1 +
hw/i2c/mpc_i2c.c | 357 +++++++
hw/intc/Makefile.objs | 2 +-
hw/intc/pnv_xive.c | 1753 +++++++++++++++++++++++++++++++++++
hw/intc/pnv_xive_regs.h | 248 +++++
hw/intc/spapr_xive.c | 86 +-
hw/intc/xics_kvm.c | 4 +-
hw/intc/xics_spapr.c | 24 +-
hw/intc/xive.c | 113 ++-
hw/net/spapr_llan.c | 110 +--
hw/nvram/spapr_nvram.c | 42 +-
hw/ppc/e500.c | 54 ++
hw/ppc/mac_newworld.c | 4 +-
hw/ppc/mac_oldworld.c | 4 +-
hw/ppc/pnv.c | 252 ++++-
hw/ppc/pnv_core.c | 189 +++-
hw/ppc/pnv_lpc.c | 316 ++++++-
hw/ppc/pnv_occ.c | 127 ++-
hw/ppc/pnv_psi.c | 425 ++++++++-
hw/ppc/pnv_xscom.c | 33 +-
hw/ppc/ppc.c | 101 +-
hw/ppc/spapr.c | 361 ++++----
hw/ppc/spapr_caps.c | 247 +++--
hw/ppc/spapr_cpu_core.c | 52 +-
hw/ppc/spapr_drc.c | 134 +--
hw/ppc/spapr_events.c | 92 +-
hw/ppc/spapr_hcall.c | 118 +--
hw/ppc/spapr_iommu.c | 107 ++-
hw/ppc/spapr_irq.c | 104 +--
hw/ppc/spapr_ovec.c | 46 +-
hw/ppc/spapr_pci.c | 212 ++---
hw/ppc/spapr_pci_vfio.c | 14 +-
hw/ppc/spapr_rng.c | 18 +-
hw/ppc/spapr_rtas.c | 30 +-
hw/ppc/spapr_rtas_ddw.c | 42 +-
hw/ppc/spapr_rtc.c | 16 +-
hw/ppc/spapr_vio.c | 116 +--
hw/scsi/spapr_vscsi.c | 14 +-
hw/vfio/spapr.c | 49 +-
hw/vfio/trace-events | 2 +-
include/hw/pci-host/spapr.h | 44 +-
include/hw/ppc/pnv.h | 42 +-
include/hw/ppc/pnv_core.h | 14 +-
include/hw/ppc/pnv_lpc.h | 26 +
include/hw/ppc/pnv_occ.h | 17 +
include/hw/ppc/pnv_psi.h | 59 +-
include/hw/ppc/pnv_xive.h | 93 ++
include/hw/ppc/pnv_xscom.h | 21 +-
include/hw/ppc/ppc.h | 1 +
include/hw/ppc/spapr.h | 194 ++--
include/hw/ppc/spapr_cpu_core.h | 24 +-
include/hw/ppc/spapr_drc.h | 108 +--
include/hw/ppc/spapr_irq.h | 58 +-
include/hw/ppc/spapr_ovec.h | 30 +-
include/hw/ppc/spapr_vio.h | 74 +-
include/hw/ppc/spapr_xive.h | 18 +-
include/hw/ppc/xics_spapr.h | 6 +-
include/hw/ppc/xive.h | 4 +
pc-bios/u-boot.e500 | Bin 388672 -> 349148 bytes
roms/u-boot | 2 +-
target/ppc/cpu-qom.h | 1 +
target/ppc/cpu.h | 59 +-
target/ppc/excp_helper.c | 30 +-
target/ppc/internal.h | 27 +-
target/ppc/kvm.c | 201 ++--
target/ppc/kvm_ppc.h | 23 +
target/ppc/machine.c | 8 +-
target/ppc/mmu-hash64.c | 2 +-
target/ppc/translate.c | 22 +-
target/ppc/translate/vmx-impl.inc.c | 27 +-
target/ppc/translate/vsx-impl.inc.c | 65 +-
target/ppc/translate_init.inc.c | 7 +-
tests/pnv-xscom-test.c | 2 -
76 files changed, 5791 insertions(+), 1601 deletions(-)
create mode 100644 hw/i2c/mpc_i2c.c
create mode 100644 hw/intc/pnv_xive.c
create mode 100644 hw/intc/pnv_xive_regs.h
create mode 100644 include/hw/ppc/pnv_xive.h
next reply other threads:[~2019-03-10 8:27 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-10 8:26 David Gibson [this message]
2019-03-10 8:26 ` [Qemu-devel] [PULL 01/60] vfio/spapr: Fix indirect levels calculation David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 02/60] vfio/spapr: Rename local systempagesize variable David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 03/60] spapr: Simulate CAS for qtest David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 04/60] Revert "spapr: support memory unplug for qtest" David Gibson
2019-03-11 10:52 ` Greg Kurz
2019-03-12 1:08 ` David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 05/60] target/ppc/spapr: Add SPAPR_CAP_LARGE_DECREMENTER David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 06/60] target/ppc: Implement large decrementer support for TCG David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 07/60] target/ppc: Implement large decrementer support for KVM David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 08/60] target/ppc/spapr: Enable the large decrementer for pseries-4.0 David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 09/60] target/ppc/spapr: Add workaround option to SPAPR_CAP_IBS David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 10/60] target/ppc/spapr: Add SPAPR_CAP_CCF_ASSIST David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 11/60] target/ppc/tcg: make spapr_caps apply cap-[cfpc/sbbc/ibs] non-fatal for tcg David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 12/60] target/ppc/spapr: Enable mitigations by default for pseries-4.0 machine type David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 13/60] target/ppc: Move exception vector offset computation into a function David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 14/60] target/ppc: Move handling of hardware breakpoints to a separate function David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 15/60] target/ppc: Refactor kvm_handle_debug David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 16/60] PPC: E500: Update u-boot to v2019.01 David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 17/60] target/ppc/spapr: Clear partition table entry when allocating hash table David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 18/60] spapr: Force SPAPR_MEMORY_BLOCK_SIZE to be a hwaddr (64-bit) David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 19/60] target/ppc/spapr: Enable H_PAGE_INIT in-kernel handling David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 20/60] PPC: E500: Add FSL I2C controller and integrate RTC with it David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 21/60] ppc/xive: hardwire the Physical CAM line of the thread context David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 22/60] ppc: externalize ppc_get_vcpu_by_pir() David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 23/60] ppc/xive: export the TIMA memory accessors David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 24/60] ppc/pnv: export the xive_router_notify() routine David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 25/60] ppc/pnv: change the CPU machine_data presenter type to Object * David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 26/60] ppc/pnv: add a XIVE interrupt controller model for POWER9 David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 27/60] ppc/pnv: introduce a new dt_populate() operation to the chip model David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 28/60] ppc/pnv: introduce a new pic_print_info() " David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 29/60] ppc/xive: activate HV support David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 30/60] ppc/pnv: fix logging primitives using Ox David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 31/60] ppc/pnv: psi: add a PSIHB_REG macro David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 32/60] ppc/pnv: psi: add a reset handler David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 33/60] spapr_iommu: Do not replay mappings from just created DMA window David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 34/60] target/ppc: introduce single fpr_offset() function David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 35/60] target/ppc: introduce single vsrl_offset() function David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 36/60] target/ppc: move Vsr* macros from internal.h to cpu.h David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 37/60] target/ppc: introduce avr_full_offset() function David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 38/60] target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr64() David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 39/60] target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian order David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 40/60] target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 41/60] mac_oldworld: use node name instead of alias name for hd device in FWPathProvider David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 42/60] mac_newworld: " David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 43/60] ppc/pnv: add a PSI bridge class model David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 44/60] ppc/pnv: add a PSI bridge model for POWER9 David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 45/60] ppc/pnv: lpc: fix OPB address ranges David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 46/60] ppc/pnv: add a LPC Controller class model David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 47/60] ppc/pnv: add a 'dt_isa_nodename' to the chip David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 48/60] ppc/pnv: add a LPC Controller model for POWER9 David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 49/60] ppc/pnv: add SerIRQ routing registers David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 50/60] ppc/pnv: add a OCC model class David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 51/60] ppc/pnv: add a OCC model for POWER9 David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 52/60] ppc/pnv: extend XSCOM core support " David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 53/60] ppc/pnv: POWER9 XSCOM quad support David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 54/60] ppc/pnv: activate XSCOM tests for POWER9 David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 55/60] ppc/pnv: add more dummy XSCOM addresses David Gibson
2019-03-10 8:26 ` [Qemu-devel] [PULL 56/60] ppc/pnv: add a "ibm, opal/power-mgt" device tree node on POWER9 David Gibson
2019-03-10 8:27 ` [Qemu-devel] [PULL 57/60] target/ppc: add HV support for POWER9 David Gibson
[not found] ` <20190312150115.6zuaid43gr7hklt5@unused>
[not found] ` <58de43c6-31d5-a0a3-b443-54a33f11d75a@kaod.org>
[not found] ` <20190312191409.vxnpscrephtk6otv@dhcp-17-165.bos.redhat.com>
[not found] ` <1746025955.7399905.1552419034356.JavaMail.zimbra@redhat.com>
[not found] ` <154364d7-fe5b-4f40-b976-b85ff9060ee0@kaod.org>
2019-06-28 13:20 ` Philippe Mathieu-Daudé
2019-07-01 5:04 ` David Gibson
2019-07-01 9:45 ` Philippe Mathieu-Daudé
2019-07-02 0:14 ` David Gibson
2019-07-02 6:13 ` Cédric Le Goater
2019-07-02 9:22 ` Philippe Mathieu-Daudé
2019-03-10 8:27 ` [Qemu-devel] [PULL 58/60] target/ppc: Optimize xviexpdp() using deposit_i64() David Gibson
2019-03-10 8:27 ` [Qemu-devel] [PULL 59/60] target/ppc: Optimize x[sv]xsigdp " David Gibson
2019-03-10 8:27 ` [Qemu-devel] [PULL 60/60] spapr: Use CamelCase properly David Gibson
2019-03-10 9:23 ` [Qemu-devel] [PULL 00/60] ppc-for-4.0 queue 20190310 no-reply
2019-03-10 16:06 ` Peter Maydell
2019-03-11 10:40 ` Alex Bennée
2019-03-12 0:26 ` David Gibson
2019-03-12 0:44 ` David Gibson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190310082703.1245-1-david@gibson.dropbear.id.au \
--to=david@gibson.dropbear.id.au \
--cc=groug@kaod.org \
--cc=lvivier@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).