1
0
Fork 0
alistair23-linux/arch/x86/include
Xiao Guangrong c258b62b26 KVM: MMU: introduce the framework to check zero bits on sptes
We have abstracted the data struct and functions which are used to check
reserved bit on guest page tables, now we extend the logic to check
zero bits on shadow page tables

The zero bits on sptes include not only reserved bits on hardware but also
the bits that SPTEs willnever use.  For example, shadow pages will never
use GB pages unless the guest uses them too.

Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-08-05 12:47:24 +02:00
..
asm KVM: MMU: introduce the framework to check zero bits on sptes 2015-08-05 12:47:24 +02:00
uapi/asm kvm/x86: add support for MONITOR_TRAP_FLAG 2015-07-23 08:27:07 +02:00