Re: [Qemu-devel] [PATCH v2 0/4] TriCore exception patches

2016-02-15 Thread Richard Henderson
On 02/16/2016 12:10 AM, Bastian Koppelmann wrote: Bastian Koppelmann (4): target-tricore: Add trap handling target-tricore: add context managment trap generation target-tricore: add illegal opcode trap generation target-tricore: add opd trap generation Comments on patch 1. Patches

[Qemu-devel] [PATCH v2 0/4] TriCore exception patches

2016-02-15 Thread Bastian Koppelmann
Hi, this series add the infrastructure to generate and handle tricore exceptions and adds three types of exceptions (context management,illegal opcodes, and register-pair) which I tested so far. However more patches will follow that add the missing exceptions that make sense to QEMU. Richard, am