On Tue, Sep 13, 2011 at 10:45:37AM +0300, Avi Kivity wrote:
> - merge dst/src/src2 decode
> - generalize %seg embedded in opcode decode
> 
> plus a fix.
> 
> Avi Kivity (14):
>   KVM: x86 emulator: fix Src2CL decode
>   KVM: x86 emulator: convert group 3 instructions to direct decode
>   KVM: x86 emulator: move memop, memopp into emulation context
>   KVM: x86 emulator: split dst decode to a generic decode_operand()
>   KVM: x86 emulator: expand decode flags to 64 bits
>   KVM: x86 emulator: switch src2 to generic decode_operand()
>   KVM: x86 emulator: free up some flag bits near src, dst
>   KVM: x86 emulator: switch OpImmUByte decode to decode_imm()
>   KVM: x86 emulator: qualify OpReg inhibit_byte_regs hack
>   KVM: x86 emulator: switch src decode to decode_operand()
>   KVM: x86 emulator: simplify OpMem64 decode
>   KVM: x86 emulator: streamline decode of segment registers
>   KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decode
>   KVM: x86 emulator: convert push %sreg/pop %sreg to direct decode
> 
>  arch/x86/include/asm/kvm_emulate.h |    4 +-
>  arch/x86/kvm/emulate.c             |  563 
> ++++++++++++++++++------------------
>  2 files changed, 286 insertions(+), 281 deletions(-)

Applied, thanks.

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

Reply via email to