[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] bc5048: target/ppc: fix helper_xvmadd* argume
From: |
Peter Maydell |
Subject: |
[Qemu-commits] [qemu/qemu] bc5048: target/ppc: fix helper_xvmadd* argument order |
Date: |
Mon, 28 Mar 2022 02:17:05 -0700 |
Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: bc504838ff88b505421dd28841ee298d9cff31d0
https://github.com/qemu/qemu/commit/bc504838ff88b505421dd28841ee298d9cff31d0
Author: Matheus Ferst <matheus.ferst@eldorado.org.br>
Date: 2022-03-26 (Sat, 26 Mar 2022)
Changed paths:
M target/ppc/translate/vsx-impl.c.inc
Log Message:
-----------
target/ppc: fix helper_xvmadd* argument order
When the xsmadd* insns were moved to decodetree, the helper arguments
were reordered to better match the PowerISA description. The same macro
is used to declare xvmadd* helpers, but the translation macro of these
insns was not changed accordingly.
Reported-by: Víctor Colombo <victor.colombo@eldorado.org.br>
Fixes: e4318ab2e423 ("target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to
decodetree")
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Tested-by: Víctor Colombo <victor.colombo@eldorado.org.br>
Message-Id: <20220325111851.718966-1-matheus.ferst@eldorado.org.br>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Commit: 27fc9f365d6f60ff86c2e2be57289bb47a2be882
https://github.com/qemu/qemu/commit/27fc9f365d6f60ff86c2e2be57289bb47a2be882
Author: Peter Maydell <peter.maydell@linaro.org>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M target/ppc/translate/vsx-impl.c.inc
Log Message:
-----------
Merge tag 'pull-ppc-20220326' of https://github.com/legoater/qemu into staging
ppc-7.0 queue:
* target/ppc: fix helper_xvmadd* argument order
# gpg: Signature made Sat 26 Mar 2022 12:57:54 GMT
# gpg: using RSA key A0F66548F04895EBFE6B0B6051A343C7CFFBECA1
# gpg: Good signature from "Cédric Le Goater <clg@kaod.org>" [undefined]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: A0F6 6548 F048 95EB FE6B 0B60 51A3 43C7 CFFB ECA1
* tag 'pull-ppc-20220326' of https://github.com/legoater/qemu:
target/ppc: fix helper_xvmadd* argument order
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Compare: https://github.com/qemu/qemu/compare/3d31fe4d662f...27fc9f365d6f
- [Qemu-commits] [qemu/qemu] bc5048: target/ppc: fix helper_xvmadd* argument order,
Peter Maydell <=