Nicolas Kaiser
|
9611c18777
KVM: fix typo in copyright notice
|
14 years ago |
Xiao Guangrong
|
3377078027
KVM: MMU: move access code parsing to FNAME(walk_addr) function
|
14 years ago |
Xiao Guangrong
|
20bd40dc64
KVM: MMU: cleanup for error mask set while walk guest page table
|
14 years ago |
Joerg Roedel
|
2d48a985c7
KVM: MMU: Track NX state in struct kvm_mmu
|
15 years ago |
Joerg Roedel
|
d41d1895eb
KVM: MMU: Introduce kvm_pdptr_read_mmu
|
15 years ago |
Joerg Roedel
|
2329d46d21
KVM: MMU: Make walk_addr_generic capable for two-level walking
|
15 years ago |
Joerg Roedel
|
6539e738f6
KVM: MMU: Implement nested gva_to_gpa functions
|
15 years ago |
Joerg Roedel
|
1e301feb07
KVM: MMU: Introduce generic walk_addr function
|
15 years ago |
Joerg Roedel
|
8df25a328a
KVM: MMU: Track page fault data in struct vcpu
|
15 years ago |
Joerg Roedel
|
3241f22da8
KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu
|
15 years ago |
Joerg Roedel
|
5777ed340d
KVM: MMU: Introduce get_cr3 function pointer
|
15 years ago |
Joerg Roedel
|
957446afce
KVM: MMU: Check for root_level instead of long mode
|
15 years ago |
Xiao Guangrong
|
8b1fe17cc7
KVM: MMU: support disable/enable mmu audit dynamicly
|
15 years ago |
Xiao Guangrong
|
bc32ce2152
KVM: MMU: fix wrong not write protected sp report
|
15 years ago |
Xiao Guangrong
|
189be38db3
KVM: MMU: combine guest pte read between fetch and pte prefetch
|
15 years ago |
Xiao Guangrong
|
957ed9effd
KVM: MMU: prefetch ptes when intercepted guest #PF
|
15 years ago |
Xiao Guangrong
|
fa1de2bfc0
KVM: MMU: add missing reserved bits check in speculative path
|
15 years ago |
Avi Kivity
|
24157aaf83
KVM: MMU: Eliminate redundant temporaries in FNAME(fetch)
|
15 years ago |
Avi Kivity
|
5991b33237
KVM: MMU: Validate all gptes during fetch, not just those used for new pages
|
15 years ago |
Avi Kivity
|
0b3c933302
KVM: MMU: Simplify spte fetch() function
|
15 years ago |
Avi Kivity
|
39c8c672a1
KVM: MMU: Add gpte_valid() helper
|
15 years ago |
Avi Kivity
|
a357bd229c
KVM: MMU: Add validate_direct_spte() helper
|
15 years ago |
Avi Kivity
|
a3aa51cfaa
KVM: MMU: Add drop_large_spte() helper
|
15 years ago |
Avi Kivity
|
32ef26a359
KVM: MMU: Add link_shadow_page() helper
|
15 years ago |
Avi Kivity
|
f59c1d2ded
KVM: MMU: Keep going on permission error
|
15 years ago |
Avi Kivity
|
b0eeec29fe
KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled
|
15 years ago |
Avi Kivity
|
be38d276b0
KVM: MMU: Introduce drop_spte()
|
15 years ago |
Xiao Guangrong
|
84754cd8fc
KVM: MMU: cleanup FNAME(fetch)() functions
|
15 years ago |
Xiao Guangrong
|
9e7b0e7fba
KVM: MMU: fix direct sp's access corrupted
|
15 years ago |
Xiao Guangrong
|
5fd5387c89
KVM: MMU: fix conflict access permissions in direct sp
|
15 years ago |