[PULL 0/4] M68k for 6.1 patches

Laurent Vivier posted 4 patches 2 years, 11 months ago
Test checkpatch passed
Failed in applying to current master (apply log)
target/m68k/cpu.h       |  8 +++++++
target/m68k/translate.c | 51 ++++++++++++++++++++++++++++++++++-------
2 files changed, 51 insertions(+), 8 deletions(-)
[PULL 0/4] M68k for 6.1 patches
Posted by Laurent Vivier 2 years, 11 months ago
The following changes since commit 0319ad22bd5789e1eaa8a2dd5773db2d2c372f20:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-updates-250521-2' into staging (2021-05-25 17:31:04 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5e50c6c72bf8575f124ec9397411f4a2ff0d0206:

  target/m68k: implement m68k "any instruction" trace mode (2021-05-26 20:45:18 +0200)

----------------------------------------------------------------
m68k pull request 20210526

implement m68k "any instruction" trace mode

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

Mark Cave-Ayland (4):
  target/m68k: introduce is_singlestepping() function
  target/m68k: call gen_raise_exception() directly if single-stepping in
    gen_jmp_tb()
  target/m68k: introduce gen_singlestep_exception() function
  target/m68k: implement m68k "any instruction" trace mode

 target/m68k/cpu.h       |  8 +++++++
 target/m68k/translate.c | 51 ++++++++++++++++++++++++++++++++++-------
 2 files changed, 51 insertions(+), 8 deletions(-)

-- 
2.31.1


Re: [PULL 0/4] M68k for 6.1 patches
Posted by Peter Maydell 2 years, 11 months ago
On Wed, 26 May 2021 at 21:15, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 0319ad22bd5789e1eaa8a2dd5773db2d2c372f20:
>
>   Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-updates-250521-2' into staging (2021-05-25 17:31:04 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-6.1-pull-request
>
> for you to fetch changes up to 5e50c6c72bf8575f124ec9397411f4a2ff0d0206:
>
>   target/m68k: implement m68k "any instruction" trace mode (2021-05-26 20:45:18 +0200)
>
> ----------------------------------------------------------------
> m68k pull request 20210526
>
> implement m68k "any instruction" trace mode
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM