Re: [Qemu-devel] [PATCH] target-i386: fix decoding of negative 4-byte displacements

2010-06-04 Thread Blue Swirl
Thanks, applied. On Fri, Jun 4, 2010 at 4:23 PM, Richard Henderson wrote: > On 06/04/2010 07:27 AM, Paolo Bonzini wrote: >> Negative four byte displacements need to be sign-extended after >> c086b783eb7a578993d6d2ab62c4c2666800b63d.  Do so. > > Acked-by: Richard Henderson   > > >>         There a

Re: [Qemu-devel] [PATCH] target-i386: fix decoding of negative 4-byte displacements

2010-06-04 Thread Richard Henderson
On 06/04/2010 07:27 AM, Paolo Bonzini wrote: > Negative four byte displacements need to be sign-extended after > c086b783eb7a578993d6d2ab62c4c2666800b63d. Do so. Acked-by: Richard Henderson > There are quite a few other ldl's to audit after the patch > (about 70 in target-*).

[Qemu-devel] [PATCH] target-i386: fix decoding of negative 4-byte displacements

2010-06-04 Thread Paolo Bonzini
Negative four byte displacements need to be sign-extended after c086b783eb7a578993d6d2ab62c4c2666800b63d. Do so. Signed-off-by: Paolo Bonzini --- There are quite a few other ldl's to audit after the patch (about 70 in target-*). Any volunteers? :-) target-i386/translate.c |