[PULL 0/1] M68k next patches

Laurent Vivier posted 1 patch 1 year, 2 months ago
target/m68k/translate.c | 4 ++++
1 file changed, 4 insertions(+)
[PULL 0/1] M68k next patches
Posted by Laurent Vivier 1 year, 2 months ago
The following changes since commit 13356edb87506c148b163b8c7eb0695647d00c2a:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-01-24 09:45:33 +0000)

are available in the Git repository at:

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

for you to fetch changes up to c1fc91b82545a2b8ab73f81e5b7b6b0fec292ea1:

  m68k: fix 'bkpt' instruction in softmmu mode (2023-02-01 10:18:21 +0100)

----------------------------------------------------------------
m68k pull request 20230201

fix 'bkpt' instruction in softmmu mode

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

Laurent Vivier (1):
  m68k: fix 'bkpt' instruction in softmmu mode

 target/m68k/translate.c | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.39.1
Re: [PULL 0/1] M68k next patches
Posted by Peter Maydell 1 year, 2 months ago
On Wed, 1 Feb 2023 at 09:54, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 13356edb87506c148b163b8c7eb0695647d00c2a:
>
>   Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-01-24 09:45:33 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/vivier/qemu-m68k.git tags/m68k-next-pull-request
>
> for you to fetch changes up to c1fc91b82545a2b8ab73f81e5b7b6b0fec292ea1:
>
>   m68k: fix 'bkpt' instruction in softmmu mode (2023-02-01 10:18:21 +0100)
>
> ----------------------------------------------------------------
> m68k pull request 20230201
>
> fix 'bkpt' instruction in softmmu mode
>
> ----------------------------------------------------------------
>
> Laurent Vivier (1):
>   m68k: fix 'bkpt' instruction in softmmu mode
>


Applied, thanks.

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

-- PMM