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