summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/x86_emulate.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-301-1913/+0Star
* KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao2008-01-301-12/+12
* KVM: x86 emulator: Fix stack instructions on 64-bit modeAvi Kivity2008-01-301-12/+15
* KVM: x86 emulator: fix eflags preparation for emulationAvi Kivity2008-01-301-15/+15
* KVM: Replace #GP injection by the generalized exception queueAvi Kivity2008-01-301-2/+2
* KVM: x86 emulator: unify four switch statements into twoAvi Kivity2008-01-301-174/+168Star
* KVM: x86 emulator: unify two switchesAvi Kivity2008-01-301-27/+23Star
* KVM: x86 emulator: Move rep processing before instruction executionAvi Kivity2008-01-301-34/+36
* KVM: x86 emulator: cmps instructionGuillaume Thouvenin2008-01-301-2/+56
* KVM: x86 emulator: Rename 'cr2' to 'memop'Sheng Yang2008-01-301-9/+9
* KVM: x86 emulator: address size and operand size overrides are stickyAvi Kivity2008-01-301-7/+12
* KVM: x86 emulator: Make a distinction between repeat prefixes F3 and F2Guillaume Thouvenin2008-01-301-1/+3
* KVM: x86 emulator: prefetch up to 15 bytes of the instruction executedAvi Kivity2008-01-301-2/+36
* KVM: x86 emulator: modify 'lods', and 'stos' not to depend on CR2Sheng Yang2008-01-301-4/+10
* KVM: x86 emulator: remove 8 bytes operands emulator for call near instructionIzik Eidus2008-01-301-3/+0Star
* KVM: x86 emulator: Hoist modrm and abs decoding into separate functionsAvi Kivity2008-01-301-160/+177
* KVM: Simplify decode_register_operand() calling conventionAvi Kivity2008-01-301-3/+3
* KVM: x86 emulator: centralize decoding of one-byte register access insnsAvi Kivity2008-01-301-57/+46Star
* KVM: x86 emulator: Extract the common code of SrcReg and DstRegAvi Kivity2008-01-301-49/+31Star
* KVM: x86 emulator: don't depend on cr2 for mov abs emulationAvi Kivity2008-01-301-20/+30
* KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao2008-01-301-0/+1
* KVM: x86 emulator: cmc, clc, cli, stiNitin A Kamble2008-01-301-2/+19
* KVM: x86 emulator: Implement emulation of instruction: inc & decNitin A Kamble2008-01-301-2/+18
* KVM: CodingStyle cleanupMike Day2008-01-301-39/+37Star
* KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effectLaurent Vivier2008-01-301-9/+15
* KVM: x86_emulator: no writeback for btQing He2008-01-301-0/+1
* KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE insteadLaurent Vivier2008-01-301-52/+24Star
* KVM: x86 emulator: remove _eflags and use directly ctxt->eflags.Laurent Vivier2008-01-301-62/+59Star
* KVM: x86 emulator: split some decoding into functions for readabilityLaurent Vivier2008-01-301-185/+266
* KVM: Call x86_decode_insn() only when neededLaurent Vivier2008-01-301-3/+21
* KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()Laurent Vivier2008-01-301-6/+2Star
* KVM: x86 emulator: move all decoding process to function x86_decode_insn()Laurent Vivier2008-01-301-24/+53
* KVM: x86 emulator: move all x86_emulate_memop() to a structureLaurent Vivier2008-01-301-435/+484
* KVM: x86 emulator: remove unused functionsLaurent Vivier2008-01-301-39/+0Star
* KVM: Refactor hypercall infrastructure (v3)Anthony Liguori2008-01-301-2/+9
* KVM: x86 emulator: Add vmmcall/vmcall to x86_emulate (v3)Anthony Liguori2008-01-301-6/+17
* KVM: x86 emulator: Use emulator_write_emulated and not emulator_write_stdAmit Shah2007-11-271-1/+1
* KVM: x86 emulator: fix the saving of of the eip valueIzik Eidus2007-11-271-0/+1
* KVM: x86 emulator: fix JMP_RELIzik Eidus2007-11-271-2/+1Star
* KVM: x86 emulator: invd instructionAvi Kivity2007-11-081-1/+3
* KVM: x86 emulator: fix 'push imm8' emulationAvi Kivity2007-11-081-11/+11
* KVM: x86 emulator: fix access registers for instructions with ModR/M byte and...Aurelien Jarno2007-10-221-0/+16
* KVM: x86 emulator: implement 'movnti mem, reg'Sheng Yang2007-10-221-1/+6
* KVM: x86 emulator: fix repne/repnz decodingLaurent Vivier2007-10-221-2/+1Star
* KVM: x86 emulator: fix merge screwup due to emulator splitNitin A Kamble2007-10-221-25/+26
* KVM: x86 emulator: popfNitin A Kamble2007-10-131-1/+4
* KVM: x86 emulator: fix src, dst value initializationNitin A Kamble2007-10-131-0/+2
* KVM: x86 emulator: jmp absNitin A Kamble2007-10-131-0/+6
* KVM: x86 emulator: leaNitin A Kamble2007-10-131-1/+4
* KVM: X86 emulator: jump conditional shortNitin A Kamble2007-10-131-2/+13