mbox

[PULL,0/1] ppc queue

Message ID 20220328073239.281464-1-clg@kaod.org
State New
Headers show

Pull-request

https://github.com/legoater/qemu/ tags/pull-ppc-20220326

Message

Cédric Le Goater March 28, 2022, 7:32 a.m. UTC
The following changes since commit 3d31fe4d662f13c70eb7e87f29513623ccd76322:

  Merge tag 'pull-target-arm-20220325' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-03-25 15:02:39 +0000)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-ppc-20220326

for you to fetch changes up to bc504838ff88b505421dd28841ee298d9cff31d0:

  target/ppc: fix helper_xvmadd* argument order (2022-03-26 13:52:37 +0100)

----------------------------------------------------------------
ppc-7.0 queue:

* target/ppc: fix helper_xvmadd* argument order

----------------------------------------------------------------
Matheus Ferst (1):
      target/ppc: fix helper_xvmadd* argument order

 target/ppc/translate/vsx-impl.c.inc | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Comments

Peter Maydell March 28, 2022, 2:24 p.m. UTC | #1
On Mon, 28 Mar 2022 at 08:32, Cédric Le Goater <clg@kaod.org> wrote:
>
> The following changes since commit 3d31fe4d662f13c70eb7e87f29513623ccd76322:
>
>   Merge tag 'pull-target-arm-20220325' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-03-25 15:02:39 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/legoater/qemu/ tags/pull-ppc-20220326
>
> for you to fetch changes up to bc504838ff88b505421dd28841ee298d9cff31d0:
>
>   target/ppc: fix helper_xvmadd* argument order (2022-03-26 13:52:37 +0100)
>
> ----------------------------------------------------------------
> ppc-7.0 queue:
>
> * target/ppc: fix helper_xvmadd* argument order
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM