mbox

[PULL,0/6] M68k staging patches

Message ID 20190516223519.7520-1-laurent@vivier.eu (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Laurent Vivier May 16, 2019, 10:35 p.m. UTC
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(-)

Comments

Peter Maydell May 17, 2019, 10:24 a.m. UTC | #1
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