qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Laurent Vivier
Subject: [Qemu-devel] [PULL 0/6] M68k staging patches
Date: Fri, 17 May 2019 00:35:13 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]