Re: [Qemu-devel] MIPS64 user mode emulation Patch

2011-04-09 Thread Khansa Butt
Please see the online comments highlighted in red. I'll be sending corrected Patches to the mailing list. On Wed, Mar 30, 2011 at 9:38 PM, Nathan Froyd wrote: > On Sat, Mar 26, 2011 at 11:58:37AM +0500, Khansa Butt wrote: > > Subject: [PATCH] MIPS64 user mode emulation in QEMU > > This patch add

Re: [Qemu-devel] MIPS64 user mode emulation Patch

2011-04-03 Thread Aurelien Jarno
On Sat, Mar 26, 2011 at 11:58:37AM +0500, Khansa Butt wrote: > From cd88be1263d0fc9802cd4dd358ed0299c0d106b0 Mon Sep 17 00:00:00 2001 > From: Khansa Butt & Ehsan-ul-Haq > Date: Sat, 26 Mar 2011 11:53:11 +0500 > Subject: [PATCH] MIPS64 user mode emulation in QEMU > This patch adds support for Cavi

Re: [Qemu-devel] MIPS64 user mode emulation Patch

2011-03-30 Thread Nathan Froyd
On Sat, Mar 26, 2011 at 11:58:37AM +0500, Khansa Butt wrote: > Subject: [PATCH] MIPS64 user mode emulation in QEMU > This patch adds support for Cavium Network's > Octeon 57XX user mode instructions. Octeon > 57xx is based on MIPS64. So this patch is > the first MIPS64 User Mode Emulation in

Re: [Qemu-devel] MIPS64 user mode emulation Patch

2011-03-29 Thread Riku Voipio
Hi, First, do you have some instructions on howto build Octeon usermode 64bit binaries. Second, I think we would prefer that the patch was split to smaller patches. At least the target-mips changes should be a separate patch. Some more comments included inline between the code. On Sat, Mar 26, 2