ping ________________________________________ From: Stefan Hajnoczi [stefa...@gmail.com] Sent: Wednesday, January 08, 2014 5:52 AM To: Petar Jovanovic Cc: qemu-stable [qemu-sta...@nongnu.org]; qemu-devel@nongnu.org; Michael Roth Subject: Re: [Qemu-devel] backport three changes for v1.7.1
On Wed, Jan 08, 2014 at 01:30:53AM +0000, Petar Jovanovic wrote: > ping > +cc: qemu-devel@nongnu.org Adding Mike Roth on CC for -stable. > ________________________________ > From: Petar Jovanovic > Sent: Tuesday, December 10, 2013 10:32 AM > To: qemu-stable [qemu-sta...@nongnu.org] > 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 <petar.jovano...@imgtec.com> > 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 <petar.jovano...@imgtec.com> > Signed-off-by: Aurelien Jarno <aurel...@aurel32.net> > > commit a29267846a52b4ca294ba3a962b74b67df7ce6d2 > Author: Petar Jovanovic <petar.jovano...@imgtec.com> > 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 <petar.jovano...@imgtec.com> > Signed-off-by: Riku Voipio <riku.voi...@linaro.org> > > commit 55a2b1631fb343edac4a2d4596c72e58ee1372b3 > Author: Petar Jovanovic <petar.jovano...@imgtec.com> > 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 <petar.jovano...@imgtec.com> > Signed-off-by: Riku Voipio <riku.voi...@linaro.org> > > > > Thank you. > > Regards, > Petar