From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0l8n-0004KF-Ue for qemu-devel@nongnu.org; Tue, 07 Jan 2014 23:53:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0l8j-0006aR-Rj for qemu-devel@nongnu.org; Tue, 07 Jan 2014 23:53:17 -0500 Date: Wed, 8 Jan 2014 12:52:55 +0800 From: Stefan Hajnoczi Message-ID: <20140108045255.GI30570@stefanha-thinkpad.redhat.com> References: <56EA75BA695AE044ACFB41322F6D2BF44CE7794D@BADAG02.ba.imgtec.org> <56EA75BA695AE044ACFB41322F6D2BF44CE81A86@BADAG02.ba.imgtec.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <56EA75BA695AE044ACFB41322F6D2BF44CE81A86@BADAG02.ba.imgtec.org> Subject: Re: [Qemu-devel] backport three changes for v1.7.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Petar Jovanovic Cc: Michael Roth , qemu-stable =?utf-8?B?4oCOW3FlbXUtc3RhYmxlQG5vbmdudS5vcmdd4oCO?= , "qemu-devel@nongnu.org" 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-stable@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 > 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 > Signed-off-by: Aurelien Jarno > > commit a29267846a52b4ca294ba3a962b74b67df7ce6d2 > Author: Petar Jovanovic > 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 > Signed-off-by: Riku Voipio > > commit 55a2b1631fb343edac4a2d4596c72e58ee1372b3 > Author: Petar Jovanovic > 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 > Signed-off-by: Riku Voipio > > > > Thank you. > > Regards, > Petar