Commit Graph

190248 Commits (ca7f4203b9b66e12d0d9968ff7dfe781f3a9695a)
 

Author SHA1 Message Date
Alexander Graf ca7f4203b9 KVM: PPC: Implement alignment interrupt 15 years ago
Alexander Graf 1c85e73303 KVM: PPC: Implement emulation for lbzux and lhax 15 years ago
Alexander Graf 1bec1677ca KVM: PPC: Make XER load 32 bit 15 years ago
Alexander Graf c04a695a44 KVM: PPC: Implement BAT reads 15 years ago
Alexander Graf c664876c6d KVM: PPC: Implement mfsr emulation 15 years ago
Alexander Graf a56cf347c2 KVM: PPC: Load VCPU for register fetching 15 years ago
Alexander Graf c2453693d4 KVM: PPC: Don't reload FPU with invalid values 15 years ago
Alexander Graf 8963221d7d KVM: PPC: Split instruction reading out 15 years ago
Alexander Graf 4b389ca2e7 KVM: PPC: Book3S_32 guest MMU fixes 15 years ago
Alexander Graf c8027f1652 KVM: PPC: Make DSISR 32 bits wide 15 years ago
Alexander Graf 18978768d8 KVM: PPC: Allow userspace to unset the IRQ line 15 years ago
Alexander Graf 3eeafd7da2 KVM: PPC: Ensure split mode works 15 years ago
Avi Kivity 8a5416db83 KVM: Document KVM_SET_TSS_ADDR 15 years ago
Avi Kivity 0f2d8f4dd0 KVM: Document KVM_SET_USER_MEMORY_REGION 15 years ago
Avi Kivity 84b0c8c6a6 KVM: MMU: Disassociate direct maps from guest levels 15 years ago
Xiao Guangrong f815bce894 KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1 15 years ago
Marcelo Tosatti 041b1359a2 KVM: x86: document KVM_REQ_PENDING_TIMER usage 15 years ago
Gleb Natapov de3e6480f7 KVM: x86 emulator: fix unlocked CMPXCHG8B emulation 15 years ago
Gleb Natapov 6550e1f165 KVM: x86 emulator: add decoding of CMPXCHG8B dst operand 15 years ago
Gleb Natapov 482ac18ae2 KVM: x86 emulator: commit rflags as part of registers commit 15 years ago
Jan Kiszka 9749a6c0f0 KVM: x86: Fix 32-bit build breakage due to typo 15 years ago
Gleb Natapov 92bf9748b5 KVM: small kvm_arch_vcpu_ioctl_run() cleanup. 15 years ago
Gleb Natapov 7b262e90fc KVM: x86 emulator: introduce pio in string read ahead. 15 years ago
Gleb Natapov 5cd21917da KVM: x86 emulator: restart string instruction without going back to a guest. 15 years ago
Gleb Natapov cb404fe089 KVM: x86 emulator: remove saved_eip 15 years ago
Gleb Natapov 7972995b0c KVM: x86 emulator: Move string pio emulation into emulator.c 15 years ago
Gleb Natapov cf8f70bfe3 KVM: x86 emulator: fix in/out emulation. 15 years ago
Gleb Natapov d9271123a4 KVM: x86 emulator: during rep emulation decrement ECX only if emulation succeeded 15 years ago
Gleb Natapov a682e35449 KVM: x86 emulator: add decoding of X,Y parameters from Intel SDM 15 years ago
Gleb Natapov 69f55cb11e KVM: x86 emulator: populate OP_MEM operand during decoding. 15 years ago
Gleb Natapov ceffb45972 KVM: Use task switch from emulator.c 15 years ago
Gleb Natapov 2e873022f5 KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_descriptor() 15 years ago
Gleb Natapov 38ba30ba51 KVM: x86 emulator: Emulate task switch in emulator.c 15 years ago
Gleb Natapov 2dafc6c234 KVM: x86 emulator: Provide more callbacks for x86 emulator. 15 years ago
Gleb Natapov aca06a8307 KVM: x86 emulator: cleanup grp3 return value 15 years ago
Gleb Natapov a41ffb7540 KVM: x86 emulator: If LOCK prefix is used dest arg should be memory. 15 years ago
Gleb Natapov fd5253658b KVM: x86 emulator: do not call writeback if msr access fails. 15 years ago
Gleb Natapov 2e901c4cf4 KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulations 15 years ago
Gleb Natapov 1e470be5a1 KVM: x86 emulator: fix mov dr to inject #UD when needed. 15 years ago
Gleb Natapov 6aebfa6ea7 KVM: x86 emulator: inject #UD on access to non-existing CR 15 years ago
Gleb Natapov ab8557b2b3 KVM: x86 emulator: 0f (20|21|22|23) ignore mod bits. 15 years ago
Gleb Natapov 6e1e5ffee8 KVM: x86 emulator: fix 0f 01 /5 emulation 15 years ago
Gleb Natapov 5e3ae6c540 KVM: x86 emulator: fix mov r/m, sreg emulation. 15 years ago
Gleb Natapov 063db061b9 KVM: Provide current eip as part of emulator context. 15 years ago
Gleb Natapov 9c5372445c KVM: Provide x86_emulate_ctxt callback to get current cpl 15 years ago
Gleb Natapov 93a152be5a KVM: remove realmode_lmsw function. 15 years ago
Gleb Natapov 52a4661737 KVM: Provide callback to get/set control registers in emulator ops. 15 years ago
Takuya Yoshikawa 6ce5a090a9 KVM: coalesced_mmio: fix kvm_coalesced_mmio_init()'s error handling 15 years ago
Gui Jianfeng 3129994458 KVM: VMX: change to use bool return values 15 years ago
Gleb Natapov 49c6799a2c KVM: Remove pointer to rflags from realmode_set_cr parameters. 15 years ago