Jeff Dike
|
8fc0d085f5
KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized.
|
18 years ago |
Rusty Russell
|
66aee91aaa
KVM: Use standard CR4 flags, tighten checking
|
18 years ago |
Rusty Russell
|
707d92fa72
KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h
|
18 years ago |
Qing He
|
dad3795d2b
KVM: SMP: Add vcpu_id field in struct vcpu
|
18 years ago |
Avi Kivity
|
e495606dd0
KVM: Clean up #includes
|
18 years ago |
Joerg Roedel
|
6031a61c2e
KVM: SVM: Reliably detect if SVM was disabled by BIOS
|
18 years ago |
Avi Kivity
|
94cea1bb9d
KVM: Initialize the BSP bit in the APIC_BASE msr correctly
|
18 years ago |
Shani Moideen
|
129ee910df
KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)
|
18 years ago |
Avi Kivity
|
d9e368d612
KVM: Flush remote tlbs when reducing shadow pte permissions
|
18 years ago |
Avi Kivity
|
d3bef15f84
KVM: Move duplicate halt handling code into kvm_main.c
|
18 years ago |
Avi Kivity
|
17c3ba9d37
KVM: Lazy guest cr3 switching
|
18 years ago |
Anthony Liguori
|
c86813393f
KVM: SVM: Allow direct guest access to PC debug port
|
18 years ago |
Alexey Dobriyan
|
e8edc6e03a
Detach sched.h from mm.h
|
18 years ago |
Anthony Liguori
|
94dfbdb389
KVM: SVM: Only save/restore MSRs when needed
|
18 years ago |
Anthony Liguori
|
25c4c2762e
KVM: VMX: Properly shadow the CR0 register in the vcpu struct
|
18 years ago |
Anthony Liguori
|
7807fa6ca5
KVM: Lazy FPU support for SVM
|
18 years ago |
Avi Kivity
|
1165f5fec1
KVM: Per-vcpu statistics
|
18 years ago |
Avi Kivity
|
364b625b56
KVM: SVM: Report hardware exit reason to userspace instead of dmesg
|
18 years ago |
Avi Kivity
|
5008fdf5b6
KVM: Use kernel-standard types
|
18 years ago |
Joerg Roedel
|
80b7706e4c
KVM: SVM: enable LBRV virtualization if available
|
18 years ago |
Michal Piotrowski
|
55bf402834
KVM: Remove unused function
|
18 years ago |
Avi Kivity
|
0cc5064d33
KVM: SVM: Ensure timestamp counter monotonicity
|
18 years ago |
Joerg Roedel
|
916ce2360f
KVM: SVM: forbid guest to execute monitor/mwait
|
18 years ago |
Avi Kivity
|
fcd3410870
KVM: Remove unused and write-only variables
|
18 years ago |
Avi Kivity
|
6da63cf95f
KVM: Don't allow the guest to turn off the cpu cache
|
18 years ago |
Avi Kivity
|
f6528b03f1
KVM: Remove set_cr0_no_modeswitch() arch op
|
18 years ago |
Avi Kivity
|
039576c03c
KVM: Avoid guest virtual addresses in string pio userspace interface
|
18 years ago |
Avi Kivity
|
6722c51c51
KVM: Initialize the apic_base msr on svm too
|
18 years ago |
Avi Kivity
|
1b19f3e61d
KVM: Add a special exit reason when exiting due to an interrupt
|
18 years ago |
Avi Kivity
|
8eb7d334bd
KVM: Fold kvm_run::exit_type into kvm_run::exit_reason
|
18 years ago |