Show patches with: Submitter = Avi Kivity       |    State = Action Required       |   48 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
emulator: add MUL tests - - - --- 2013-02-09 Avi Kivity New
[8/8] KVM: x86 emulator: convert XADD to fastop - - - --- 2013-02-09 Avi Kivity New
[7/8] KVM: x86 emulator: drop unused old-style inline emulation - - - --- 2013-02-09 Avi Kivity New
[6/8] KVM: x86 emulator: convert DIV/IDIV to fastop - - - --- 2013-02-09 Avi Kivity New
[5/8] KVM: x86 emulator: convert single-operand MUL/IMUL to fastop - - - --- 2013-02-09 Avi Kivity New
[4/8] KVM: x86 emulator: Switch fastop src operand to RDX - - - --- 2013-02-09 Avi Kivity New
[3/8] KVM: x86 emulator: switch MUL/DIV to DstXacc - - - --- 2013-02-09 Avi Kivity New
[2/8] KVM: x86 emulator: decode extended accumulator explicity - - - --- 2013-02-09 Avi Kivity New
[1/8] KVM: x86 emulator: add support for writing back the source operand - - - --- 2013-02-09 Avi Kivity New
KVM: x86 emulator: fix test_cc() build failure on i386 - - - --- 2013-01-26 Avi Kivity New
[v2,8/8] KVM: x86 emulator: convert a few freestanding emulations to fastop - - - --- 2013-01-19 Avi Kivity New
[v2,7/8] KVM: x86 emulator: rearrange fastop definitions - - - --- 2013-01-19 Avi Kivity New
[v2,6/8] KVM: x86 emulator: convert 2-operand IMUL to fastop - - - --- 2013-01-19 Avi Kivity New
[v2,5/8] KVM: x86 emulator: convert BT/BTS/BTR/BTC/BSF/BSR to fastop - - - --- 2013-01-19 Avi Kivity New
[v2,4/8] KVM: x86 emulator: convert INC/DEC to fastop - - - --- 2013-01-19 Avi Kivity New
[v2,3/8] KVM: x86 emulator: covert SETCC to fastop - - - --- 2013-01-19 Avi Kivity New
[v2,2/8] KVM: x86 emulator: convert shift/rotate instructions to fastop - - - --- 2013-01-19 Avi Kivity New
[v2,1/8] KVM: x86 emulator: Convert SHLD, SHRD to fastop - - - --- 2013-01-19 Avi Kivity New
[8/8] KVM: x86 emulator: convert a few freestanding emulations to fastop - - - --- 2013-01-12 Avi Kivity New
[7/8] KVM: x86 emulator: rearrange fastop definitions - - - --- 2013-01-12 Avi Kivity New
[6/8] KVM: x86 emulator: convert 2-operand IMUL to fastop - - - --- 2013-01-12 Avi Kivity New
[5/8] KVM: x86 emulator: convert BT/BTS/BTR/BTC/BSF/BSR to fastop - - - --- 2013-01-12 Avi Kivity New
[4/8] KVM: x86 emulator: convert INC/DEC to fastop - - - --- 2013-01-12 Avi Kivity New
[3/8] KVM: x86 emulator: covert SETCC to fastop - - - --- 2013-01-12 Avi Kivity New
[2/8] KVM: x86 emulator: convert shift/rotate instructions to fastop - - - --- 2013-01-12 Avi Kivity New
[1/8] KVM: x86 emulator: Streamline SHLD, SHRD - - - --- 2013-01-12 Avi Kivity New
[v3,7/7] KVM: x86 emulator: convert basic ALU ops to fastop - - - --- 2013-01-04 Avi Kivity New
[v3,6/7] KVM: x86 emulator: add macros for defining 2-operand fastop emulation - - - --- 2013-01-04 Avi Kivity New
[v3,5/7] KVM: x86 emulator: convert NOT, NEG to fastop - - - --- 2013-01-04 Avi Kivity New
[v3,4/7] KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite - - - --- 2013-01-04 Avi Kivity New
[v3,3/7] KVM: x86 emulator: introduce NoWrite flag - - - --- 2013-01-04 Avi Kivity New
[v3,2/7] KVM: x86 emulator: Support for declaring single operand fastops - - - --- 2013-01-04 Avi Kivity New
[v3,1/7] KVM: x86 emulator: framework for streamlining arithmetic opcodes - - - --- 2013-01-04 Avi Kivity New
emulator: simple ALU tests - - - --- 2013-01-04 Avi Kivity New
[v2,7/7] KVM: x86 emulator: convert basic ALU ops to fastop - - - --- 2013-01-04 Avi Kivity New
[v2,6/7] KVM: x86 emulator: add macros for defining 2-operand fastop emulation - - - --- 2013-01-04 Avi Kivity New
[v2,5/7] KVM: x86 emulator: convert NOT, NEG to fastop - - - --- 2013-01-04 Avi Kivity New
[v2,4/7] KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite - - - --- 2013-01-04 Avi Kivity New
[v2,3/7] KVM: x86 emulator: introduce NoWrite flag - - - --- 2013-01-04 Avi Kivity New
[v2,2/7] KVM: x86 emulator: Support for declaring single operand fastops - - - --- 2013-01-04 Avi Kivity New
[v2,1/7] KVM: x86 emulator: framework for streamlining arithmetic opcodes - - - --- 2013-01-04 Avi Kivity New
[7/7] KVM: x86 emulator: convert basic ALU ops to fastop - - - --- 2012-12-22 Avi Kivity New
[6/7] KVM: x86 emulator: add macros for defining 2-operand fastop emulation - - - --- 2012-12-22 Avi Kivity New
[5/7] KVM: x86 emulator: convert NOT, NEG to fastop - - - --- 2012-12-22 Avi Kivity New
[4/7] KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite - - - --- 2012-12-22 Avi Kivity New
[3/7] KVM: x86 emulator: introduce NoWrite flag - - - --- 2012-12-22 Avi Kivity New
[2/7] KVM: x86 emulator: Support for declaring single operand fastops - - - --- 2012-12-22 Avi Kivity New
[1/7] KVM: x86 emulator: framework for streamlining arithmetic opcodes - - - --- 2012-12-22 Avi Kivity New