summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/emulate.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-11KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checksBandan Das1-4/+4
2014-07-11KVM: emulate: move init_decode_cache to emulate.cBandan Das1-0/+13
2014-07-11KVM: emulate: simplify writebackPaolo Bonzini1-17/+11
2014-07-11KVM: emulate: speed up emulated movesPaolo Bonzini1-1/+1
2014-07-11KVM: emulate: protect checks on ctxt->d by a common "if (unlikely())"Paolo Bonzini1-81/+94
2014-07-11KVM: emulate: move around some checksPaolo Bonzini1-7/+10
2014-07-09KVM: nSVM: Set correct port for IOIO interception evaluationJan Kiszka1-0/+1
2014-06-19KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAXNadav Amit1-2/+3
2014-06-19KVM: x86: emulation of dword cmov on long-mode should clear [63:32]Nadav Amit1-3/+5
2014-06-19KVM: x86: Inter-privilege level ret emulation is not implemenetedNadav Amit1-0/+4
2014-06-19KVM: x86: Wrong emulation on 'xadd X, X'Nadav Amit1-5/+5
2014-06-19KVM: x86: bit-ops emulation ignores offset on 64-bitNadav Amit1-1/+3
2014-06-19KVM: emulate: fix harmless typo in MMX decodingPaolo Bonzini1-1/+1
2014-06-19KVM: emulate: simplify BitOp handlingPaolo Bonzini1-1/+1
2014-06-18KVM: emulate: POP SS triggers a MOV SS shadow tooPaolo Bonzini1-0/+3
2014-06-18KVM: x86: smsw emulation is incorrect in 64-bit modeNadav Amit1-1/+2
2014-06-18KVM: x86: Return error on cmpxchg16b emulationNadav Amit1-1/+4
2014-06-18KVM: x86: rdpmc emulation checks the counter incorrectlyNadav Amit1-1/+1
2014-06-18KVM: x86: movnti minimum op size of 32-bit is not keptNadav Amit1-2/+2
2014-06-18KVM: x86: cmpxchg emulation should compare in reverse orderNadav Amit1-1/+4
2014-06-18KVM: x86: sgdt and sidt are not privilagedNadav Amit1-2/+2
2014-06-18KVM: x86: Loading segments on 64-bit mode may be wrongNadav Amit1-2/+4
2014-06-18KVM: x86: Emulator ignores LDTR/TR extended base on LLDT/LTRNadav Amit1-1/+7
2014-06-18KVM: x86: Mark VEX-prefix instructions emulation as unimplementedNadav Amit1-0/+7
2014-05-27KVM: x86: MOV CR/DR emulation should ignore modNadav Amit1-5/+8
2014-05-22KVM: x86: check CS.DPL against RPL during task switchPaolo Bonzini1-14/+17
2014-05-22KVM: x86: use new CS.RPL as CPL during task switchPaolo Bonzini1-27/+33
2014-04-24KVM: x86: IN instruction emulation should ignore REP-prefixNadav Amit1-1/+2
2014-04-24KVM: x86: Fix CR3 reserved bitsNadav Amit1-4/+0
2014-04-22KVM: x86: Fix CR3 and LDT sel should not be saved in TSSNadav Amit1-4/+6
2014-03-17KVM: x86 emulator: emulate MOVAPDIgor Mammedov1-1/+1
2014-03-17KVM: x86 emulator: emulate MOVAPSIgor Mammedov1-1/+7
2013-11-05KVM: emulator: cleanup decode_register_operand() a bitGleb Natapov1-7/+3
2013-11-05KVM: emulator: check rex prefix inside decode_register()Gleb Natapov1-11/+7
2013-11-03KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini1-1/+4
2013-11-01KVM: x86: emulate SAHF instructionPaolo Bonzini1-1/+14
2013-10-30kvm: Emulate MOVBEBorislav Petkov1-4/+49
2013-10-30kvm, emulator: Add initial three-byte insns supportBorislav Petkov1-0/+30
2013-10-30kvm, emulator: Rename VendorSpecific flagBorislav Petkov1-7/+7
2013-10-30kvm, emulator: Use opcode lengthBorislav Petkov1-2/+3
2013-09-17KVM: x86 emulator: emulate RETF immBruce Rogers1-1/+13
2013-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-282/+109
2013-06-03KVM: fix sil/dil/bpl/spl in the mod/rm fieldsPaolo Bonzini1-1/+4
2013-06-03KVM: Emulate multibyte NOPPaolo Bonzini1-1/+3
2013-05-21KVM: x86 emulator: convert XADD to fastopAvi Kivity1-7/+3
2013-05-21KVM: x86 emulator: drop unused old-style inline emulationAvi Kivity1-198/+0
2013-05-21KVM: x86 emulator: convert DIV/IDIV to fastopAvi Kivity1-25/+26
2013-05-21KVM: x86 emulator: convert single-operand MUL/IMUL to fastopAvi Kivity1-19/+16
2013-05-21KVM: x86 emulator: Switch fastop src operand to RDXAvi Kivity1-13/+13
2013-05-21KVM: x86 emulator: switch MUL/DIV to DstXaccAvi Kivity1-7/+8