summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/emulate.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-25KVM: x86 emulator: fix Src2CL decodeAvi Kivity1-1/+1
2011-07-12KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity1-693/+586
2011-07-12KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity1-60/+60
2011-07-12KVM: x86 emulator: Use opcode::execute for CLI/STI(FA/FB)Takuya Yoshikawa1-17/+21
2011-07-12KVM: x86 emulator: Use opcode::execute for LOOP/JCXZTakuya Yoshikawa1-11/+24
2011-07-12KVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE)Takuya Yoshikawa1-10/+5
2011-07-12KVM: x86 emulator: Use opcode::execute for MOV(8C/8E)Takuya Yoshikawa1-28/+31
2011-07-12KVM: x86 emulator: Use opcode::execute for RET(C3)Takuya Yoshikawa1-7/+11
2011-07-12KVM: x86 emulator: Use opcode::execute for XCHG(86/87)Takuya Yoshikawa1-14/+17
2011-07-12KVM: x86 emulator: Use opcode::execute for TEST(84/85, A8/A9)Takuya Yoshikawa1-8/+11
2011-07-12KVM: x86 emulator: Use opcode::execute for some instructionsTakuya Yoshikawa1-29/+8
2011-07-12KVM: x86 emulator: Rename emulate_xxx() to em_xxx()Takuya Yoshikawa1-10/+10
2011-07-12KVM: x86 emulator: Use the pointers ctxt and c consistentlyTakuya Yoshikawa1-3/+3
2011-07-12KVM: fix uninitialized warningXiao Guangrong1-1/+1
2011-07-12KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functionsTakuya Yoshikawa1-143/+116
2011-07-12KVM: x86 emulator: Stop passing ctxt->ops as arg of decode helpersTakuya Yoshikawa1-15/+8
2011-07-12KVM: x86 emulator: Place insn_fetch helpers togetherTakuya Yoshikawa1-19/+19
2011-06-29KVM: x86 emulator: fix %rip-relative addressing with immediate source operandAvi Kivity1-5/+7
2011-06-06KVM: x86: use proper port value when checking io instruction permissionMarcelo Tosatti1-35/+47
2011-05-22KVM: x86 emulator: Make jmp far emulation into a separate functionTakuya Yoshikawa1-14/+22
2011-05-22KVM: x86 emulator: Rename emulate_grpX() to em_grpX()Takuya Yoshikawa1-16/+15
2011-05-22KVM: x86 emulator: Remove unused arg from emulate_pop()Takuya Yoshikawa1-15/+13
2011-05-22KVM: x86 emulator: Remove unused arg from writeback()Takuya Yoshikawa1-3/+2
2011-05-22KVM: x86 emulator: Remove unused arg from read_descriptor()Takuya Yoshikawa1-5/+3
2011-05-22KVM: x86 emulator: Remove unused arg from seg_override()Takuya Yoshikawa1-4/+3
2011-05-22KVM: x86 emulator: consolidate segment accessorsAvi Kivity1-53/+69
2011-05-22KVM: emulator: Propagate fault in far jump emulationGleb Natapov1-1/+2
2011-05-22KVM: x86 emulator: consolidate group handlingAvi Kivity1-40/+40
2011-05-22KVM: x86 emulator: Use opcode::execute for PUSHF/POPF (9C/9D)Takuya Yoshikawa1-11/+20
2011-05-22KVM: x86 emulator: Use opcode::execute for PUSHA/POPA (60/61)Takuya Yoshikawa1-11/+5
2011-05-22KVM: x86 emulator: Use opcode::execute for POP reg (58-5F)Takuya Yoshikawa1-6/+10
2011-05-22KVM: x86 emulator: Use opcode::execute for Group 1, CMPS and SCASTakuya Yoshikawa1-72/+89
2011-05-22KVM: x86 emulator: Use opcode::execute for 0F 01 opcodeAvi Kivity1-43/+13
2011-05-22KVM: x86 emulator: Don't force #UD for 0F 01 /5Avi Kivity1-3/+0
2011-05-22KVM: x86 emulator: move 0F 01 sub-opcodes into their own functionsAvi Kivity1-47/+99
2011-05-22KVM: x86 emulator: fix const value warning on i386 in svm insn RAX checkRandy Dunlap1-1/+1
2011-05-22KVM: x86 emulator: avoid calling wbinvd() macroClemens Noss1-1/+1
2011-05-22KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity1-1/+1
2011-05-22KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity1-2/+2
2011-05-22KVM: x86 emulator: add new ->halt() callbackAvi Kivity1-1/+1
2011-05-22KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity1-1/+1
2011-05-22KVM: x86 emulator: emulate CLTS internallyAvi Kivity1-1/+11
2011-05-22KVM: x86 emulator: Replace calls to is_pae() and is_paging with ->get_cr()Avi Kivity1-2/+2
2011-05-22KVM: x86 emulator: drop use of is_long_mode()Avi Kivity1-7/+12
2011-05-22KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity1-7/+7
2011-05-22KVM: x86 emulator: avoid using ctxt->vcpu in check_perm() callbacksAvi Kivity1-2/+2
2011-05-22KVM: x86 emulator: drop vcpu argument from intercept callbackAvi Kivity1-1/+1
2011-05-22KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacksAvi Kivity1-42/+42
2011-05-22KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacksAvi Kivity1-56/+56
2011-05-11KVM: x86 emulator: drop vcpu argument from pio callbacksAvi Kivity1-3/+3