Re: [Qemu-devel] [PATCH 1/2] target/i386: introduce x86_ld*_code

2017-10-12 Thread Richard Henderson
On 10/12/2017 07:35 AM, Paolo Bonzini wrote: > These take care of advancing s->pc, and will provide a unified point > where to check for the 15-byte instruction length limit. > > Signed-off-by: Paolo Bonzini > --- > target/i386/translate.c | 228 > ++-

[Qemu-devel] [PATCH 1/2] target/i386: introduce x86_ld*_code

2017-10-12 Thread Paolo Bonzini
These take care of advancing s->pc, and will provide a unified point where to check for the 15-byte instruction length limit. Signed-off-by: Paolo Bonzini --- target/i386/translate.c | 228 ++-- 1 file changed, 125 insertions(+), 103 deletions(-) diff