[Qemu-devel] Re: [PATCH] Added Cortex_a8_v3 version, and added a shift instruction for NEON.

2010-03-02 Thread George Karavaev
Here's the patch after suggested changes. --- target-arm/cpu.h |1 + target-arm/helper.c|3 +++ target-arm/translate.c | 16 +--- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 4a1c53f..8751402 100644 --- a/ta

[Qemu-devel] [PATCH] Added Cortex_a8_v3 version, and added a shift instruction for NEON.

2010-02-18 Thread George Karavaev
--- target-arm/cpu.h |1 + target-arm/helper.c|3 +++ target-arm/translate.c | 17 +++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 4a1c53f..8751402 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -