Commit Graph

201509 Commits (fef093bec0364ff5e6fd488cd81637f6bb3a2d0d)
 

Author SHA1 Message Date
Xiao Guangrong f55c3f419a KVM: MMU: unalias gfn before sp->gfns[] comparison in sync_page 15 years ago
Xiao Guangrong 6d74229f01 KVM: MMU: remove rmap before clear spte 15 years ago
Xiao Guangrong e8ad9a7074 KVM: MMU: use proper cache object freeing function 15 years ago
Alex Williamson 48bb09eee4 KVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irq 15 years ago
Sheng Yang aad827034e KVM: VMX: Only reset MMU when necessary 15 years ago
Sheng Yang 62ad07551a KVM: x86: Clean up duplicate assignment 15 years ago
Mohammed Gamal 222b7c52c3 KVM: x86 emulator: Add missing decoder flags for xor instructions 15 years ago
Mohammed Gamal abc190830f KVM: x86 emulator: Add missing decoder flags for sub instruction 15 years ago
Mohammed Gamal dfb507c41d KVM: x86 emulator: Add test acc, imm instruction (opcodes 0xA8 - 0xA9) 15 years ago
Marcelo Tosatti 24955b6c90 KVM: pass correct parameter to kvm_mmu_free_some_pages 15 years ago
Dongxiao Xu 4610c9cc6d KVM: VMX: VMXON/VMXOFF usage changes 15 years ago
Dongxiao Xu b923e62e4d KVM: VMX: VMCLEAR/VMPTRLD usage changes 15 years ago
Dongxiao Xu 92fe13be74 KVM: VMX: Some minor changes to code structure 15 years ago
Dongxiao Xu 7725b89414 KVM: VMX: Define new functions to wrapper direct call of asm code 15 years ago
Gui Jianfeng 6859762e8a KVM: update mmu documetation for role.nxe 15 years ago
Avi Kivity f0f5933a16 KVM: MMU: Fix free memory accounting race in mmu_alloc_roots() 15 years ago
Gleb Natapov 6d77dbfc88 KVM: inject #UD if instruction emulation fails and exit to userspace 15 years ago
Avi Kivity 57bc24cfd6 KVM: Document KVM_SET_BOOT_CPU_ID 15 years ago
Avi Kivity 47dbb84f9e KVM: Document KVM_SET_IDENTITY_MAP ioctl 15 years ago
Gui Jianfeng 54a4f0239f KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed 15 years ago
Gui Jianfeng 518c5a05e8 KVM: MMU: Fix debug output error in walk_addr() 15 years ago
Gui Jianfeng f3b8c964a9 KVM: MMU: mark page table dirty when a pte is actually modified 15 years ago
Joerg Roedel eec4b140c9 KVM: SVM: Allow EFER.LMSLE to be set with nested svm 15 years ago
Joerg Roedel 3f10c846f8 KVM: SVM: Dump vmcb contents on failed vmrun 15 years ago
Avi Kivity d94e1dc9af KVM: Get rid of KVM_REQ_KICK 15 years ago
Gleb Natapov 54b8486f46 KVM: x86 emulator: do not inject exception directly into vcpu 15 years ago
Gleb Natapov 95cb229530 KVM: x86 emulator: move interruptibility state tracking out of emulator 15 years ago
Gleb Natapov 4d2179e1e9 KVM: x86 emulator: handle shadowed registers outside emulator 15 years ago
Gleb Natapov bdb475a323 KVM: x86 emulator: use shadowed register in emulate_sysexit() 15 years ago
Gleb Natapov ef050dc039 KVM: x86 emulator: set RFLAGS outside x86 emulator code 15 years ago
Gleb Natapov 95c5588652 KVM: x86 emulator: advance RIP outside x86 emulator code 15 years ago
Gleb Natapov 3457e4192e KVM: handle emulation failure case first 15 years ago
Gleb Natapov 8fe681e984 KVM: do not inject #PF in (read|write)_emulated() callbacks 15 years ago
Gleb Natapov f181b96d4c KVM: remove export of emulator_write_emulated() 15 years ago
Gleb Natapov c3cd7ffaf5 KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure 15 years ago
Gleb Natapov 411c35b7ef KVM: fill in run->mmio details in (read|write)_emulated function 15 years ago
Gleb Natapov e680080e65 KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values 15 years ago
Gleb Natapov 338dbc9781 KVM: x86 emulator: make (get|set)_dr() callback return error if it fails 15 years ago
Gleb Natapov 0f12244fe7 KVM: x86 emulator: make set_cr() callback return error if it fails 15 years ago
Gleb Natapov 79168fd1a3 KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks 15 years ago
Gleb Natapov 5951c44237 KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_ops 15 years ago
Gleb Natapov 3fb1b5dbd3 KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops 15 years ago
Gleb Natapov 35aa5375d4 KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops 15 years ago
Gleb Natapov 414e6277fd KVM: x86 emulator: handle "far address" source operand 15 years ago
Gleb Natapov b8a98945ea KVM: x86 emulator: cleanup nop emulation 15 years ago
Gleb Natapov f0c13ef1a8 KVM: x86 emulator: cleanup xchg emulation 15 years ago
Gleb Natapov 054fe9f6e3 KVM: x86 emulator: fix Move r/m16 to segment register decoding 15 years ago
Gleb Natapov 9de4157367 KVM: x86 emulator: introduce read cache 15 years ago
Avi Kivity 1c11e71357 KVM: VMX: Avoid writing HOST_CR0 every entry 15 years ago
Avi Kivity 08acfa1871 KVM: kvm_pdptr_read() may sleep 15 years ago