[PULL 0/5] ppc-for-6.1 queue 20210729

David Gibson posted 5 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210729070135.422262-1-david@gibson.dropbear.id.au
Maintainers: David Gibson <david@gibson.dropbear.id.au>, BALATON Zoltan <balaton@eik.bme.hu>, Greg Kurz <groug@kaod.org>, Alexey Kardashevskiy <aik@ozlabs.ru>, Paolo Bonzini <pbonzini@redhat.com>, Corey Minyard <cminyard@mvista.com>
accel/kvm/kvm-all.c                        |   6 ++
hw/i2c/smbus_eeprom.c                      |   2 +-
hw/ppc/pegasos2.c                          |   2 +-
hw/ppc/trace-events                        |   4 +-
hw/ppc/vof.c                               | 139 +++++++++++++++--------------
include/hw/ppc/vof.h                       |   2 +
target/ppc/translate/fixedpoint-impl.c.inc |  58 +++++++++++-
7 files changed, 142 insertions(+), 71 deletions(-)
[PULL 0/5] ppc-for-6.1 queue 20210729
Posted by David Gibson 2 years, 9 months ago
The following changes since commit 69ea12b19a15ae006521cd5cc0f627f27f738746:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-07-27' into staging (2021-07-28 13:32:12 +0100)

are available in the Git repository at:

  https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.1-20210729

for you to fetch changes up to 380e49297c302fdcf8e5d56abdbe07868d3af8d8:

  kvm: ppc: Print meaningful message on KVM_CREATE_VM failure (2021-07-29 10:59:49 +1000)

----------------------------------------------------------------
ppc patch queue 2021-07-29

Here's a small batch of bufixes for the ppc target to go into qemu-6.1.

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      ppc/vof: Fix Coverity issues

BALATON Zoltan (2):
      ppc/pegasos2: Fix spurious warning with -bios
      i2c/smbus_eeprom: Add feature bit to SPD data

Fabiano Rosas (1):
      kvm: ppc: Print meaningful message on KVM_CREATE_VM failure

Matheus Ferst (1):
      target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32

 accel/kvm/kvm-all.c                        |   6 ++
 hw/i2c/smbus_eeprom.c                      |   2 +-
 hw/ppc/pegasos2.c                          |   2 +-
 hw/ppc/trace-events                        |   4 +-
 hw/ppc/vof.c                               | 139 +++++++++++++++--------------
 include/hw/ppc/vof.h                       |   2 +
 target/ppc/translate/fixedpoint-impl.c.inc |  58 +++++++++++-
 7 files changed, 142 insertions(+), 71 deletions(-)

Re: [PULL 0/5] ppc-for-6.1 queue 20210729
Posted by Peter Maydell 2 years, 9 months ago
On Thu, 29 Jul 2021 at 08:01, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 69ea12b19a15ae006521cd5cc0f627f27f738746:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-07-27' into staging (2021-07-28 13:32:12 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.1-20210729
>
> for you to fetch changes up to 380e49297c302fdcf8e5d56abdbe07868d3af8d8:
>
>   kvm: ppc: Print meaningful message on KVM_CREATE_VM failure (2021-07-29 10:59:49 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 2021-07-29
>
> Here's a small batch of bufixes for the ppc target to go into qemu-6.1.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM