[PULL 0/1] ppc queue

Cédric Le Goater posted 1 patch 1 year ago
Failed in applying to current master (apply log)
Maintainers: Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>
There is a newer version of this series
target/ppc/translate.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PULL 0/1] ppc queue
Posted by Cédric Le Goater 1 year ago
The following changes since commit c6f3cbca32bde9ee94d9949aa63e8a7ef2d7bc5b:

  Update version for v8.0.0-rc3 release (2023-04-05 17:26:14 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a253231fbede6e69bf287afd90f67347a7383aab:

  target/ppc: Fix temp usage in gen_op_arith_modw (2023-04-09 19:21:27 +0200)

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

* Fix regresion with prefix instructions and pcrel addressing

----------------------------------------------------------------
Richard Henderson (1):
      target/ppc: Fix temp usage in gen_op_arith_modw

 target/ppc/translate.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Re: [PULL 0/1] ppc queue
Posted by Peter Maydell 1 year ago
On Sun, 9 Apr 2023 at 22:23, Cédric Le Goater <clg@kaod.org> wrote:
>
> The following changes since commit c6f3cbca32bde9ee94d9949aa63e8a7ef2d7bc5b:
>
>   Update version for v8.0.0-rc3 release (2023-04-05 17:26:14 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/legoater/qemu/ tags/pull-ppc-20230409
>
> for you to fetch changes up to a253231fbede6e69bf287afd90f67347a7383aab:
>
>   target/ppc: Fix temp usage in gen_op_arith_modw (2023-04-09 19:21:27 +0200)
>
> ----------------------------------------------------------------
> ppc queue:
>
> * Fix regresion with prefix instructions and pcrel addressing


Applied, thanks.

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

-- PMM