mbox

[PULL,0/7] ppc-for-4.0 queue 20190319

Message ID 20190319100645.31407-1-david@gibson.dropbear.id.au
State New
Headers show

Pull-request

git://github.com/dgibson/qemu.git tags/ppc-for-4.0-20190319

Message

David Gibson March 19, 2019, 10:06 a.m. UTC
The following changes since commit 082c0543baa6f237704c83a51658bd7f6ae316d5:

  scripts/make-release: Stop shipping u-boot source as a tarball (2019-03-18 15:40:00 +0000)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-4.0-20190319

for you to fetch changes up to e366d181ceb96109b3f4fc6f8356bea644117f9a:

  spapr: Remove NULL checks on error_propagate() calls (2019-03-19 15:24:15 +1100)

----------------------------------------------------------------
ppc patch queue for 2019-03-19

This is a small set, it has a number of fixes and a couple of minor
cleanups to go in for the hard freeze.

----------------------------------------------------------------
Benjamin Herrenschmidt (1):
      ppc/xics/spapr: Fix H_IPOLL implementation

Cédric Le Goater (2):
      ppc/pnv: update skiboot to commit 261ca8e779e5.
      MAINTAINERS: PPC: add a PowerNV machine entry

David Gibson (1):
      spapr: Correctly set LPCR[GTSE] in H_REGISTER_PROCESS_TABLE

Greg Kurz (2):
      ppc/pnv: Use local_err variable in pnv_chip_power9_intc_create()
      ppc/pnv: Fix variable size in pnv_psi_power9_irq_set()

Markus Armbruster (1):
      spapr: Remove NULL checks on error_propagate() calls

 MAINTAINERS          |  13 ++++++++++++-
 hw/intc/xics_spapr.c |   9 ++++++++-
 hw/ppc/pnv.c         |   2 +-
 hw/ppc/pnv_psi.c     |   2 +-
 hw/ppc/spapr_hcall.c |   3 ++-
 hw/ppc/spapr_pci.c   |   4 +---
 pc-bios/skiboot.lid  | Bin 1302336 -> 1591384 bytes
 roms/skiboot         |   2 +-
 8 files changed, 26 insertions(+), 9 deletions(-)

Comments

Peter Maydell March 19, 2019, 12:38 p.m. UTC | #1
On Tue, 19 Mar 2019 at 10:07, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 082c0543baa6f237704c83a51658bd7f6ae316d5:
>
>   scripts/make-release: Stop shipping u-boot source as a tarball (2019-03-18 15:40:00 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-4.0-20190319
>
> for you to fetch changes up to e366d181ceb96109b3f4fc6f8356bea644117f9a:
>
>   spapr: Remove NULL checks on error_propagate() calls (2019-03-19 15:24:15 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue for 2019-03-19
>
> This is a small set, it has a number of fixes and a couple of minor
> cleanups to go in for the hard freeze.
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM