[PULL 0/5] ppc-for-6.0 queue 20210331

David Gibson posted 5 patches 2 years, 12 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210331062524.335749-1-david@gibson.dropbear.id.au
Maintainers: Jason Wang <jasowang@redhat.com>, David Gibson <david@gibson.dropbear.id.au>, Paolo Bonzini <pbonzini@redhat.com>, Greg Kurz <groug@kaod.org>
hw/net/fsl_etsec/rings.c |  2 +-
hw/ppc/e500.c            |  2 ++
hw/ppc/spapr.c           |  3 +++
include/hw/ppc/spapr.h   |  2 +-
target/ppc/kvm.c         | 25 +++++++++++++++++++------
5 files changed, 26 insertions(+), 8 deletions(-)
[PULL 0/5] ppc-for-6.0 queue 20210331
Posted by David Gibson 2 years, 12 months ago
The following changes since commit 6d40ce00c1166c317e298ad82ecf10e650c4f87d:

  Update version for v6.0.0-rc1 release (2021-03-30 18:19:07 +0100)

are available in the Git repository at:

  https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.0-20210331

for you to fetch changes up to 611ac0a60fdcc7422bf42ef9b467abf4fdbea1a2:

  hw/net: fsl_etsec: Tx padding length should exclude CRC (2021-03-31 11:10:50 +1100)

----------------------------------------------------------------
ppc patch queue for 2021-03-31

Here's another set of patches for the ppc target and associated
machine types.  I'd hoped to send this closer to the hard freeze, but
got caught up for some time chasing what looked like a strange
regression, before finally concluding it was due to unrelated failures
on the CI.

This is just a handful of fairly straightforward fixes, plus one
performance improvement that's simple and beneficial enough that I'm
considering it a "performance bug fix".

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      spapr: Fix typo in the patb_entry comment

Bin Meng (2):
      hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC node
      hw/net: fsl_etsec: Tx padding length should exclude CRC

Greg Kurz (2):
      target/ppc/kvm: Cache timebase frequency
      spapr: Assert DIMM unplug state in spapr_memory_unplug()

 hw/net/fsl_etsec/rings.c |  2 +-
 hw/ppc/e500.c            |  2 ++
 hw/ppc/spapr.c           |  3 +++
 include/hw/ppc/spapr.h   |  2 +-
 target/ppc/kvm.c         | 25 +++++++++++++++++++------
 5 files changed, 26 insertions(+), 8 deletions(-)

Re: [PULL 0/5] ppc-for-6.0 queue 20210331
Posted by Peter Maydell 2 years, 12 months ago
On Wed, 31 Mar 2021 at 07:25, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 6d40ce00c1166c317e298ad82ecf10e650c4f87d:
>
>   Update version for v6.0.0-rc1 release (2021-03-30 18:19:07 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.0-20210331
>
> for you to fetch changes up to 611ac0a60fdcc7422bf42ef9b467abf4fdbea1a2:
>
>   hw/net: fsl_etsec: Tx padding length should exclude CRC (2021-03-31 11:10:50 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue for 2021-03-31
>
> Here's another set of patches for the ppc target and associated
> machine types.  I'd hoped to send this closer to the hard freeze, but
> got caught up for some time chasing what looked like a strange
> regression, before finally concluding it was due to unrelated failures
> on the CI.
>
> This is just a handful of fairly straightforward fixes, plus one
> performance improvement that's simple and beneficial enough that I'm
> considering it a "performance bug fix".


Applied, thanks.

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

-- PMM