aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: fix missing checks in syscall emulationStephan Bärwolf2012-04-021-0/+51
* KVM: x86 emulator: fix %rip-relative addressing with immediate source operandAvi Kivity2011-06-291-5/+7
* KVM: x86: use proper port value when checking io instruction permissionMarcelo Tosatti2011-06-061-35/+47
* KVM: x86 emulator: Make jmp far emulation into a separate functionTakuya Yoshikawa2011-05-221-14/+22
* KVM: x86 emulator: Rename emulate_grpX() to em_grpX()Takuya Yoshikawa2011-05-221-16/+15
* KVM: x86 emulator: Remove unused arg from emulate_pop()Takuya Yoshikawa2011-05-221-15/+13
* KVM: x86 emulator: Remove unused arg from writeback()Takuya Yoshikawa2011-05-221-3/+2
* KVM: x86 emulator: Remove unused arg from read_descriptor()Takuya Yoshikawa2011-05-221-5/+3
* KVM: x86 emulator: Remove unused arg from seg_override()Takuya Yoshikawa2011-05-221-4/+3
* KVM: x86 emulator: consolidate segment accessorsAvi Kivity2011-05-221-53/+69
* KVM: emulator: Propagate fault in far jump emulationGleb Natapov2011-05-221-1/+2
* KVM: x86 emulator: consolidate group handlingAvi Kivity2011-05-221-40/+40
* KVM: x86 emulator: Use opcode::execute for PUSHF/POPF (9C/9D)Takuya Yoshikawa2011-05-221-11/+20
* KVM: x86 emulator: Use opcode::execute for PUSHA/POPA (60/61)Takuya Yoshikawa2011-05-221-11/+5
* KVM: x86 emulator: Use opcode::execute for POP reg (58-5F)Takuya Yoshikawa2011-05-221-6/+10
* KVM: x86 emulator: Use opcode::execute for Group 1, CMPS and SCASTakuya Yoshikawa2011-05-221-72/+89
* KVM: x86 emulator: Use opcode::execute for 0F 01 opcodeAvi Kivity2011-05-221-43/+13
* KVM: x86 emulator: Don't force #UD for 0F 01 /5Avi Kivity2011-05-221-3/+0
* KVM: x86 emulator: move 0F 01 sub-opcodes into their own functionsAvi Kivity2011-05-221-47/+99
* KVM: x86 emulator: fix const value warning on i386 in svm insn RAX checkRandy Dunlap2011-05-221-1/+1
* KVM: x86 emulator: avoid calling wbinvd() macroClemens Noss2011-05-221-1/+1
* KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity2011-05-221-1/+1
* KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity2011-05-221-2/+2
* KVM: x86 emulator: add new ->halt() callbackAvi Kivity2011-05-221-1/+1
* KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity2011-05-221-1/+1
* KVM: x86 emulator: emulate CLTS internallyAvi Kivity2011-05-221-1/+11
* KVM: x86 emulator: Replace calls to is_pae() and is_paging with ->get_cr()Avi Kivity2011-05-221-2/+2
* KVM: x86 emulator: drop use of is_long_mode()Avi Kivity2011-05-221-7/+12
* KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity2011-05-221-7/+7
* KVM: x86 emulator: avoid using ctxt->vcpu in check_perm() callbacksAvi Kivity2011-05-221-2/+2
* KVM: x86 emulator: drop vcpu argument from intercept callbackAvi Kivity2011-05-221-1/+1
* KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacksAvi Kivity2011-05-221-42/+42
* KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacksAvi Kivity2011-05-221-56/+56
* KVM: x86 emulator: drop vcpu argument from pio callbacksAvi Kivity2011-05-111-3/+3
* KVM: x86 emulator: drop vcpu argument from memory read/write callbacksAvi Kivity2011-05-111-29/+25
* KVM: x86 emulator: whitespace cleanupsAvi Kivity2011-05-111-42/+54
* KVM: emulator: Use linearize() when fetching instructionsNelson Elhage2011-05-111-8/+18
* KVM: x86 emulator: Handle wraparound in (cs_base + offset) when fetching insnsNelson Elhage2011-05-111-1/+4
* KVM: x86 emulator: Use em_push() instead of emulate_push()Takuya Yoshikawa2011-05-111-25/+17
* KVM: x86 emulator: Make emulate_push() store the value directlyTakuya Yoshikawa2011-05-111-53/+34
* KVM: x86 emulator: Disable writeback for CMP emulationTakuya Yoshikawa2011-05-111-1/+1
* KVM: x86 emulator: implement segment permission checksAvi Kivity2011-05-111-0/+63
* KVM: x86 emulator: move desc_limit_scaled()Avi Kivity2011-05-111-7/+7
* KVM: x86 emulator: move linearize() downwardsAvi Kivity2011-05-111-15/+15
* KVM: x86 emulator: pass access size and read/write intent to linearize()Avi Kivity2011-05-111-5/+6
* KVM: x86 emulator: change address linearization to return an error codeAvi Kivity2011-05-111-8/+39
* KVM: x86 emulator: move invlpg emulation into a functionAvi Kivity2011-05-111-4/+10
* KVM: x86 emulator: Add helpers for memory access using segmented addressesAvi Kivity2011-05-111-23/+52
* KVM: x86 emulator: Drop EFER.SVME requirement from VMMCALLAvi Kivity2011-05-111-1/+1
* KVM: x86 emulator: Re-add VendorSpecific tag to VMMCALL insnAvi Kivity2011-05-111-1/+1