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 peter.mayd...@linaro.orgwrote: On 5 July 2011 10:19, kha...@kics.edu.pk wrote: --- host-utils.c|1 + target-mips/cpu.h |7 + target-mips/helper.h|5 + target-mips/op_helper.c | 67 +++

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, kha...@kics.edu.pk 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

[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 kha...@kics.edu.pk Signed-off-by: Khansa Butt kha...@kics.edu.pk --- host-utils.c|1 + target-mips/cpu.h |7 + target-mips/helper.h|5 + target-mips/op_helper.c | 67 +++ target-mips/translate.c