[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [Qemu-devel] backport three changes for v1.7.1
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-stable] [Qemu-devel] backport three changes for v1.7.1 |
Date: |
Wed, 8 Jan 2014 12:52:55 +0800 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, Jan 08, 2014 at 01:30:53AM +0000, Petar Jovanovic wrote:
> ping
> +cc: address@hidden
Adding Mike Roth on CC for -stable.
> ________________________________
> From: Petar Jovanovic
> Sent: Tuesday, December 10, 2013 10:32 AM
> To: qemu-stable address@hidden
> Subject: backport three changes for v1.7.1
>
> Can someone cherry-pick these three changes and put it into the 1.7 stable
> release, so they are in for v1.7.1?
>
> commit 4d66261f71f2efa31e1052e4041c5ee505572fe5
> Author: Petar Jovanovic <address@hidden>
> Date: Fri Nov 29 17:27:42 2013 +0100
>
> target-mips: fix 64-bit FPU config for user-mode emulation
>
> FR bit should be initialized to 1 for MIPS64, under condition that this
> bit is writable and that CPU has an FPU unit. It should be initialized to
> zero for MIPS32.
> This fixes different MIPS32 issues with FPU instructions whose behaviour
> defaulted to 64-bit FPU mode.
>
> Signed-off-by: Petar Jovanovic <address@hidden>
> Signed-off-by: Aurelien Jarno <address@hidden>
>
> commit a29267846a52b4ca294ba3a962b74b67df7ce6d2
> Author: Petar Jovanovic <address@hidden>
> Date: Wed Oct 30 14:46:32 2013 +0100
>
> linux-user: pass correct parameter to do_shmctl()
>
> Fix shmctl issue by passing correct parameter buf to do_shmctl().
>
> Signed-off-by: Petar Jovanovic <address@hidden>
> Signed-off-by: Riku Voipio <address@hidden>
>
> commit 55a2b1631fb343edac4a2d4596c72e58ee1372b3
> Author: Petar Jovanovic <address@hidden>
> Date: Wed Oct 30 14:46:31 2013 +0100
>
> linux-user: create target_structs header to place ipc_perm and shmid_ds
>
> Creating target_structs header in linux-user/$arch/ and making
> target_ipc_perm and target_shmid_ds its first inhabitants.
> The struct defintions may/should be further fine-tuned by arch
> maintainers.
>
> Signed-off-by: Petar Jovanovic <address@hidden>
> Signed-off-by: Riku Voipio <address@hidden>
>
>
>
> Thank you.
>
> Regards,
> Petar