mbox

[PULL,0/1] ppc-for-5.1 queue 20200727

Message ID 20200727062814.179163-1-david@gibson.dropbear.id.au (mailing list archive)
State New, archived
Headers show

Pull-request

git://github.com/dgibson/qemu.git tags/ppc-for-5.1-20200727

Message

David Gibson July 27, 2020, 6:28 a.m. UTC
The following changes since commit 194f8ca825854abef3aceca1ed7eb5a53b08751f:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200725' into staging (2020-07-26 17:17:58 +0100)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-5.1-20200727

for you to fetch changes up to aef92d87c59d257c0ff24ba1dc82506a03f1f522:

  pseries: fix kvmppc_set_fwnmi() (2020-07-27 11:09:25 +1000)

----------------------------------------------------------------
ppc patch queue 2020-07-27

Only one patch in this batch, but it fixes a fairly important
regression, so we want it in qemu-5.1

----------------------------------------------------------------
Laurent Vivier (1):
      pseries: fix kvmppc_set_fwnmi()

 hw/ppc/spapr_rtas.c  | 2 +-
 target/ppc/kvm.c     | 3 +--
 target/ppc/kvm_ppc.h | 4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)

Comments

Peter Maydell July 27, 2020, 10:50 a.m. UTC | #1
On Mon, 27 Jul 2020 at 07:28, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 194f8ca825854abef3aceca1ed7eb5a53b08751f:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200725' into staging (2020-07-26 17:17:58 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-5.1-20200727
>
> for you to fetch changes up to aef92d87c59d257c0ff24ba1dc82506a03f1f522:
>
>   pseries: fix kvmppc_set_fwnmi() (2020-07-27 11:09:25 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 2020-07-27
>
> Only one patch in this batch, but it fixes a fairly important
> regression, so we want it in qemu-5.1
>


Applied, thanks.

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

-- PMM