Re: [Qemu-devel] [PATCH 3/3] target-mips:Support for Cavium specific instructions

2011-08-13 Thread Khansa Butt
On Thu, Aug 4, 2011 at 4:22 PM, Peter Maydell wrote: > On 5 July 2011 10:19, wrote: > > --- > > host-utils.c|1 + > > target-mips/cpu.h |7 + > > target-mips/helper.h|5 + > > target-mips/op_helper.c | 67 +++ > > target-mips/translate.c | 443 >

Re: [Qemu-devel] [PATCH 3/3] target-mips:Support for Cavium specific instructions

2011-08-04 Thread Peter Maydell
On 5 July 2011 10:19, wrote: > --- >  host-utils.c            |    1 + >  target-mips/cpu.h       |    7 + >  target-mips/helper.h    |    5 + >  target-mips/op_helper.c |   67 +++ >  target-mips/translate.c |  443 > ++- >  5 files changed, 514 ins

[Qemu-devel] [PATCH 3/3] target-mips:Support for Cavium specific instructions

2011-07-05 Thread khansa
From: Ehsan-ul-Haq, Abdul Qadeer, Abdul Waheed, Khansa Butt Signed-off-by: Khansa Butt --- host-utils.c|1 + target-mips/cpu.h |7 + target-mips/helper.h|5 + target-mips/op_helper.c | 67 +++ target-mips/translate.c | 443 ++