[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] ppc-for-6.0 queue 20210331
From: |
David Gibson |
Subject: |
[PULL 0/5] ppc-for-6.0 queue 20210331 |
Date: |
Wed, 31 Mar 2021 17:25:19 +1100 |
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(-)
- [PULL 0/5] ppc-for-6.0 queue 20210331,
David Gibson <=
- [PULL 2/5] target/ppc/kvm: Cache timebase frequency, David Gibson, 2021/03/31
- [PULL 1/5] hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC node, David Gibson, 2021/03/31
- [PULL 3/5] spapr: Assert DIMM unplug state in spapr_memory_unplug(), David Gibson, 2021/03/31
- [PULL 4/5] spapr: Fix typo in the patb_entry comment, David Gibson, 2021/03/31
- [PULL 5/5] hw/net: fsl_etsec: Tx padding length should exclude CRC, David Gibson, 2021/03/31
- Re: [PULL 0/5] ppc-for-6.0 queue 20210331, Peter Maydell, 2021/03/31