mbox

[PULL,0/2] ppc-for-4.1 queue 20190712

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

Pull-request

git://github.com/dgibson/qemu.git tags/ppc-for-4.1-20190712

Message

David Gibson July 12, 2019, 6:25 a.m. UTC
The following changes since commit 9411db8f37c64b9adb3e4b393c623a5760bcb847:

  Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2019-07-11 11:58:14 +0100)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-4.1-20190712

for you to fetch changes up to 38298611d5a87d2739d0a21d5f9e47ba43570c22:

  xics/kvm: Always set the MASKED bit if interrupt is masked (2019-07-12 15:50:00 +1000)

----------------------------------------------------------------
ppc patch queue for 2019-07-12

First 4.1 hard freeze pull request.  Not much here, just a bug fix for
the XICS interrupt controller and a SLOF firmware update to fix a bug
with IP discovery when there are multiple NICs.

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

Greg Kurz (1):
      xics/kvm: Always set the MASKED bit if interrupt is masked

 hw/intc/xics_kvm.c |   3 +++
 pc-bios/README     |   2 +-
 pc-bios/slof.bin   | Bin 926392 -> 926432 bytes
 roms/SLOF          |   2 +-
 4 files changed, 5 insertions(+), 2 deletions(-)

Comments

Peter Maydell July 12, 2019, 11:13 a.m. UTC | #1
On Fri, 12 Jul 2019 at 07:25, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 9411db8f37c64b9adb3e4b393c623a5760bcb847:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2019-07-11 11:58:14 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-4.1-20190712
>
> for you to fetch changes up to 38298611d5a87d2739d0a21d5f9e47ba43570c22:
>
>   xics/kvm: Always set the MASKED bit if interrupt is masked (2019-07-12 15:50:00 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue for 2019-07-12
>
> First 4.1 hard freeze pull request.  Not much here, just a bug fix for
> the XICS interrupt controller and a SLOF firmware update to fix a bug
> with IP discovery when there are multiple NICs.
>
> ----------------------------------------------------------------
> Alexey Kardashevskiy (1):
>       pseries: Update SLOF firmware image
>
> Greg Kurz (1):
>       xics/kvm: Always set the MASKED bit if interrupt is masked


Applied, thanks.

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

-- PMM