mbox

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

Message ID 20210729070135.422262-1-david@gibson.dropbear.id.au (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

David Gibson July 29, 2021, 7:01 a.m. UTC
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(-)

Comments

Peter Maydell July 29, 2021, 12:16 p.m. UTC | #1
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