[Qemu-devel] [PULL 0/7] ppc-for-2.10 queue 20170823

David Gibson posted 7 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170823003217.6769-1-david@gibson.dropbear.id.au
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/i386/pc.c             | 14 ++++++++++++--
hw/mem/nvdimm.c          |  2 +-
hw/mem/pc-dimm.c         | 14 +++++++++++---
hw/ppc/spapr.c           | 42 ++++++++++++++++++++++++++++++------------
hw/ppc/spapr_drc.c       | 30 +++++++++++++++++++++++-------
hw/ppc/spapr_iommu.c     |  2 ++
hw/ppc/spapr_rtc.c       |  2 ++
include/hw/mem/pc-dimm.h |  2 +-
target/ppc/compat.c      |  9 +++++----
target/ppc/kvm.c         | 38 ++++++++++++++++++++++++++++++++++++++
target/ppc/kvm_ppc.h     |  1 +
target/ppc/machine.c     | 22 ++++++++++++++++++++++
tests/boot-serial-test.c |  6 +++++-
13 files changed, 153 insertions(+), 31 deletions(-)
[Qemu-devel] [PULL 0/7] ppc-for-2.10 queue 20170823
Posted by David Gibson 6 years, 7 months ago
The following changes since commit 1f296733876434118fd766cfef5eb6f29ecab6a8:

  Update version for v2.10.0-rc3 release (2017-08-15 18:53:31 +0100)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.10-20170823

for you to fetch changes up to 1f98e55385d11da1dc0de6440e66f19d191d2a1b:

  hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device (2017-08-22 21:26:46 +1000)

----------------------------------------------------------------
ppc patch queue 2017-08-23

This is identical to the pull request from yesterday (20180822),
except that a bug in one patch is fixed so that it doesn't break TCG
on a ppc host.

Last minute ppc related fixes for qemu-2.10.  I'm not sure if these
are critical enough to prompt another rc, but I'm submitting them for
consideration.

First, is Cornelia's fix for 480bc11e6 which meant "make check" would
always fail on a ppc host.  Tracking that down delayed submission of
the rest of these patches, sorry.

The rest are all fairly important bugfixes for qemu crashes or guest
behaviour regression on ppc.  Patches 2-4 specifically are fixes for
regressions from qemu-2.9, caused by the compatibility mode and
hotplug handling cleanups for the pseries machine type.

----------------------------------------------------------------
Bharata B Rao (1):
      spapr: Allow configure-connector to be called multiple times

Cornelia Huck (1):
      boot-serial-test: prefer tcg accelerator

Daniel Henrique Barboza (1):
      target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaround

Greg Kurz (1):
      ppc: fix ppc_set_compat() with KVM PR

Thomas Huth (3):
      hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'
      hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = false
      hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device

 hw/i386/pc.c             | 14 ++++++++++++--
 hw/mem/nvdimm.c          |  2 +-
 hw/mem/pc-dimm.c         | 14 +++++++++++---
 hw/ppc/spapr.c           | 42 ++++++++++++++++++++++++++++++------------
 hw/ppc/spapr_drc.c       | 30 +++++++++++++++++++++++-------
 hw/ppc/spapr_iommu.c     |  2 ++
 hw/ppc/spapr_rtc.c       |  2 ++
 include/hw/mem/pc-dimm.h |  2 +-
 target/ppc/compat.c      |  9 +++++----
 target/ppc/kvm.c         | 38 ++++++++++++++++++++++++++++++++++++++
 target/ppc/kvm_ppc.h     |  1 +
 target/ppc/machine.c     | 22 ++++++++++++++++++++++
 tests/boot-serial-test.c |  6 +++++-
 13 files changed, 153 insertions(+), 31 deletions(-)

Re: [Qemu-devel] [PULL 0/7] ppc-for-2.10 queue 20170823
Posted by Peter Maydell 6 years, 7 months ago
On 23 August 2017 at 01:32, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 1f296733876434118fd766cfef5eb6f29ecab6a8:
>
>   Update version for v2.10.0-rc3 release (2017-08-15 18:53:31 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.10-20170823
>
> for you to fetch changes up to 1f98e55385d11da1dc0de6440e66f19d191d2a1b:
>
>   hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device (2017-08-22 21:26:46 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 2017-08-23
>
> This is identical to the pull request from yesterday (20180822),
> except that a bug in one patch is fixed so that it doesn't break TCG
> on a ppc host.
>
> Last minute ppc related fixes for qemu-2.10.  I'm not sure if these
> are critical enough to prompt another rc, but I'm submitting them for
> consideration.
>
> First, is Cornelia's fix for 480bc11e6 which meant "make check" would
> always fail on a ppc host.  Tracking that down delayed submission of
> the rest of these patches, sorry.
>
> The rest are all fairly important bugfixes for qemu crashes or guest
> behaviour regression on ppc.  Patches 2-4 specifically are fixes for
> regressions from qemu-2.9, caused by the compatibility mode and
> hotplug handling cleanups for the pseries machine type.
>

Applied, thanks.

-- PMM