Age | Commit message (Expand) | Author | Files | Lines |
2013-11-05 | KVM: emulator: cleanup decode_register_operand() a bit | Gleb Natapov | 1 | -7/+3 |
2013-11-05 | KVM: emulator: check rex prefix inside decode_register() | Gleb Natapov | 1 | -11/+7 |
2013-11-03 | KVM: x86: fix emulation of "movzbl %bpl, %eax" | Paolo Bonzini | 1 | -1/+4 |
2013-10-31 | KVM: x86: emulate SAHF instruction | Paolo Bonzini | 1 | -1/+14 |
2013-10-30 | kvm: Emulate MOVBE | Borislav Petkov | 1 | -4/+49 |
2013-10-30 | kvm, emulator: Add initial three-byte insns support | Borislav Petkov | 1 | -0/+30 |
2013-10-30 | kvm, emulator: Rename VendorSpecific flag | Borislav Petkov | 1 | -7/+7 |
2013-10-30 | kvm, emulator: Use opcode length | Borislav Petkov | 1 | -2/+3 |
2013-09-17 | KVM: x86 emulator: emulate RETF imm | Bruce Rogers | 1 | -1/+13 |
2013-07-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -282/+109 |
2013-06-03 | KVM: fix sil/dil/bpl/spl in the mod/rm fields | Paolo Bonzini | 1 | -1/+4 |
2013-06-03 | KVM: Emulate multibyte NOP | Paolo Bonzini | 1 | -1/+3 |
2013-05-21 | KVM: x86 emulator: convert XADD to fastop | Avi Kivity | 1 | -7/+3 |
2013-05-21 | KVM: x86 emulator: drop unused old-style inline emulation | Avi Kivity | 1 | -198/+0 |
2013-05-21 | KVM: x86 emulator: convert DIV/IDIV to fastop | Avi Kivity | 1 | -25/+26 |
2013-05-21 | KVM: x86 emulator: convert single-operand MUL/IMUL to fastop | Avi Kivity | 1 | -19/+16 |
2013-05-21 | KVM: x86 emulator: Switch fastop src operand to RDX | Avi Kivity | 1 | -13/+13 |
2013-05-21 | KVM: x86 emulator: switch MUL/DIV to DstXacc | Avi Kivity | 1 | -7/+8 |
2013-05-21 | KVM: x86 emulator: decode extended accumulator explicity | Avi Kivity | 1 | -0/+24 |
2013-05-21 | KVM: x86 emulator: add support for writing back the source operand | Avi Kivity | 1 | -21/+27 |
2013-05-09 | KVM: emulator: emulate SALC | Paolo Bonzini | 1 | -1/+5 |
2013-05-09 | KVM: emulator: emulate XLAT | Paolo Bonzini | 1 | -1/+14 |
2013-05-09 | KVM: emulator: emulate AAM | Paolo Bonzini | 1 | -1/+24 |
2013-04-25 | KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructions | Gleb Natapov | 1 | -0/+4 |
2013-04-14 | KVM: emulator: mark 0xff 0x7d opcode as undefined. | Gleb Natapov | 1 | -1/+1 |
2013-04-14 | KVM: emulator: Do not fail on emulation of undefined opcode | Gleb Natapov | 1 | -2/+3 |
2013-04-14 | KVM: emulator: fix unimplemented instruction detection | Gleb Natapov | 1 | -3/+4 |
2013-04-11 | KVM: x86 emulator: Fix segment loading in VM86 | Kevin Wolf | 1 | -3/+12 |
2013-02-13 | x86 emulator: fix parity calculation for AAD instruction | Gleb Natapov | 1 | -8/+5 |
2013-01-27 | KVM: x86 emulator: fix test_cc() build failure on i386 | Avi Kivity | 1 | -1/+1 |
2013-01-23 | KVM: x86 emulator: convert a few freestanding emulations to fastop | Avi Kivity | 1 | -3/+3 |
2013-01-23 | KVM: x86 emulator: rearrange fastop definitions | Avi Kivity | 1 | -35/+35 |
2013-01-23 | KVM: x86 emulator: convert 2-operand IMUL to fastop | Avi Kivity | 1 | -8/+6 |
2013-01-23 | KVM: x86 emulator: convert BT/BTS/BTR/BTC/BSF/BSR to fastop | Avi Kivity | 1 | -50/+26 |
2013-01-23 | KVM: x86 emulator: convert INC/DEC to fastop | Avi Kivity | 1 | -17/+7 |
2013-01-23 | KVM: x86 emulator: covert SETCC to fastop | Avi Kivity | 1 | -31/+29 |
2013-01-23 | KVM: x86 emulator: convert shift/rotate instructions to fastop | Avi Kivity | 1 | -41/+31 |
2013-01-23 | KVM: x86 emulator: Convert SHLD, SHRD to fastop | Avi Kivity | 1 | -12/+21 |
2013-01-09 | KVM: x86 emulator: convert basic ALU ops to fastop | Avi Kivity | 1 | -78/+34 |
2013-01-09 | KVM: x86 emulator: add macros for defining 2-operand fastop emulation | Avi Kivity | 1 | -0/+12 |
2013-01-09 | KVM: x86 emulator: convert NOT, NEG to fastop | Avi Kivity | 1 | -13/+4 |
2013-01-09 | KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite | Avi Kivity | 1 | -12/+8 |
2013-01-09 | KVM: x86 emulator: introduce NoWrite flag | Avi Kivity | 1 | -0/+4 |
2013-01-09 | KVM: x86 emulator: Support for declaring single operand fastops | Avi Kivity | 1 | -0/+25 |
2013-01-09 | KVM: x86 emulator: framework for streamlining arithmetic opcodes | Avi Kivity | 1 | -0/+41 |
2013-01-02 | KVM: emulator: implement fninit, fnstsw, fnstcw | Gleb Natapov | 1 | -1/+125 |
2013-01-02 | KVM: emulator: drop RPL check from linearize() function | Gleb Natapov | 1 | -6/+1 |
2012-12-13 | KVM: x86: fix mov immediate emulation for 64-bit operands | Nadav Amit | 1 | -2/+10 |
2012-12-13 | KVM: emulator: implement AAD instruction | Gleb Natapov | 1 | -1/+22 |
2012-12-13 | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+3 |