Re: [Qemu-devel] [PATCH v5 03/15] target-tricore: Add softmmu support

2014-08-20 Thread Richard Henderson
On 08/13/2014 05:07 AM, Bastian Koppelmann wrote: > +*prot = PAGE_READ | PAGE_WRITE; No execute permission? r~

[Qemu-devel] [PATCH v5 03/15] target-tricore: Add softmmu support

2014-08-13 Thread Bastian Koppelmann
Add basic softmmu support for TriCore Signed-off-by: Bastian Koppelmann --- target-tricore/helper.c| 54 +- target-tricore/op_helper.c | 33 +++- 2 files changed, 85 insertions(+), 2 deletions(-) diff --git a/target-tricore