mbox

[PULL,0/1] M68k for 2.12 patches

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

Pull-request

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

Message

Laurent Vivier Feb. 14, 2018, 10:39 a.m. UTC
The following changes since commit bec9c64ef7be8063f1192608b83877bc5c9ea217:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-02-13 18:24:08 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 1226e212292e271b8795265c9639d5c0553df199:

  m68k: implement movep instruction (2018-02-14 11:09:13 +0100)

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

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

Pavel Dovgalyuk (1):
  m68k: implement movep instruction

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

Comments

Peter Maydell Feb. 15, 2018, 1 p.m. UTC | #1
On 14 February 2018 at 10:39, Laurent Vivier <laurent@vivier.eu> wrote:
> The following changes since commit bec9c64ef7be8063f1192608b83877bc5c9ea217:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-02-13 18:24:08 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.12-pull-request
>
> for you to fetch changes up to 1226e212292e271b8795265c9639d5c0553df199:
>
>   m68k: implement movep instruction (2018-02-14 11:09:13 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Pavel Dovgalyuk (1):
>   m68k: implement movep instruction
>
>  target/m68k/cpu.c       |  2 ++
>  target/m68k/cpu.h       |  1 +
>  target/m68k/translate.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 49 insertions(+)

Applied, thanks.

-- PMM