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 <[email protected]>

> Avi Kivity (8):
>   KVM: x86 emulator: Convert SHLD, SHRD to fastop
>   KVM: x86 emulator: convert shift/rotate instructions to fastop
>   KVM: x86 emulator: covert SETCC to fastop
>   KVM: x86 emulator: convert INC/DEC to fastop
>   KVM: x86 emulator: convert BT/BTS/BTR/BTC/BSF/BSR to fastop
>   KVM: x86 emulator: convert 2-operand IMUL to fastop
>   KVM: x86 emulator: rearrange fastop definitions
>   KVM: x86 emulator: convert a few freestanding emulations to fastop
> 
>  arch/x86/kvm/emulate.c | 311 
> +++++++++++++++++++++----------------------------
>  1 file changed, 136 insertions(+), 175 deletions(-)
> 
> -- 
> 1.8.0.2

--
                        Gleb.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to