[Qemu-devel] [PULL 0/2] ppc-for-4.0 queue 20190409

David Gibson posted 2 patches 4 years, 11 months 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/20190409070830.22430-1-david@gibson.dropbear.id.au
Maintainers: David Gibson <david@gibson.dropbear.id.au>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>
hw/pci/pci.c             | 24 ++++++++++++++++++++++++
hw/pci/pci_host.c        |  2 +-
hw/ppc/spapr_pci.c       | 28 ++++++++++++++++++++++++++--
include/hw/pci/pci.h     |  2 ++
include/hw/pci/pci_bus.h |  1 +
5 files changed, 54 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/2] ppc-for-4.0 queue 20190409
Posted by David Gibson 4 years, 11 months ago
The following changes since commit 5263724b78f89cdea2354c8e92c53bac1b4641a3:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-04-08 17:53:18 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5cf0d326a0fec9ebac2d47c42b5f08e6bc2f686c:

  spapr_pci: Fix extended config space accesses (2019-04-09 15:03:10 +1000)

----------------------------------------------------------------
ppc patch queue 2019-04-09

This is a small, hard freeze, pull request which fixes a regression on
the pseries machine handling of PCI-E extended config space accesses.

----------------------------------------------------------------
Greg Kurz (2):
      pci: Allow PCI bus subtypes to support extended config space accesses
      spapr_pci: Fix extended config space accesses

 hw/pci/pci.c             | 24 ++++++++++++++++++++++++
 hw/pci/pci_host.c        |  2 +-
 hw/ppc/spapr_pci.c       | 28 ++++++++++++++++++++++++++--
 include/hw/pci/pci.h     |  2 ++
 include/hw/pci/pci_bus.h |  1 +
 5 files changed, 54 insertions(+), 3 deletions(-)

Re: [Qemu-devel] [PULL 0/2] ppc-for-4.0 queue 20190409
Posted by Peter Maydell 4 years, 11 months ago
On Tue, 9 Apr 2019 at 08:08, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 5263724b78f89cdea2354c8e92c53bac1b4641a3:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-04-08 17:53:18 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-4.0-20190409
>
> for you to fetch changes up to 5cf0d326a0fec9ebac2d47c42b5f08e6bc2f686c:
>
>   spapr_pci: Fix extended config space accesses (2019-04-09 15:03:10 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 2019-04-09
>
> This is a small, hard freeze, pull request which fixes a regression on
> the pseries machine handling of PCI-E extended config space accesses.
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM