Commit Graph

10129 Commits (9badba2543d165154c540b80e59ff06c1b3e3f76)

Author SHA1 Message Date
Avi Kivity 90bb6fc556 KVM: MMU: Add tracepoint for guest page aging 15 years ago
Takuya Yoshikawa 1976d2d2c9 KVM: Remove redundant reading of rax on OUT instructions 15 years ago
Rik van Riel 6316e1c8c6 KVM: VMX: emulate accessed bit for EPT 15 years ago
Joerg Roedel 8f0b1ab6fb KVM: Introduce kvm_host_page_size 15 years ago
Julia Lawall c45b4fd416 KVM: VMX: Remove redundant test in vmx_set_efer() 15 years ago
Avi Kivity ebcbab4c03 KVM: VMX: Wire up .fpu_activate() callback 15 years ago
Takuya Yoshikawa 7edcface95 KVM: fix kvm_fix_hypercall() to return X86EMUL_* 15 years ago
Takuya Yoshikawa c125c60732 KVM: fix load_guest_segment_descriptor() to return X86EMUL_* 15 years ago
Zhai, Edwin ab9f4ecbb6 KVM: enable PCI multiple-segments for pass-through device 15 years ago
Gui Jianfeng 6d3e435e70 KVM: VMX: Remove redundant check in vm_need_virtualize_apic_accesses() 15 years ago
Avi Kivity 59200273c4 KVM: Trace failed msr reads and writes 15 years ago
Avi Kivity 6e7d152967 KVM: Fix msr trace 15 years ago
Gleb Natapov e01c242614 KVM: mark segments accessed on HW task switch 15 years ago
Avi Kivity 81231c698a KVM: VMX: Pass cr0.mp through to the guest when the fpu is active 15 years ago
Wei Yongjun d7fa6ab217 KVM: MMU: Remove some useless code from alloc_mmu_pages() 15 years ago
Avi Kivity 0c04851c0c KVM: trace guest fpu loads and unloads 15 years ago
Avi Kivity 8ae0991276 KVM: Optimize kvm_read_cr[04]_bits() 15 years ago
Avi Kivity f6801dff23 KVM: Rename vcpu->shadow_efer to efer 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
Avi Kivity 6b52d18605 KVM: Activate fpu on clts 15 years ago
Avi Kivity e5bb40251a KVM: Drop kvm_{load,put}_guest_fpu() exports 15 years ago
Avi Kivity 2608d7a12f KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active 15 years ago
Gleb Natapov ab344828eb KVM: x86: fix checking of cr0 validity 15 years ago
Jan Kiszka 727f5a23e2 KVM: SVM: Trap all debug register accesses 15 years ago
Jan Kiszka c76de350c8 KVM: SVM: Clean up and enhance mov dr emulation 15 years ago
Jan Kiszka fd7373cce7 KVM: VMX: Clean up DR6 emulation 15 years ago
Jan Kiszka 138ac8d88f KVM: VMX: Fix emulation of DR4 and DR5 15 years ago
Jan Kiszka f248341529 KVM: VMX: Fix exceptions of mov to dr 15 years ago
Takuya Yoshikawa b60d513c32 KVM: x86: Use macros for x86_emulate_ops to avoid future mistakes 15 years ago
Marcelo Tosatti 6474920477 KVM: fix cleanup_srcu_struct on vm destruction 15 years ago
Gleb Natapov ccd469362e KVM: fix Hyper-V hypercall warnings and wrong mask value 15 years ago
Sheng Yang 7062dcaa36 KVM: VMX: Remove emulation failure report 15 years ago
Avi Kivity 94718da127 KVM: export <asm/hyperv.h> 15 years ago
Takuya Yoshikawa 8dae444529 KVM: rename is_writeble_pte() to is_writable_pte() 15 years ago
Gleb Natapov c25bc1638a KVM: Implement NotifyLongSpinWait HYPER-V hypercall 15 years ago
Gleb Natapov 10388a0716 KVM: Add HYPER-V apic access MSRs 15 years ago
Gleb Natapov 55cd8e5a4e KVM: Implement bare minimum of HYPER-V MSRs 15 years ago
Gleb Natapov 1d5103c11e KVM: Add HYPER-V header file 15 years ago
Avi Kivity 4610c83cdc KVM: SVM: Lazy fpu with npt 15 years ago
Avi Kivity d225157bc6 KVM: SVM: Selective cr0 intercept 15 years ago
Avi Kivity 888f9f3e0c KVM: SVM: Restore unconditional cr0 intercept under npt 15 years ago
Avi Kivity bff7827479 KVM: SVM: Initialize fpu_active in init_vmcb() 15 years ago
Avi Kivity dc77270f96 KVM: SVM: Fix SVM_CR0_SELECTIVE_MASK 15 years ago
Avi Kivity f9a48e6a18 KVM: Set cr0.et when the guest writes cr0 15 years ago
Avi Kivity edcafe3c5a KVM: VMX: Give the guest ownership of cr0.ts when the fpu is active 15 years ago
Avi Kivity 02daab21d9 KVM: Lazify fpu activation and deactivation 15 years ago
Avi Kivity e8467fda83 KVM: VMX: Allow the guest to own some cr0 bits 15 years ago
Avi Kivity 4d4ec08745 KVM: Replace read accesses of vcpu->arch.cr0 by an accessor 15 years ago
Avi Kivity a1f83a74fe KVM: VMX: trace clts and lmsw instructions as cr accesses 15 years ago