Commit Graph

18 Commits (7837699fa6d7adf81f26ab73a5f6897ea1ab9d6a)

Author SHA1 Message Date
Avi Kivity 4fcaa98267 KVM: Remove pointless desc_ptr #ifdef 17 years ago
Harvey Harrison b8688d51bb KVM: replace remaining __FUNCTION__ occurances 17 years ago
Harvey Harrison 4866d5e3d5 KVM: SVM: make iopm_base static 17 years ago
Joerg Roedel 24e09cbf48 KVM: SVM: enable LBR virtualization 17 years ago
Joerg Roedel f65c229c3e KVM: SVM: allocate the MSR permission map per VCPU 17 years ago
Joerg Roedel e6101a96c9 KVM: SVM: let init_vmcb() take struct vcpu_svm as parameter 17 years ago
Joerg Roedel 709ddebf81 KVM: SVM: add support for Nested Paging 17 years ago
Joerg Roedel 1855267210 KVM: export information about NPT to generic x86 code 17 years ago
Joerg Roedel 6c7dac72d5 KVM: SVM: add module parameter to disable Nested Paging 17 years ago
Joerg Roedel e3da3acdb3 KVM: SVM: add detection of Nested Paging feature 17 years ago
Joerg Roedel 33bd6a0b3e KVM: SVM: move feature detection to hardware setup code 17 years ago
Joerg Roedel 50a37eb4e0 KVM: align valid EFER bits with the features of the host system 17 years ago
Joerg Roedel a2938c8070 KVM: SVM: fix Windows XP 64 bit installation crash 17 years ago
Joerg Roedel 6b390b6392 KVM: SVM: set NM intercept when enabling CR0.TS in the guest 17 years ago
Joerg Roedel 334df50a86 KVM: SVM: Fix lazy FPU switching 17 years ago
Sheng Yang 571008dacc KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD 17 years ago
Avi Kivity 774ead3ad9 KVM: Disable vapic support on Intel machines with FlexPriority 17 years ago
Avi Kivity edf884172e KVM: Move arch dependent files to new directory arch/x86/kvm/ 17 years ago
Zhang Xiantao 1d737c8a68 KVM: Portability: Split mmu-related static inline functions to mmu.h 17 years ago
Zhang Xiantao ad312c7c79 KVM: Portability: Introduce kvm_vcpu_arch 17 years ago
Joerg Roedel 62b9abaaf8 KVM: SVM: support writing 0 to K8 performance counter control registers 17 years ago
Joerg Roedel 1d07543414 KVM: SVM: Exit to userspace if write to cr8 and not using in-kernel apic 17 years ago
Avi Kivity 80a8119ca3 KVM: SVM: Trap access to the cr8 register 17 years ago
Avi Kivity 7ee5d940f5 KVM: Use generalized exception queue for injecting #UD 17 years ago
Avi Kivity c1a5d4f990 KVM: Replace #GP injection by the generalized exception queue 17 years ago
Avi Kivity c3c91fee51 KVM: Replace page fault injection by the generalized exception queue 17 years ago
Avi Kivity 298101da2f KVM: Generalize exception injection mechanism 17 years ago
Carlo Marcelo Arenas Belon 2b5203ee68 KVM: SVM: Remove KVM specific defines for MSR_EFER 17 years ago
Amit Shah 9327fd1195 KVM: Make unloading of FPU state when putting vcpu arch-independent 17 years ago
Avi Kivity e1beb1d37c KVM: Replace 'light_exits' stat with 'host_state_reload' 17 years ago
Joe Perches 56919c5c97 KVM: Remove ptr comparisons to 0 17 years ago
Zhang Xiantao cb498ea2ce KVM: Portability: Combine kvm_init and kvm_init_x86 17 years ago
Avi Kivity 3067714cf5 KVM: Move page fault processing to common code 17 years ago
Laurent Vivier fe7935d49f KVM: SVM: Let gcc to choose which registers to save (i386) 17 years ago
Laurent Vivier 54a08c0449 KVM: SVM: Let gcc to choose which registers to save (x86_64) 17 years ago
Izik Eidus cbc9402297 KVM: Add ioctl to tss address from userspace, 17 years ago
Avi Kivity e00c8cf29b KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup() 17 years ago
Zhang Xiantao 34c16eecf7 KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) 17 years ago
Avi Kivity ab6ef34b90 KVM: Move apic timer interrupt backlog processing to common code 17 years ago
Mike Day d77c26fce9 KVM: CodingStyle cleanup 17 years ago
Rusty Russell 76fafa5e22 KVM: Hoist kvm_create_lapic() into kvm_vcpu_init() 17 years ago
Laurent Vivier 3427318fd2 KVM: Call x86_decode_insn() only when needed 17 years ago
Anthony Liguori 7aa81cc047 KVM: Refactor hypercall infrastructure (v3) 17 years ago
Glauber de Oliveira Costa 6b68f01baa x86: unify struct desc_ptr 17 years ago
Avi Kivity 8d379a7c06 KVM: SVM: Unload guest fpu on vcpu_put() 17 years ago
Avi Kivity cf5a94d133 KVM: SVM: Intercept the 'invd' and 'wbinvd' instructions 18 years ago
Avi Kivity 56ba47ddbd KVM: SVM: Defer nmi processing until switch to host state is complete 18 years ago
Avi Kivity 70433389cc KVM: SVM: Fix SMP with kernel apic 18 years ago
Avi Kivity 054b136967 KVM: Improve emulation failure reporting 18 years ago
Avi Kivity 04d2cc7780 KVM: Move main vcpu loop into subarch independent code 18 years ago