mbox

[PULL,0/6] sh4-next queue

Message ID 1442179125-29608-1-git-send-email-aurelien@aurel32.net
State New
Headers show

Pull-request

git://git.aurel32.net/qemu.git tags/pull-sh4-next-20150913

Message

Aurelien Jarno Sept. 13, 2015, 9:18 p.m. UTC
The following changes since commit 7b9c09f7d486647784c605739d69b708a7249c9b:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' into staging (2015-09-10 18:25:52 +0100)

are available in the git repository at:

  git://git.aurel32.net/qemu.git tags/pull-sh4-next-20150913

for you to fetch changes up to cdd14a8cf25c34ff8d0777530e8d16565f6bf7a1:

  sh4: Fix initramfs initialization for endiannes-mismatched targets (2015-09-13 23:08:51 +0200)

----------------------------------------------------------------
sh4-next:

- TCG optimizations
- fix initramfs endianness issue

----------------------------------------------------------------
Aurelien Jarno (5):
      target-sh4: add flags markups for FP helpers
      target-sh4: use deposit in swap.b instruction
      target-sh4: improve cmp/str instruction
      target-sh4: improve shld instruction
      target-sh4: improve shad instruction

Guenter Roeck (1):
      sh4: Fix initramfs initialization for endiannes-mismatched targets

 hw/sh4/r2d.c           |   6 +--
 target-sh4/helper.h    |  34 ++++++-------
 target-sh4/translate.c | 126 ++++++++++++++++++++-----------------------------
 3 files changed, 71 insertions(+), 95 deletions(-)

Comments

Peter Maydell Sept. 14, 2015, 1:05 p.m. UTC | #1
On 13 September 2015 at 22:18, Aurelien Jarno <aurelien@aurel32.net> wrote:
> The following changes since commit 7b9c09f7d486647784c605739d69b708a7249c9b:
>
>   Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' into staging (2015-09-10 18:25:52 +0100)
>
> are available in the git repository at:
>
>   git://git.aurel32.net/qemu.git tags/pull-sh4-next-20150913
>
> for you to fetch changes up to cdd14a8cf25c34ff8d0777530e8d16565f6bf7a1:
>
>   sh4: Fix initramfs initialization for endiannes-mismatched targets (2015-09-13 23:08:51 +0200)
>
> ----------------------------------------------------------------
> sh4-next:
>
> - TCG optimizations
> - fix initramfs endianness issue
>

Applied, thanks.

-- PMM