Takuya Yoshikawa
|
e54cfa97a9
KVM: Fix emulate_sys[call, enter, exit]()'s fault handling
|
15 years ago |
Gleb Natapov
|
c697518a86
KVM: Fix segment descriptor loading
|
15 years ago |
Gleb Natapov
|
8b9f44140b
KVM: x86 emulator: Forbid modifying CS segment register by mov instruction
|
15 years ago |
Gleb Natapov
|
e424e19183
KVM: x86 emulator: disallow opcode 82 in 64-bit mode
|
15 years ago |
Wei Yongjun
|
1d327eac3c
KVM: x86 emulator: code style cleanup
|
15 years ago |
Gleb Natapov
|
d380a5e402
KVM: x86 emulator: Add LOCK prefix validity checking
|
15 years ago |
Gleb Natapov
|
e92805ac12
KVM: x86 emulator: Check CPL level during privilege instruction emulation
|
15 years ago |
Gleb Natapov
|
d4c6a1549c
KVM: x86 emulator: Fix popf emulation
|
15 years ago |
Gleb Natapov
|
f850e2e603
KVM: x86 emulator: Check IOPL level during io instruction emulation
|
15 years ago |
Gleb Natapov
|
1871c6020d
KVM: x86 emulator: fix memory access during x86 emulation
|
15 years ago |
Gleb Natapov
|
a004475567
KVM: x86 emulator: Add Virtual-8086 mode of emulation
|
15 years ago |
Gleb Natapov
|
60a29d4ea4
KVM: x86 emulator: Add group9 instruction decoding
|
15 years ago |
Gleb Natapov
|
2db2c2eb62
KVM: x86 emulator: Add group8 instruction decoding
|
15 years ago |
Avi Kivity
|
836a1b3c34
KVM: Move cr0/cr4/efer related helpers to x86.h
|
15 years ago |
Avi Kivity
|
3eeb3288bc
KVM: Add a helper for checking if the guest is in protected mode
|
15 years ago |
Takuya Yoshikawa
|
b60d513c32
KVM: x86: Use macros for x86_emulate_ops to avoid future mistakes
|
15 years ago |
Avi Kivity
|
4d4ec08745
KVM: Replace read accesses of vcpu->arch.cr0 by an accessor
|
15 years ago |
Avi Kivity
|
eb3c79e64a
KVM: x86 emulator: limit instructions to 15 bytes
|
15 years ago |
Mohammed Gamal
|
abcf14b560
KVM: x86 emulator: Add pusha and popa instructions
|
16 years ago |
Mohammed Gamal
|
94677e61fd
KVM: x86 emulator: Add missing decoder flags for 'or' instructions
|
16 years ago |
Avi Kivity
|
851ba6922a
KVM: Don't pass kvm_run arguments
|
16 years ago |
Mohammed Gamal
|
d8769fedd4
KVM: x86 emulator: Introduce No64 decode option
|
16 years ago |
Mohammed Gamal
|
0934ac9d13
KVM: x86 emulator: Add 'push/pop sreg' instructions
|
16 years ago |
Mohammed Gamal
|
7bdb588827
KVM: x86 emulator: Add adc and sbb missing decoder flags
|
16 years ago |
Avi Kivity
|
56e8231841
KVM: Rename x86_emulate.c to emulate.c
|
16 years ago |