[PULL 0/1] M68k for 5.0 patches

Laurent Vivier posted 1 patch 4 years, 3 months ago
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200121122138.1708193-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
target/m68k/translate.c | 42 ++++++++++++++++++++++++++---------------
1 file changed, 27 insertions(+), 15 deletions(-)
[PULL 0/1] M68k for 5.0 patches
Posted by Laurent Vivier 4 years, 3 months ago
The following changes since commit d83bbedab5a2758fbb7866c06472feb3f3bf079b:

  Makefile: add missing mkdir MANUAL_BUILDDIR (2020-01-21 11:56:17 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 322f244aaa80a5208090d41481c1c09c6face66b:

  m68k: Fix regression causing Single-Step via GDB/RSP to not single step (2020-01-21 13:05:45 +0100)

----------------------------------------------------------------
Fix m68k single-stepping with remote gdb

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

Laurent Vivier (1):
  m68k: Fix regression causing Single-Step via GDB/RSP to not single
    step

 target/m68k/translate.c | 42 ++++++++++++++++++++++++++---------------
 1 file changed, 27 insertions(+), 15 deletions(-)

-- 
2.24.1


Re: [PULL 0/1] M68k for 5.0 patches
Posted by Peter Maydell 4 years, 3 months ago
On Tue, 21 Jan 2020 at 12:22, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit d83bbedab5a2758fbb7866c06472feb3f3bf079b:
>
>   Makefile: add missing mkdir MANUAL_BUILDDIR (2020-01-21 11:56:17 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-5.0-pull-request
>
> for you to fetch changes up to 322f244aaa80a5208090d41481c1c09c6face66b:
>
>   m68k: Fix regression causing Single-Step via GDB/RSP to not single step (2020-01-21 13:05:45 +0100)
>
> ----------------------------------------------------------------
> Fix m68k single-stepping with remote gdb
>
> ----------------------------------------------------------------
>
> Laurent Vivier (1):
>   m68k: Fix regression causing Single-Step via GDB/RSP to not single
>     step
>
>  target/m68k/translate.c | 42 ++++++++++++++++++++++++++---------------
>  1 file changed, 27 insertions(+), 15 deletions(-)


Applied, thanks.

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

-- PMM