mbox

[PULL,0/3] M68k for 2.8 patches

Message ID 1480001287-17515-1-git-send-email-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier Nov. 24, 2016, 3:28 p.m. UTC
The following changes since commit 00227fefd2059464cd2f59aed29944874c630e2f:

  Update version for v2.8.0-rc1 release (2016-11-22 22:29:08 +0000)

are available in the git repository at:

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

for you to fetch changes up to 4a18cd44f3c905d443c26e26bb9b09932606d1a3:

  target-m68k: fix muluw/mulsw (2016-11-24 16:24:27 +0100)

----------------------------------------------------------------
This series fixes some errors found unsing risu.
----------------------------------------------------------------

Laurent Vivier (3):
  target-m68k: fix EXG instruction
  target-m68k: Fix cmpa operand size
  target-m68k: fix muluw/mulsw

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

Comments

Stefan Hajnoczi Nov. 25, 2016, 12:05 p.m. UTC | #1
On Thu, Nov 24, 2016 at 04:28:04PM +0100, Laurent Vivier wrote:
> The following changes since commit 00227fefd2059464cd2f59aed29944874c630e2f:
> 
>   Update version for v2.8.0-rc1 release (2016-11-22 22:29:08 +0000)
> 
> are available in the git repository at:
> 
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.8-pull-request
> 
> for you to fetch changes up to 4a18cd44f3c905d443c26e26bb9b09932606d1a3:
> 
>   target-m68k: fix muluw/mulsw (2016-11-24 16:24:27 +0100)
> 
> ----------------------------------------------------------------
> This series fixes some errors found unsing risu.
> ----------------------------------------------------------------
> 
> Laurent Vivier (3):
>   target-m68k: fix EXG instruction
>   target-m68k: Fix cmpa operand size
>   target-m68k: fix muluw/mulsw
> 
>  target-m68k/translate.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> -- 
> 2.7.4
> 
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan