Re: [Qemu-devel] [PATCH v4 3/5] target-mips: improve exceptions handling

2015-07-01 Thread Aurelien Jarno
On 2015-06-29 10:23, Pavel Dovgalyuk wrote: > This patch improves exception handling in MIPS. > Instructions generate several types of exceptions. > When exception is generated, it breaks the execution of the current > translation > block. Implementation of the exceptions handling does not correct

[Qemu-devel] [PATCH v4 3/5] target-mips: improve exceptions handling

2015-06-29 Thread Pavel Dovgalyuk
This patch improves exception handling in MIPS. Instructions generate several types of exceptions. When exception is generated, it breaks the execution of the current translation block. Implementation of the exceptions handling does not correctly restore icount for the instruction which caused the