mbox

[PULL,0/1] M68k for 2.10 patches

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

Pull-request

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

Message

Laurent Vivier June 7, 2017, 9:30 a.m. UTC
The following changes since commit 65dfad62a176f5265f801683be64149c5ad55f7d:

  Merge remote-tracking branch 'remotes/xtensa/tags/20170606-xtensa' into staging (2017-06-06 17:00:12 +0100)

are available in the git repository at:

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

for you to fetch changes up to 18059c9e1648bf4fc5c7c1bae6f54690742b05ba:

  target/m68k: implement rtd (2017-06-07 11:18:30 +0200)

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

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

Laurent Vivier (1):
  target/m68k: implement rtd

 target/m68k/cpu.c       |  2 ++
 target/m68k/cpu.h       |  1 +
 target/m68k/translate.c | 11 +++++++++++
 3 files changed, 14 insertions(+)

Comments

Peter Maydell June 7, 2017, 1:59 p.m. UTC | #1
On 7 June 2017 at 10:30, Laurent Vivier <laurent@vivier.eu> wrote:
> The following changes since commit 65dfad62a176f5265f801683be64149c5ad55f7d:
>
>   Merge remote-tracking branch 'remotes/xtensa/tags/20170606-xtensa' into staging (2017-06-06 17:00:12 +0100)
>
> are available in the git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.10-pull-request
>
> for you to fetch changes up to 18059c9e1648bf4fc5c7c1bae6f54690742b05ba:
>
>   target/m68k: implement rtd (2017-06-07 11:18:30 +0200)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Laurent Vivier (1):
>   target/m68k: implement rtd
>
>  target/m68k/cpu.c       |  2 ++
>  target/m68k/cpu.h       |  1 +
>  target/m68k/translate.c | 11 +++++++++++
>  3 files changed, 14 insertions(+)

Applied, thanks.

-- PMM