[Qemu-devel] [PULL 0/7] ppc-for-2.12 queue 20180410

David Gibson posted 7 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180410125233.31618-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
.gitmodules              |  2 +-
hw/misc/macio/macio.c    | 14 +++++++-------
hw/ppc/ppc440_uc.c       |  3 +--
hw/ppc/sam460ex.c        |  7 ++++---
hw/ppc/spapr.c           |  1 +
roms/u-boot-sam460ex     |  2 +-
target/ppc/machine.c     | 10 +++++++++-
target/ppc/translate.c   |  7 +++----
tests/boot-serial-test.c |  2 ++
9 files changed, 29 insertions(+), 19 deletions(-)
[Qemu-devel] [PULL 0/7] ppc-for-2.12 queue 20180410
Posted by David Gibson 6 years ago
The following changes since commit 915d34c5f99b0ab91517c69f54272bfdb6ca2b32:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-04-09 17:29:10 +0100)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.12-20180410

for you to fetch changes up to 6b3913e0858488ef3358c1683605d6894a6cadb0:

  roms/u-boot-sam460ex: Change to qemu git mirror and update (2018-04-10 10:05:38 +1000)

----------------------------------------------------------------
ppc patch queue 2018-04-10

Here's a rather late pull request with a handful of fixes for 2.12.
These have been blocked for some time, because I wasn't able to
complete my usual test set due to the SCSI problem fixed in 37c5174
"scsi-disk: Don't enlarge min_io_size to max_io_size".

Since we're in hard freeze, these are all bugfixes.  Most are also
regressions, although in one case it's only a "regression" because a
longstanding bug has been exposed by a new machine type (sam460ex) in
the testcases.  There are also a couple of sam460ex fixes that aren't
regressions since the board didn't exist before.  On the flipside
though, they're low risk because they only touch board specific code
for a board that doesn't exist in any released version.

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      spapr: Initialize reserved areas list in FDT in H_CAS handler

BALATON Zoltan (2):
      sam460ex: Fix timer frequency and clock multipliers
      roms/u-boot-sam460ex: Change to qemu git mirror and update

David Gibson (2):
      target/ppc: Initialize lazy_tlb_flush correctly
      target/ppc: Fix backwards migration of msr_mask

Thomas Huth (2):
      hw/misc/macio: Fix crash when listing device properties of macio device
      tests/boot-serial: Test the sam460ex board

 .gitmodules              |  2 +-
 hw/misc/macio/macio.c    | 14 +++++++-------
 hw/ppc/ppc440_uc.c       |  3 +--
 hw/ppc/sam460ex.c        |  7 ++++---
 hw/ppc/spapr.c           |  1 +
 roms/u-boot-sam460ex     |  2 +-
 target/ppc/machine.c     | 10 +++++++++-
 target/ppc/translate.c   |  7 +++----
 tests/boot-serial-test.c |  2 ++
 9 files changed, 29 insertions(+), 19 deletions(-)

Re: [Qemu-devel] [PULL 0/7] ppc-for-2.12 queue 20180410
Posted by Peter Maydell 6 years ago
On 10 April 2018 at 13:52, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 915d34c5f99b0ab91517c69f54272bfdb6ca2b32:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-04-09 17:29:10 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.12-20180410
>
> for you to fetch changes up to 6b3913e0858488ef3358c1683605d6894a6cadb0:
>
>   roms/u-boot-sam460ex: Change to qemu git mirror and update (2018-04-10 10:05:38 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 2018-04-10
>
> Here's a rather late pull request with a handful of fixes for 2.12.
> These have been blocked for some time, because I wasn't able to
> complete my usual test set due to the SCSI problem fixed in 37c5174
> "scsi-disk: Don't enlarge min_io_size to max_io_size".
>
> Since we're in hard freeze, these are all bugfixes.  Most are also
> regressions, although in one case it's only a "regression" because a
> longstanding bug has been exposed by a new machine type (sam460ex) in
> the testcases.  There are also a couple of sam460ex fixes that aren't
> regressions since the board didn't exist before.  On the flipside
> though, they're low risk because they only touch board specific code
> for a board that doesn't exist in any released version.
>

Applied, thanks.

-- PMM