summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: emulator: optimize "rep ins" handlingGleb Natapov2012-09-061-5/+28
* KVM: emulator: string_addr_inc() cleanupGleb Natapov2012-09-061-7/+4
* KVM: emulator: make x86 emulation modes enum instead of definesGleb Natapov2012-09-061-1/+3
* KVM: x86 emulator: constify emulate_opsMathias Krause2012-09-051-11/+11
* KVM: x86 emulator: mark opcode tables constMathias Krause2012-09-051-20/+20
* KVM: x86 emulator: use aligned variants of SSE register opsMathias Krause2012-09-051-32/+32
* KVM: x86 emulator: Fix #GP error code during linearizationAvi Kivity2012-08-271-2/+2
* KVM: x86 emulator: Check segment limits in real mode tooAvi Kivity2012-08-271-3/+4
* KVM: x86 emulator: Leave segment limit and attributs alone in real modeAvi Kivity2012-08-271-6/+2
* KVM: x86 emulator: access GPRs on demandAvi Kivity2012-08-271-116/+183
* Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2012-08-261-9/+21
|\
| * KVM: x86 emulator: use stack size attribute to mask rsp in stack opsAvi Kivity2012-08-221-9/+21
* | KVM: x86 emulator: drop unneeded call to get_segment()Gleb Natapov2012-07-261-6/+3
* | KVM: x86 emulator: simplify read_emulatedXiao Guangrong2012-07-261-17/+14
* | KVM: x86: Fix typos in emulate.cGuo Chao2012-07-201-5/+5
|/
* KVM: x86 emulator: implement LTRAvi Kivity2012-07-091-1/+10
* KVM: x86 emulator: make loading TR set the busy bitAvi Kivity2012-07-091-1/+7
* KVM: x86 emulator: make read_segment_descriptor() return the addressAvi Kivity2012-07-091-5/+8
* KVM: x86 emulator: emulate LLDTAvi Kivity2012-07-091-1/+10
* KVM: x86 emulator: emulate BSWAPAvi Kivity2012-07-091-2/+18
* KVM: x86 emulator: implement ENTERAvi Kivity2012-07-091-1/+27
* KVM: x86 emulator: split push logic from push opcode emulationAvi Kivity2012-07-091-3/+8
* KVM: x86 emulator: fix byte-sized MOVZX/MOVSXAvi Kivity2012-07-091-2/+2
* KVM: x86 emulator: emulate LAHFAvi Kivity2012-07-091-1/+8
* KVM: x86 emulator: emulate SGDT/SIDTAvi Kivity2012-07-091-2/+31
* KVM: Fix SS default ESP/EBP based addressingAvi Kivity2012-07-091-3/+14
* KVM: x86 emulator: emulate LEAVEAvi Kivity2012-07-091-1/+24
* KVM: x86 emulator: fix LIDT/LGDT in long modeAvi Kivity2012-07-091-0/+4
* KVM: x86 emulator: allow loading null SS in long modeAvi Kivity2012-07-091-4/+8
* KVM: x86 emulator: emulate cpuidAvi Kivity2012-07-091-1/+15
* KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity2012-07-091-27/+26
* KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte()Joerg Roedel2012-05-141-24/+2
* KVM: x86 emulator: Avoid pushing back ModRM byte fetched for group decodingTakuya Yoshikawa2012-05-061-5/+3
* KVM: x86 emulator: Move ModRM flags for groups to top level opcode tablesTakuya Yoshikawa2012-05-061-55/+56
* KVM: x86 emulator: fix asm constraint in flush_pending_x87_faultsAvi Kivity2012-04-241-1/+1
* KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f)Avi Kivity2012-04-161-1/+1
* KVM: x86 emulator: MMX supportAvi Kivity2012-04-161-4/+99
* KVM: x86 emulator: implement movntpsAvi Kivity2012-04-161-1/+6
* KVM: x86: emulate movdqaStefan Hajnoczi2012-04-161-8/+2
* KVM: x86 emulator: add support for vector alignmentAvi Kivity2012-04-161-1/+29
* KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf2012-03-081-0/+20
* KVM: x86 emulator: VM86 segments must have DPL 3Kevin Wolf2012-03-081-0/+2
* KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-081-7/+46
* KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity2012-03-051-0/+19
* KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hackAvi Kivity2012-03-051-8/+5
* KVM: x86 emulator: add 8-bit memory operandsAvi Kivity2012-03-051-0/+5
* KVM: x86: fix missing checks in syscall emulationStephan Bärwolf2012-02-011-0/+51
* KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity2011-12-271-1/+12
* KVM: x86 emulator: fix RDPMC privilege checkAvi Kivity2011-12-271-1/+1
* KVM: x86 emulator: Use opcode::execute for Group 9 instructionTakuya Yoshikawa2011-12-271-5/+2
OpenPOWER on IntegriCloud