[Qemu-devel] [PULL 0/1] ppc-for-4.0 queue 20190412

David Gibson posted 1 patch 5 years ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190412112044.15361-1-david@gibson.dropbear.id.au
Maintainers: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_pci.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] ppc-for-4.0 queue 20190412
Posted by David Gibson 5 years ago
The following changes since commit 532cc6da74ec25b5ba6893b5757c977d54582949:

  Update version for v4.0.0-rc3 release (2019-04-10 15:38:59 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 4560116e42a21989a4b6cf9551ce2f90b16c7238:

  spapr_pci: Fix broken naming of PCI bus (2019-04-12 12:23:02 +1000)

----------------------------------------------------------------
ppc patch queue for 2018-04-12

Here's a last minute pull request for 4.0.  Turns out my last pull
request, to fix a regression in extended config space access for the
pseries machine didn't fix things hard enough.  This PR has a single
patch which improves the fix to work in more cases.

It's a ghastly, ghastly hack, but it's simple and localized.  I
already have patches almost ready to go in 4.1 that provides a simpler
and cleaner solution to all this.

----------------------------------------------------------------
Greg Kurz (1):
      spapr_pci: Fix broken naming of PCI bus

 hw/ppc/spapr_pci.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [Qemu-devel] [PULL 0/1] ppc-for-4.0 queue 20190412
Posted by Peter Maydell 5 years ago
On Fri, 12 Apr 2019 at 12:20, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 532cc6da74ec25b5ba6893b5757c977d54582949:
>
>   Update version for v4.0.0-rc3 release (2019-04-10 15:38:59 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-4.0-20190412
>
> for you to fetch changes up to 4560116e42a21989a4b6cf9551ce2f90b16c7238:
>
>   spapr_pci: Fix broken naming of PCI bus (2019-04-12 12:23:02 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue for 2018-04-12
>
> Here's a last minute pull request for 4.0.  Turns out my last pull
> request, to fix a regression in extended config space access for the
> pseries machine didn't fix things hard enough.  This PR has a single
> patch which improves the fix to work in more cases.
>
> It's a ghastly, ghastly hack, but it's simple and localized.  I
> already have patches almost ready to go in 4.1 that provides a simpler
> and cleaner solution to all this.
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM