[Qemu-devel] [PULL 0/6] M68k staging patches

Laurent Vivier posted 6 patches 4 years, 11 months ago
Failed in applying to current master (apply log)
target/m68k/cpu.c       |  2 +-
target/m68k/cpu.h       |  7 ++--
target/m68k/helper.c    | 84 ++++++++++++++++++++++++++++++++---------
target/m68k/op_helper.c | 20 ++++------
target/m68k/translate.c |  9 ++---
5 files changed, 84 insertions(+), 38 deletions(-)
[Qemu-devel] [PULL 0/6] M68k staging patches
Posted by Laurent Vivier 4 years, 11 months ago
The following changes since commit c1497fba36465d0259d4d04f2bf09ea59ed42680:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190514b' into staging (2019-05-16 10:24:08 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu-m68k.git tags/m68k-staging-pull-request

for you to fetch changes up to 60d3d0cfeb1658d2827d6a4f0df27252bb36baba:

  target/m68k: Optimize rotate_x() using extract_i32() (2019-05-17 00:30:47 +0200)

----------------------------------------------------------------
code cleanup, switch to transaction_failed hook

----------------------------------------------------------------

Peter Maydell (3):
  target/m68k: In dump_address_map() check for memory access failures
  target/m68k: In get_physical_address() check for memory access
    failures
  target/m68k: Switch to transaction_failed hook

Philippe Mathieu-Daudé (3):
  target/m68k: Reduce the l1 TCGLabel scope
  target/m68k: Fix a tcg_temp leak
  target/m68k: Optimize rotate_x() using extract_i32()

 target/m68k/cpu.c       |  2 +-
 target/m68k/cpu.h       |  7 ++--
 target/m68k/helper.c    | 84 ++++++++++++++++++++++++++++++++---------
 target/m68k/op_helper.c | 20 ++++------
 target/m68k/translate.c |  9 ++---
 5 files changed, 84 insertions(+), 38 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/6] M68k staging patches
Posted by Peter Maydell 4 years, 11 months ago
On Thu, 16 May 2019 at 23:37, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit c1497fba36465d0259d4d04f2bf09ea59ed42680:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190514b' into staging (2019-05-16 10:24:08 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-staging-pull-request
>
> for you to fetch changes up to 60d3d0cfeb1658d2827d6a4f0df27252bb36baba:
>
>   target/m68k: Optimize rotate_x() using extract_i32() (2019-05-17 00:30:47 +0200)
>
> ----------------------------------------------------------------
> code cleanup, switch to transaction_failed hook
>
> ----------------------------------------------------------------
>


Applied, thanks.

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

-- PMM