Re: [Qemu-devel] [PATCH v2] m68k: implement move to/from usp register instruction

2012-09-14 Thread Richard Henderson
On 09/13/2012 04:37 PM, g...@snapgear.com wrote: > From: Greg Ungerer > > Fill out the code support for the move to/from usp instructions. They are > being decoded, but there is no code to support their actions. So add it. > > Current versions of Linux running on the ColdFire 5208 use these inst

[Qemu-devel] [PATCH v2] m68k: implement move to/from usp register instruction

2012-09-13 Thread gerg
From: Greg Ungerer Fill out the code support for the move to/from usp instructions. They are being decoded, but there is no code to support their actions. So add it. Current versions of Linux running on the ColdFire 5208 use these instructions. Signed-off-by: Greg Ungerer --- target-m68k/tran