Re: [Qemu-devel] [PATCH] i386 ROR r8/r16 instruction fix

2013-04-20 Thread Aurelien Jarno
On Mon, Apr 15, 2013 at 10:59:15AM +0400, Pavel Dovgaluk wrote: > Fixed EFLAGS corruption by ROR r8/r16 instruction located at the end of the > TB. > > Signed-off-by: Pavel Dovgalyuk > --- > target-i386/translate.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/t

Re: [Qemu-devel] [PATCH] i386 ROR r8/r16 instruction fix

2013-04-17 Thread Richard Henderson
On 2013-04-15 17:42, Aurelien Jarno wrote: On Mon, Apr 15, 2013 at 10:59:15AM +0400, Pavel Dovgaluk wrote: Fixed EFLAGS corruption by ROR r8/r16 instruction located at the end of the TB. Signed-off-by: Pavel Dovgalyuk --- target-i386/translate.c |1 + 1 files changed, 1 insertions(+), 0

Re: [Qemu-devel] [PATCH] i386 ROR r8/r16 instruction fix

2013-04-15 Thread Aurelien Jarno
On Mon, Apr 15, 2013 at 10:59:15AM +0400, Pavel Dovgaluk wrote: > Fixed EFLAGS corruption by ROR r8/r16 instruction located at the end of the > TB. > > Signed-off-by: Pavel Dovgalyuk > --- > target-i386/translate.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/t

[Qemu-devel] [PATCH] i386 ROR r8/r16 instruction fix

2013-04-14 Thread Pavel Dovgaluk
Fixed EFLAGS corruption by ROR r8/r16 instruction located at the end of the TB. Signed-off-by: Pavel Dovgalyuk --- target-i386/translate.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target-i386/translate.c b/target-i386/translate.c index 233f24f..40f891d 100644 ---