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

David Gibson posted 1 patch 3 years, 9 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200727062814.179163-1-david@gibson.dropbear.id.au
Maintainers: David Gibson <david@gibson.dropbear.id.au>, Paolo Bonzini <pbonzini@redhat.com>
hw/ppc/spapr_rtas.c  | 2 +-
target/ppc/kvm.c     | 3 +--
target/ppc/kvm_ppc.h | 4 ++--
3 files changed, 4 insertions(+), 5 deletions(-)
[PULL 0/1] ppc-for-5.1 queue 20200727
Posted by David Gibson 3 years, 9 months ago
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(-)

Re: [PULL 0/1] ppc-for-5.1 queue 20200727
Posted by Peter Maydell 3 years, 9 months ago
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