Re: [PATCH v2 0/8] More fastop patches

2013-01-20 Thread Gleb Natapov
On Sat, Jan 19, 2013 at 07:51:49PM +0200, Avi Kivity wrote: > After this, only the diffcult MUL and DIV case remains. > > Changes from v1: > - make SHLD/SHRD more consistent with the others > - fix SETcc misordering > Reviewed-by: Gleb Natapov > Avi Kivity (8): > KVM: x86 emulator: Convert

[PATCH v2 0/8] More fastop patches

2013-01-19 Thread Avi Kivity
After this, only the diffcult MUL and DIV case remains. Changes from v1: - make SHLD/SHRD more consistent with the others - fix SETcc misordering Avi Kivity (8): KVM: x86 emulator: Convert SHLD, SHRD to fastop KVM: x86 emulator: convert shift/rotate instructions to fastop KVM: x86 emulato