mbox

[PULL,0/1] M68k next patches

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

Pull-request

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

Message

Laurent Vivier Feb. 1, 2023, 9:54 a.m. UTC
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(+)

Comments

Peter Maydell Feb. 4, 2023, 5:16 p.m. UTC | #1
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