Re: [Qemu-devel] [PATCH for 1.5] target-i386 ROR r8/r16 imm instruction fix

2013-05-09 Thread Richard Henderson
On 05/09/2013 10:40 AM, Aurelien Jarno wrote: > Fix EFLAGS corruption by ROR r8/r16 imm instruction located at the end > of the TB, similarly to commit 089305ac for the non-immediate case. > > Reported-by: Hervé Poussineau > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno > --- > target-

[Qemu-devel] [PATCH for 1.5] target-i386 ROR r8/r16 imm instruction fix

2013-05-09 Thread Aurelien Jarno
Fix EFLAGS corruption by ROR r8/r16 imm instruction located at the end of the TB, similarly to commit 089305ac for the non-immediate case. Reported-by: Hervé Poussineau Cc: Richard Henderson Signed-off-by: Aurelien Jarno --- target-i386/translate.c |1 + 1 file changed, 1 insertion(+) dif