[Qemu-devel] [PULL 0/1] M68k for 3.1 patches

Laurent Vivier posted 1 patch 5 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181101113711.28074-1-laurent@vivier.eu
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
linux-user/m68k/cpu_loop.c | 1 -
target/m68k/cpu.h          | 1 -
target/m68k/translate.c    | 6 +++---
3 files changed, 3 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/1] M68k for 3.1 patches
Posted by Laurent Vivier 5 years, 5 months ago
The following changes since commit 7d51a855cd568ec3399a1834ada4023cfa12f231:

  Merge remote-tracking branch 'remotes/xtensa/tags/20181030-xtensa' into staging (2018-10-31 16:11:43 +0000)

are available in the Git repository at:

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

for you to fetch changes up to b9f8e55bf7e994e192ab7360830731580384b813:

  target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED (2018-11-01 12:12:24 +0100)

----------------------------------------------------------------
Fix illegal instruction exception number

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

Laurent Vivier (1):
  target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED

 linux-user/m68k/cpu_loop.c | 1 -
 target/m68k/cpu.h          | 1 -
 target/m68k/translate.c    | 6 +++---
 3 files changed, 3 insertions(+), 5 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL 0/1] M68k for 3.1 patches
Posted by Peter Maydell 5 years, 5 months ago
On 1 November 2018 at 11:37, Laurent Vivier <laurent@vivier.eu> wrote:
> The following changes since commit 7d51a855cd568ec3399a1834ada4023cfa12f231:
>
>   Merge remote-tracking branch 'remotes/xtensa/tags/20181030-xtensa' into staging (2018-10-31 16:11:43 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-3.1-pull-request
>
> for you to fetch changes up to b9f8e55bf7e994e192ab7360830731580384b813:
>
>   target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED (2018-11-01 12:12:24 +0100)
>
> ----------------------------------------------------------------
> Fix illegal instruction exception number
>
> ----------------------------------------------------------------
>
> Laurent Vivier (1):
>   target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED
>
>  linux-user/m68k/cpu_loop.c | 1 -
>  target/m68k/cpu.h          | 1 -
>  target/m68k/translate.c    | 6 +++---
>  3 files changed, 3 insertions(+), 5 deletions(-)
>

Applied, thanks.

-- PMM