mbox

[PULL,0/1] M68k for 5.0 patches

Message ID 20200121122138.1708193-1-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier Jan. 21, 2020, 12:21 p.m. UTC
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(-)

Comments

Peter Maydell Jan. 21, 2020, 12:59 p.m. UTC | #1
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